body
{
	background: #3c3a3a url(../img/pattern.png) repeat;
	margin:0 auto;
	width:1000px;
	font-size:12px;
	font-family:Georgia, serif;
	color:#bb2e34; /* rouge du texte */
	
	
	border:25px solid #fff;
	margin-top:25px;
	margin-bottom:25px;
	left:25px;
	right:25px;
}

a img
{
	border:none;
}

a, a:focus {
	color:#000;
	text-decoration:none;
}

a:hover{
	color: #bb2e34;
	text-decoration:none;
}

#site 
{
	background: #fff;
}

#header
{
	height:180px;
	background-color: #3c3a3a;
}

#content {
	background-color:#fff;
	width:1000px;
}

#content_left {
	float:left;
	width:320px;
}

#content_right {
	float:right;
	width:320px;
}

#left_gallery {
	position:relative;
	float: left;
	width:320px;
}

#right_content {
	position:relative;
	float:right;
	width:660px;
	color:#5b5b5b;
}

#right_content h1 {
	font-size:21px;
	color:#6d6c6c;
	font-style:italic;
	margin-top: 11px;
	margin-bottom: 11px;
}

#right_content h2 {
	font-size:16px;
	color:#bb2e34;
	margin-top: 11px;
	margin-bottom: 11px;
}

#right_content h4 {
	margin: 0;
	color:#bb2e34;
}

#right_content .tilt_content {
	margin-right:300px;
	padding-bottom:15px;
	padding-top:15px;
}


#footer_content {
	width:1000px;
	height:135px;
}
#footer_content h3 {
	margin-top:6px;
	margin-bottom:15px;
}
#left_footer {
	background: #fff url(../img/bg_footer.png) repeat-x;
	float:left;
	width:320px;
	height:135px;
}

#right_footer {
	background: #fff url(../img/bg_footer.png) repeat-x;
	float:right;
	width:660px;
	height:135px;
}

#left_footer_left {
	float:left;
	width:160px;
}

#left_footer_right {
	float:right;
	width:160px;
}

#right_footer_col1 {
	width: 160px;
	float:left;
	margin-top:-12px;
}
#right_footer_col2 {
	width: 160px;
	float:left;
	margin-top:-12px;
}
#right_footer_col3 {
	width: 160px;
	float:left;
	margin-top:-12px;
}
#right_footer_col4 {
	width: 160px;
	float:right;
	margin-top:-12px;
}

#copyright {
	color: #999999;
	padding-top:6px;
	padding-left:340px;
}

#copyright a, #copyright a:focus {
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}

#copyright a:hover{
	color: #bb2e34;
	font-weight: bold;
	text-decoration:underline;
}


#menu
{
	padding:0;
	
	z-index:3;
}

#menu a /* titres des menus */
{
	background: #3c3a3a url(../img/menu_bg.png) repeat-x;
	position:relative;
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:30px 1px 0 2px;
	height:25px;
}

#menu a:hover {
	background: #3c3a3a url(../img/menu_bg_hover.png) no-repeat;

}

#menu ul /* bloc du menu general + bloc de chaque element du sous-menu */
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu ul li a
{
	
}

#menu li /* bloc de sous-titres */
{
	float:left;
}

#menu li ul /* bloc de chaque element du sous-menu */
{
	display:none;
	position:absolute;
	width:250px;
}

#menu ul li ul li a /* liens des sous-menus (pas ceux du titre) */
{	
	background: #3c3a3a;
	height:1.5em;
	padding: 0;
	position:relative;
	width:180px;
	border-top:none;
	margin:0;
	font-weight:normal;
}

#menu ul li ul li a:hover {
	background: #3c3a3a url(../img/sub_menu_hover.png) no-repeat;
	text-indent:15px;
	font-style:italic;
}

#menu .link_espace_client {
	padding-left:20px;
}
#menu .link_espace_client a, #menu .link_espace_client a:hover  {
	background: #3c3a3a;
	font-weight:normal;
}
#menu .link_espace_client a:hover {
	text-decoration:underline;
	color:#fff;
}


#corps
{
	background-color:#fff;
	clear:left;
	
/* hack ie min-height */
	min-height:430px;
	height:auto !important;
	height:430px;	

	margin:0;
	padding:1.3em;
	padding-left:2em;
	padding-top:1em;
}

#footer
{
	margin:0;
	padding:0;
	background-color:rgb(205, 133, 63); /* marron middle */
	position:relative;
	clear:both;
}

#footer p
{
	font-size:12px;

}

#ConnexionForm form table
{
	border:none;
	position:relative;
}

#ConnexionForm form td	/* afin que les labels soient séparés des champs input, on met le formulaire dans un tableau */
{
	width:160px;
}

#ConnexionForm form input
{
	font-size:11px;
	width:130px;
	height:14px;
	padding: 0;
	color:#515151;	/* gris foncé, quand on tape le texte dans la barre d'input */
	margin:0;
	background-color:#fff;
}


#ConnexionForm .FormInputSubmitConnexion input /* ne concerne que le td qui contient le <input type="submit"/> dans la page de connexion */
{
	padding-bottom:1px;
	height:1.4em;
	width:140px;
	background-color:rgb(190, 91, 17); /* marron foncé */
	color:#fff;
	font-weight:bold;
	font-size:10px;
	border:none;
	margin-top:1em;
}

