/* CSS Document */


/*définition des zones de placement */

html, body {
background-image:url(images/fond_couleur.jpg);
background-repeat:repeat;
font-family:Garamond, Times New Roman, Times;
font-size: 16px;
margin-top:0px;
padding:0px;
}

#entete{
width:940px;
height:30px;
background-image:url(images/degrade_top.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
margin-top:5px;
}



#conteneur {
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
width:940px;
background-image:url(images/fond.jpg);
background-repeat:repeat-y;
min-height:600px;
}

#pied_de_page{
margin-top:0px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
width:940px;
height:40px;
background-image:url(images/degrade_fond.jpg);
background-repeat:no-repeat;
}

#baniere{
width:940px;
height:130px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
background-image:url(images/entete.jpg);
background-repeat:no-repeat;
}

#advert1{
float:right;
width:100px;
margin-right:5px;
margin-top:5px;
border: 2px solid #50AA24 ;
}

#top{
margin-left:65px;
margin-top:0px;
margin-bottom:10px;
}

.spacer{
width:940px;
height:20px;
background-image:url(images/spacer.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
}

#colone_Left{
float: left;
width: 180px;
min-height:300px;
margin-left : 40px;
}

#colone_Right{
float: right;
width: 180px;
min-height:300px;
margin-right : 40px;
}

#centre1{
margin-left: 225px;
margin-right:225px;
min-height:280px;
padding:10px;
}

#centre2{
margin-left: 225px;
margin-right:40px;
min-height:280px;
padding:10px;
width:620px;
}

#centre3{
margin-left: 40px;
margin-right:225px;
min-height:280px;
padding:10px;
width:675px;
}

#centre4{
width:860px;
margin-left: 40px;
margin-right:40px;
min-height:280px;
}

#bottom{
margin-left:350px;
margin-right:auto;
margin-top:10px;
}


/* définition des classes sdt*/

p{
padding:1px;
}

a:link{
color:#CB6F21;
text-decoration:none;
text-align:justify;
padding-left:5px;
padding-right:5px;
padding-top:0px;
padding-bottom:0px;
}

a:hover {
color:#7F7F7F;
}

a:visited {
color:#7A4774;
}

h1 {
color:#50AA24;
font-size:22px;
}

h2 {
color:#7A4774;
font-size:16px;
font:Lucida,Arial;
}

h3 {
color:#000000;
font-size:14px;
font:Lucida,Arial;
}

/*définition des sous classes std*/
#bottom a.mainlevel:link, #bottom a.mainlevel:visited {
font-size: 12px;
color: #4EAB66;
font-weight:normal;
}
#bottom a.mainlevel:hover{
font-size: 12px;
color: #7F7F7F;
}

#top a.mainlevel:link, #top a.mainlevel:visited {
font-size: 18px;
font:Garamond,Times News Roman,Tomes;
font-style:italic;
text-decoration:none;
letter-spacing:+1px;
height:35px;
margin-left:5px;
color: #FFFFFF;
font-weight:bolder;
text-align:center;
vertical-align:middle;
padding:0px;
background-image:url(images/boutonon.png);
background-repeat:no-repeat;
}
#top a.mainlevel:hover{
color: #B3B3B3;
background-image:url(images/bouton.png);
background-repeat:no-repeat;
}