/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size: 0.9em;
/* margin: 0;
padding: 0; */
}
p { margin: 0 0 1Opx 0; text-align:justify; color:#000000;}
a { font-weight:bold; text-decoration:underline; color:#333333;}
a:hover {text-decoration:underline; color:#BB2998;}
h1 {
color:#FFFFFF;
font-size: 1.5em;
text-transform:uppercase;
background-color: #BB2998;
background-image:url(/img/fondtitre.jpg);
background-position:right;
background-repeat:no-repeat;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px 0px 15px 0px;
float:none;}
h2 {font-size: 1.4em;
color:#BB2998;
text-align:center;}
h3 
{font-size: 1.2em;
color:#BB2998;
margin-left:30px;}
h4 {font-size: 0.9em;
color:#BB2998;
text-align:center;}
h5 {font-size: 0.7em; color:#666666;}
h6 {font-size: 0.5em;}
.rose {color:#BB2998;}
.rosegras {color:#BB2998;font-weight:bold;}
.vert {color:#A4B80C;}
.vertgras {color:#A4B80C;font-weight:bold;}

#topheader {
height: 20px;
background-color:#A4B80C;
margin-left:4px; margin-top:5px;
font-weight:bolder;
font-size:12px;
}
#header {
height: 20px;
background-color:#A4B80C;
}
#haut {
height: 15px;
background-color:#A4B80C;
}
#conteneur {
width:900px;
margin:0 auto;
background-color:#A4B80C;
margin-top:15px;
}
#centre {
/*background-color:#99CC99;*/
background-color:#FFFFFF;
margin-left: 250px;
margin-right: 10px;
margin-bottom:5px;
border-left: 5px; border-color:#BB2998; border-left-style:solid;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
padding-top:15px;
}
#centre2 {
/*background-color:#99CC99;*/
background-color:#FFFFFF;
margin:auto;
}
#centre ul {
font-weight:bold;
list-style-type:square;
margin-left:20px;
}
#centre li {
list-style-image:url(/img/fleche_puce_violet.jpg); 
/* list-style-type:disc;*/
margin-left:40px;
font-weight:normal;
}
#gauche {
float:left;
width: 250px;
}
#droite {
float:right;
width: 5px;
}
#pied {
clear:both;
height: 70px;
background-color: #A4B80C;
}
#pied h5 
{font-size: 0.8em;
color:#FFFFFF;
text-align:center;
/* font-weight:bold; */}
#pied h6 
{font-size: 0.8em;
color:#CCCCCC;
text-align:right;
padding-right:10px;}
#pied a {
font-weight:bold;
color:#CCCCCC;
text-decoration:underline;}
#menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
#menuhaut li {
display: inline;
}
#menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menuhaut a:hover {
text-decoration: none;
}
#menugauche {
text-align:right;
list-style-type: none;
margin: 0;
padding:20px;
}
#menugauche li {
margin-bottom: 5px;
}
#menugauche a {
margin: 0 2px;
color:#FFFFFF;
text-decoration: none;
font-weight:bold;
}
#menugauche a:hover {
color:#BB2998;
text-decoration:underline;
}
.imgdroite {
/* padding: 5px; */
margin-left: 15px; 
/*border-top: 7px; border-bottom:7px; border-left: 7px; border-right: 7px;  border-color:#999999; border-style:outset; */
float:right;}
.imggauche {
/* padding: 5px; */
margin-right: 10px; 
/*border-top: 7px; border-bottom:7px; border-left: 7px; border-right: 7px;  border-color:#999999; border-style:groove; */
float:left;}
.imgcentre {
margin:10px auto auto auto;}
.centre {
margin-left: auto;
margin-right:auto;}
.imglien a:link{
border:0;
}