/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-image:url(images/fonddegrade.png);
}
#conteneur {
background-color:aqua;
margin: 0 auto;
width: 900px;
}
#header {
width:100%;
height: 230px;
}
#gauche {
float:left;
width: 150px;
height:740px;
}
#centre {
padding:15px;
top:230px;
margin:0 auto;
margin-top:-1px;
height:710px;
width:555px;    
border: medium outset #FF9933;
overflow: auto;
background-color:#FFFFCC; 
text-align:left;  
}
html>body #centre{/*reservé a IE positionnement*/ 
position:absolute;
left:50%;
margin-left:-292px; }

#droite {
margin:0px;
float:right;
width: 150px;
height:740px;
}
html>body #droite{margin-right:5px;}
#pied {
position: absolute;
left:0px;
top: 970px;
height: 30px;
width:100%;
background-position: bottom;
}
.Style12 {color: #FF0000;font-weight: bold;}
.Style13 {color: #66CC66}
.Style15 {color: #330099}
.Style16 {color: #FF0000}
.Style17 {	color: green;	font-weight: bold;}
.Style11 {color: #008000;font-weight: bold;}
.Style12 {color: #FF0000}
.Style14 {color: #FF0000; font-weight: bold; }
.Style15 {color: #333333}
.Style16 {font-weight: bold}
.Style17 {color: #333333; font-weight: bold; }

