/* CSS Document */

#contain_menu {
	margin: auto;
	padding: 0px;
	width: 200px;
	float: left;
	}

#main_gauche {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#localisation {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	width: 200px;
	font-family: Impact;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	line-height: 25px;
}
#gauche_titre {
	padding: 30px 0px 0px;
	width: 200px;
	margin: 0px;
}
#gauche_titre h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -3px;
	line-height: 28px;
	height: 23px;
	padding: 0px;
	width: 180px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #000000;
}
#gauche_titre h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 28px;
	height: 23px;
	padding: 0px;
	width: 180px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#gauche_titre h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 9px;
	padding: 0px;
	width: 180px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
}


#menu_accueil {
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 200px;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/navig/fond_menu.png);
}
#menu_accueil h1{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 0px;
	width: 200px;
	height: 10px;
	font-size: 18px;
	font-weight: bold;
	clear: both;
	cursor: pointer;
	letter-spacing: -1px;
}
#menu_accueil h2{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
	line-height: 15px;
	width: 200px;
	height: 15px;
	margin: -5px 0px 0px;
	clear: both;
	cursor: pointer;
}
#menu_accueil:hover {
	color: #FFFFFF;
	background-color: #000000;
	letter-spacing: 1px;
	background-image: url(../images/navig/);
}
