/* INFORMATION GENERALE DE LA PAGE */
* {
list-style:none;
padding:0;
margin:0;
}

html{
height:100%
}

body{
font:68%  Tahoma, Geneva, sans-serif; 
background:#333f69 url(../../design/middle.png) repeat-y center;
/*min-height:100%*/
}

a img{border:0;}

.clear{visibility:hidden;clear:both;}

body {
margin:0 auto;
font: 1em "Trebuchet MS",Arial,sans-serif ;
color:#fff;
background-color:#ff9c00; 
}

hr {
color:#7abcde;
background-color:#ee1d25;
width:50%;
height:1px;
}

/* HEADER */
#header {
height:350px;
clear:both; 
position:relative;
background:url(../design/header2016.png) no-repeat center;
}

#basheader {
height:350px; 
clear:both;  
position:relative;
background:url(../design/middle.jpg) no-repeat top center;
}

#compte_a_rebours {
font-size: 1.0em;
font-weight: bold;
color: #0071bb;
position:absolute;
top: 9em;
left:58em;
width:28em;
height:4em;
z-index:1;
}

/*///////////////////////////////////  Conteneur  //////////////////////////*/
#conteneur {
width:800px;
position:relative;
margin:0 auto;
}

/* CONTENU */
#contenu {
width:100%;
position:relative;
float:left;
}

#contenu h2 {
font-size:1.1em;
font-weight: bold;
color:#fff;
margin:0;
padding:10px 0 5px 15px;
}

#contenu h3 {
font-size:1em;
font-weight: bold;
color:#fff;
padding:10px 0 5px 60px;
}

#contenu p {
font:small medium "Trebuchet MS", Tahoma,verdana, arial, sans-serif;
padding:0 15px;
color:#000000;
}

#contenu p.centre {
text-align:center;
}

#contenu p.texte {
text-align:justify;
font-size:14px;
}

#contenu p.texteTable {
text-align:center;
font-size:14px;
}

#contenu p.titre {
text-align:left;
font-size:16px;
font-weight:bold;
}

#contenu p.titreTable {
text-align:center;
font-size:16px;
font-weight:bold;
}

#contenu p.table {
text-align:left;
font-size:12px;
}

#contenu p.date {
text-align:left;
font-size:11px;
}

#contenu p a {
font-weight:bold;
color:#0072bc;
text-decoration:none;
}

#contenu p a:hover {
color:#ed1c24;
text-decoration:underline;
}

#contenu ul {
margin:5px 0 15px 20px;
}

#contenu li {
color:#ed1c24;
}

#contenu li a {
color :#0072bc;
text-decoration:none;
}

#contenu ol {
padding-left:50px;
}

#contenu li a:hover{
color:#ed1c24;
text-decoration:underline;
}

/* MENU */
#menu {
width:200px;
height:100% ;
float:left;
padding-bottom:30px;
position:relative;
font-weight:bold;
}

#hautfooter {
height:100px; 
clear:both; 
text-align:center;
font-size:0.8em;
background:url(../design/footer_haut.png) no-repeat center;
}

/* FOOTER */
#footer {
height:42px; 
clear:both; 
text-align:center;
font-size:0.8em;
background:url(../design/footer.png) no-repeat center;
}

#footer p.copytext {color:#000}

#footer p.copytext a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}