body {
	background-color: #fffffff;
	margin: 0;
	padding: 0;
}
div#container {
	/*margin: 10px auto;*/
	margin: 0px auto;
	margin-bottom: 0;
	width: 901px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	/*background-image: url(images/fond-border.jpg);
	background-position: 0px 10px;
	background-repeat: no-repeat;*/
}
div#header {
	width: 931px;
	height: 132px;
	background-image: url(../images/sce/fond_header.jpg);
	background-repeat:no-repeat;
	/*padding-left: 10px;
	padding-right: 10px;*/
	font-family:lucida sans,Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*div#header img.logo {
	margin-left: 11px;
	margin-top: 14px;
	margin-bottom: 0px;
}*/
#titre{
/*float:left;
padding-top: 124px;
padding-left: 30px;*/
display:none;
}
div#menu_container {
	background-image: url(../images/sce/fond_menu.jpg);
	background-repeat:no-repeat;
	/*margin-top: 37px;*/
	width:931px;
	height: 30px;
	/*border-bottom: #266acb solid 1px;*/
}
div#content {
	width: 931px;
	background-image: url(../images/sce/fond_content.jpg);
	background-repeat:repeat-y;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	font-family:lucida sans;
	font-size:12px;
}
div#content_left{
/*width:200px;*/
width:180px;
padding: 10px;
margin-left:2px;
float:left;
}
div#content_right{
float:right;
/*width:730px;*/
width:690px;
padding: 15px;
}
div#content_right h2{
font-family: Lucida Grande, Verdana, Sans-serif;
	color: #8a050a;
	background-color: transparent;
	border-bottom: 1px solid #999999;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
}
div#content_right h3 {
	color: #8a050a;
	font-size: 12px;
}
div#content_right ul {
list-style-type:none;
list-style-image:url(../images/sce/puce.jpg);
list-style-position:0px 5px;
padding-top:3px;
padding-left : 10px;
}
div#content_right ul li, div#content_right ul li a, div#content_right ul li a:hover{
color:#a00203;
text-decoration:none;
padding-bottom: 3px;
}
div#content_right ul li a:hover{

text-decoration:underline;

}

div#footer {
	margin: 0 auto;
	width: 930px;
	/*height: 45px;*/
	height: 25px;
	/*padding: 10px;*/
	padding-top: 20px;
	background-image: url(../images/sce/fond_foot.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	color: #000000;
	font-family:lucida sans;
	font-size:10px;
}


/**********************************************************************/
#contactform div
{
	margin-bottom: 0.5em;
	width: 100%;
}

#contactform .indent
{
	margin:10px 0px 10px 95px;
}

#contactform .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
	width: 180px;
}

#contactform .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

#contactform .separator 
{
	clear: both;
	padding: 0px;
	font-size: 0.5px;
	height: 0.5px;
}

#footer .footer_link { border-right:solid 1px #000; padding-right:4px;}
#footer .footer_language_link {	border-left:solid 1px #000;}
#footer .footer_last{}



