body
{
	width: 1003px;
	margin: auto; /* Pour centrer notre page */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img{
	border:none;
}
#top{
	width: 1003px;
	height: 35px;
	background-image: url("images/top.png");
	background-repeat: no-repeat;
}

#en_tete
{
	width: 1003px;
	height: 130px;
	background-image: url("images/bandeau.png");	
	background-repeat: no-repeat;
	padding:0;
}

#speedbar
{
	float:left;
	padding:0;
	margin:0;

	/*margin-left:544px;*/
	margin-left:564px;
	margin-top:110px;
	text-align:left;
}

#speedbar a
{
	text-decoration: underline;
	color: #ad0e1b;
	margin:0;
	padding:0;
	padding-left:0px;
	padding-right:5px;
	font-size: 10px; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#speedbar a:hover /* Quand on pointe sur un lien du menu */
{
   color: #f2c351;
}

#menu
{
	float:left;
	width:188px;
	height:760px;
	background-image: url("images/menu_tarif.gif");
	background-repeat: no-repeat;
}

.element_menu
{
	padding-top: 110px;
	margin-left: 65px;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
	list-style-type:none; /* On change l'apparence des puces */
	padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
	margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
	font-size:12pt;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.element_menu li
{
	margin-bottom:20px;
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: #ffffff;
   text-decoration:none;
   padding-bottom:20px;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   color: #f2c351;
}

#corps
{
	margin-left: 188px; 
	padding: 5px; 
	padding-top:10px;
	padding-left:140px;
	height:745px;
	color: black;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("images/corps_tarif.gif");
	background-repeat: repeat-x; 
}

#corps li
{
	margin-bottom:20px;
	width:550px;
}

#corps h1 /* Tous les titres h1 du corps */
{
   color: black;
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps p
{
	width:600px;
	text-align:justify;
	margin:0;
	padding:0;
	font-size: 12px; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:20px;
}


.soulignegras
{
	font-weight:bold;
	text-decoration:underline;
}

.nopuce
{
	list-style-type:none;
	list-style-position:inside;
	width:550px;
}
.espacev
{
	padding-bottom:15px;
}

.titrerouge
{
	font-weight:bold;
	color:#ad0e1b;
}

.inside
{
	list-style-position:inside;
}

.outside
{
	list-style-position:outside;
}

#textegauche
{
	float:left;
	width:300px;
	height:80px;
	border-right: 1px solid black;
	margin-bottom:15px;
}

#textedroite
{
	float:left;
	margin-left:20px;
	width:330px;
	height:80px;
	margin-bottom:15px;
}

#pied_de_page
{
	clear:both;
	height:36px;
	margin:0;
	padding:0;
	font-size: 12px; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	background-image: url("images/footer_tarif.gif");
	background-repeat: no-repeat;
}

#pied_de_page a
{
	text-decoration: NONE;
	color: #555555;
	margin:0;
	padding:0;
	font-size: 12px; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pied_de_page a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
