@charset "UTF-8";
body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 130px;
	width: 850px;
	margin-top: 50px;
}
#content {
	background-repeat: no-repeat;
	height: 350px;
	width: 850px;
	background-color: #CCCCCC;
}
#content_intro {
	background-repeat: no-repeat;
	height: 400px;
	width: 850px;
	background-color: #CCCCCC;
}
#menu_anime {
	height: 50px;
	width: 480px;
	float: left;
	background-color: #3399FF;
}
#footer {
	clear: both;
	height: 20px;
	background-color: #55C0D8;
}
#footer_copyright {
	height: 20px;
	color: #333333;
	padding-top: 3px;
	text-align: right;
	padding-right: 3px;
}
#footer_galeries {
	clear: both;
	height: 20px;
}
#partie_gauche {
	float: left;
	height: 350px;
	width: 480px;
}
#texte_gauche {
	height: 300px;
	width: 480px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
}
#zone_texte_gauche {
	background-color: #FFFFFF;
	height: 200px;
	width: 340px;
	padding-top: 50px;
	padding-right: 90px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#zone_texte_gauche_menu {
	background-color: #FFFFFF;
	height: 200px;
	width: 340px;
	padding-top: 10px;
	padding-right: 180px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#partie_droite {
	float: right;
	height: 350px;
	width: 370px;
}
#bandeau_droite {
	float: right;
	height: 25px;
	width: 370px;
	background-color: #55C0D8;
}
#image_droite {
	float: right;
	height: 325px;
	width: 370px;
}
#bandeau_photos {
	background-color: #55c0d8;
	height: 25px;
	width: 850px;
}
#zone_photos {
	background-color: #333333;
	height: 350px;
	width: 850px;
}
.texte_base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.texte_galerie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
}
.texte_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}
.texte_agence {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: justify;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


img
{
border:0;
}


