/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
#header {
	background:url(../images/header.gif) #FFFFFF no-repeat;
	height: 231px;
	position: relative;
}

#conteneur {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background:url(../images/fond_conteneur.gif) no-repeat bottom left;
}
#centre {
	background-color:#fff;
	padding-left:20px;
	background:url(../images/fond_center.gif) repeat-y center;
	min-height:600px;
	width: 641px;
}

#barreLogin{
	position: absolute;
	left: 110px;
	top: 165px;
	width: 570px;
	background:transparent;

}
td { position: relative}

#barreAccueil{
	position: absolute;
	left: 8px;
	top: 168px;
	width: 85px;
}

#barreHeure{
	position: absolute;
	left: 750px;
	top: 170px;
	width: 250px;
	background:transparent;

}

#gauche {
width: 155px;
background-color:#ffffff;

}
#droite {
	width: 143px;
	text-align: justify;
	float: right;
	
}
#pied {
height: 100px;
clear: both;
width: 960px;
overflow: hidden;

}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
	margin: 0 2px;
	color: #2B87BC;
	text-decoration: none;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.menugauche a:hover {
text-decoration: underline;
}
.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;}
#emplacement_caddy{
	position: relative;
	width: 100px;
	background:transparent;
	margin-bottom: 10px;
	margin-left: 5px;
}


#mentions{
	position: relative;
	left: 645px;
	top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#mentions a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#3788B9;
}

