@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #aaaaaa;
	background-image: url(fond_body.jpg);
	background-repeat: repeat-x;
	margin:10px auto 10px;
	width:1000px;
}

#bande_haut
{
	width: 1000px;
	height: 5px;
	background-color:#cdd5d8;
}

#bande_bas
{
	width: 1000px;
	height: 5px;
	background-color:#cdd5d8;
}


#en_tete
{
	margin-top: 10px;
	margin-bottom: 0px;
	height: 138px;
	width: 1000px;
	background-image: url(en_tete.png);
	background-repeat: no-repeat;
}
	
#corps_accueil
{
	background-color:#FFF;
	margin-bottom: 0px; 
	width: 1000px;
	height: 340px;
}

#corps_carnet
{
	background-color:#FFF;
	margin-bottom: 0px; 
	width: 1000px;
	height: 1940px;
}

#corps_flotte
{
	background-color:#FFF;
	margin-bottom: 0px; 
	width: 1000px;
	height: 1330px;
}

#corps_devis
{
	background-color:#FFF;
	margin-bottom: 0px; 
	width: 1000px;
	height: 530px;
}

#gauche_accueil
{
	width: 170px;
	height: 340px;
	float: left;
}

#menu
{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 170px;
	list-style-type: none;
	padding: 0px;
}

ul#menu a
{
	background-image: url(bouton.png);
	background-repeat: no-repeat;
	color:#0071c1;
	display:block;
	font-weight:bold;
	height:35px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	width:170px;
}

ul#menu a:hover
{
	background-image: url(bouton2.png);
	background-repeat: no-repeat;
	color: #666;
	display:block;
	font-weight:bold;
	height:35px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	width:170px;
}

#vignette
{
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	width: 170px;
	height: 129px;
	background-image: url(bus-duboullay.png);
	background-repeat: no-repeat;
}

#lecteur
{
	float: left;
	margin-top: 175px;
	margin-left: -170px;
	width: 170px;
}

#text_accueil
{
	float: right;
	width: 450px;
	height: 340px;
	padding-top: 50px;
	margin-right: 10px;
	margin-top: -295px;
	font-weight: bold;
	font-size: medium;
	color: #0071c1;
	background-image: url(bus_fond_text.jpg);
	background-repeat: no-repeat;
}

#lecteur_accueil
{
	width: 290px;
	height: 250px;
	float: right;
	margin-right: 490px;
	margin-top: 45px;
}

#text_carnet
{
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	text-align: center;
	color: #0071c1;
	font-weight: bold;
	text-decoration: none;
	width: 760px;
}

#tableau
{
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 760px;
}

#text_carnet a
{
	text-decoration: underline;
	color: #0071c1;
}

#text_flotte
{
	float: right;
	width: 760px;
	margin-top: 20px;
	margin-right: 10px;
	text-align: center;
	color: #0071c1;
	font-weight: bold;
}

#devis
{
	float: right;
	margin-top: 10px;
	margin-right: 150px;
	color: #0071c1;
	font-weight: bold;
	width: 600px;
}

#pied_page
{
	height: 65px;
	width: 1000px;
	background-image: url(pied_page.png);
	margin-bottom: 10px;
}

h3
{
	text-align: left;
	text-decoration: underline;
}