/* --- IMPORT CSS EXTERNE ---- */

@import url(content.css);
@import url(calendar.css);
@import url(footer.css);
@import url(header.css);
@import url(extras.css);

/* ---- GENERAL --- */

html,body{margin:0;padding:0}

body{
font-family: verdana;
font-size:11px;
}

img{
border:0;
}

div#container{
min-width:1000px;
}

div#header{
position:relative;
float:left;
background:url('../IMAGES/background-header.jpg') no-repeat;
width: 100%;
}

/*Autres pages*/
div#wrapper{
float:left;
width:100%;
margin-left:-245px;
}

div#wrapper2{
float:left;
width:100%;
margin-left:-245px;
}

div#content{
margin-left:245px;
background:url('../IMAGES/background-content.jpg') no-repeat;
padding:0 15px 0 15px;
float:left;
min-width:700px;
}

div#content2{
margin-left:245px;
border-top:1px solid #FFF;
background:url('../IMAGES/background-content.jpg') no-repeat;
padding:0 0 0 0;
width:100%;
}

* html div#content2{
margin-left:245px;
border-top:1px solid #FFF;
background:url('../IMAGES/background-content.jpg') no-repeat;
padding:0 15px 0 0;
width:100%;
}

div#extra{
float:right;
clear:right;
width:229px;
margin-right:2px;
}

* html div#extra{
float:right;
clear:right;
width:229px;
margin-right:2px;
}

div#footer{
clear:both;
width:100%;
background: #FFF;
border-top:1px solid #054490;
margin-bottom:12px;
}

.warning
{border:1px solid #000;padding:2px;font-size:13px;font-weight:bold;color:#f30;text-align:center;}

.warning span{color:#333}