html { 
	font-size: 100%; 
}


body {
	font-family: helvetica, arial, sans-serif;
	min-width: 760px;
	text-align: center;	
	font-size: .8em;
	background-color: #B3B4A1;
	color: #57574E;
}

#header {
	padding: 30px 0 0 0;
	text-align: center;
}


#container {
	width: 760px;
	text-align : center ;
	margin-top: 20px;
	padding-top: 144px;
	margin-left : auto ;
	margin-right : auto ;
	background-color:#F6F4E6;
	background-image: url(../images/top_content.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#container_accueil {
	width: 760px;
	text-align : center ;
	margin-top: 20px;
	margin-left : auto ;
	margin-right : auto ;
	background-color:#F6F4E6;
	background-image: url(../images/top_content_simple.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#menu_accueil {
	width: 100%;
}



#content {
	width: 680px;
	margin-left : auto;
	margin-right : auto;
	padding-top:10px;
	background-color: #F6F4E6;
	text-align:center;
}


#text_accueil td
{
	color:#57574E;
	font-family:"Times New Roman",Times,serif;
	font-size:12px;
}

#text_accueil_left
{
	text-align:right;
	padding-right: 10px;
	width:50%;
}

#text_accueil_right
{
	text-align: left;
	padding-left: 10px;
	width:50%;
}


#footer_in {
	width: 760px;
	margin-left : auto ;
	margin-right : auto ;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#footer_out {
	
	position: relative;
	margin-top: -50px;
	width: 760px;
	margin-left : auto ;
	margin-right : auto ;
}


/* contenu */


.sliderText td .caption
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.sliderText td .description
{
	color:#57574E;
	font-family:"Times New Roman",Times,serif;
	font-size:12px;
}
