@charset "UTF-8";
/* CSS Document */
/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
padding: 0;
}
.text {
border-left:0px solid #000000;
display:block;
margin-right:90px;
text-align:justify;
font-style:italic;
color:#333333;
border-left:1px dotted #999999;
padding:10px;
}
.gras {
font-weight:bold;
font-size:12px;
}
.titre {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px;
}
#header {
height: 50px;
background-color: #99CCCC;
}
#haut {
	height: 105px;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
}
#conteneur {
position: relative;
width: 750px;
margin: 0 auto;  
}
#centre {
	margin-left: 180px;
	margin-right: 150px;
	min-height:500px;
	min-width:600px;
}
#gauche {
position: absolute;
left:0;
width: 180px;
background-image:url(img/gauche.jpg);
background-repeat:no-repeat;
min-height:600px;
}
#droite {
position: absolute;
right:0;
width: 150px;
}
#pied {
height: 37px;
}
a {
text-transform:uppercase;
font-size:9px;
color:#000000;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
text-transform:lowercase;
font-size:12px;
}
.menuhaut {
list-style-type:square;
margin-left:100px;
margin-top:40px;
padding:0;
color:#FFFFFF;
width:400px;
border:1px dotted #CCCCCC;
background-color:#018dcb;
}
.menuhaut li {
display:inline;
}
.menuhaut a {
margin: 0 2px;
color:#FFFFFF;
text-decoration: underline;
}
.menuhaut a:hover {

background-color:#003366;
color:#FFFFFF;
text-transform:uppercase;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}

