body,td,th {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: "Myriad Pro", Myriad, Tahoma, Helvetica;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #e0dacc;
	background-image: url(images/fond.gif);
	background-repeat:repeat-x;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #575555;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 27px;
	margin:0px;
	padding: 5px;
}
h2 {
	margin:0;
	padding: 10px;
	font-size: 16px;
	font-weight:bold;
}


#boite_contenu {
	width: 1000px;
	height: 862px;	
	padding: 0;
	margin : auto;
	background-image:url(images/fond_landing_page.jpg);
	background-repeat:no-repeat;
}

#logo {
	width: 288px;
	height: 196px;
	float:left;
}
#spacing_top {
	height: 75px;
	width: 200px;
	float:right;
}
#menu_top {
	clear:right;
	height: 28px;
	float:right;
	width:245px;
}
#menu_top_rss_bouton a, #menu_top_rss_bouton a:link, #menu_top_rss_bouton a:visited {
	float:left;
	background-image:url(images/rss.png);
	background-repeat:no-repeat;
	width:59px;
	height:28px;
}
#menu_top_rss_bouton a:hover {
	background-image:url(images/rss_over.png);
	background-repeat:no-repeat;
	width:59px;
	height:28px;
}
#menu_top_liens {
	float: right;
	width: 186px;
}
#menu_top_liens_contact_langue, #menu_top_liens_contact_langue a, #menu_top_liens_contact_langue a:link, #menu_top_liens_contact_langue a:visited {
	color: #575555;
	text-decoration:none;
	width: 74px;
	line-height: 28px;
	text-align:center;
	float:left;
}
#menu_top_liens_contact_langue a:hover {
	color: #000000;
	text-decoration:none;
}
#top_title {
	clear: right;
	float: right;
	/* width: 320px; */
	text-align: right;
	/* color: #971d20;
	font-size:32px;
	padding-right: 45px;
	padding-top: 15px;
	line-height: 30px; */
}


#content {
	padding:0;
	margin:auto;
	clear: both;
	height: 180px;
	width:930px;
	text-align:center;
	color: #FFFFFF;
	font-size: 16px;
}
#content_left {
	float:left;
	width: 455px;
	height:170px;
	padding-top:10px;
}
#content_right {
	float:right;
	width: 455px;
	height:170px;
	padding-top:10px;
}
#content a, #content a:link, #content a:visited, #content a:active {
	color: #FFFFFF;
}
#content_left a:hover {
	color: #f7c091;
}
#content_right a:hover {
	color: #c08a8d;
}

#footer, #footer a:link, #footer a:visited, #footer a:active {
	margin:auto;
	width:1000px;
	margin-top: 10px;
	clear: both;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #575555;
	text-decoration: none;
	/* font-weight:bold; */
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
#footer ul  {
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0;
	padding-left: 50px;
	padding-right: 50px;
	display: inline;
	list-style-type: none;
}
