<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#global {
	padding-top:151px;
	width:100%; height:auto;
	margin:0 auto; text-align:center; /* centrage du contenu */	
	background:#F8F9FB url('../../images/layout/body-bg.jpg') repeat-x left 151px;
}

#content {	
	width:968px; /* plus large pour prendre en compte l'ombre de chaque cÃ´tÃŠ */
	height:auto;
	margin:0 auto; text-align:center; /* centrage du contenu */
	background:transparent url('../../images/layout/content-shadow.png') repeat-y center 10px;
	_background:none;
}

#accroche .accroche, #content .content, #header .header,  #footer .footer {
	width:948px;
	margin:0 auto; text-align:center; /* centrage du contenu */
}

#content .top-scene {	
	width:100%; height:131px;
	margin:0 auto; text-align:center;
	background:transparent url('../../images/layout/top-scene.jpg') no-repeat center top;
}

#content .content {
	height:auto;
	padding:18px 0 18px 0;
	background:#FFFFFF url('../../images/layout/content-bg.jpg') repeat-x left top;	
}

#content .content .top {
	height:16px;
	background:transparent url('../../images/layout/content-sep-shadow-top.png') no-repeat 221px top;
	font-size:0em;			
}

#content .content .center {
	width:100%; overflow:hidden;
	height:auto;
	background:transparent url('../../images/layout/content-sep-shadow.jpg') repeat-y 221px top;			
}

#content .content .bottom {
	height:16px;
	background:transparent url('../../images/layout/content-sep-shadow-bot.png') no-repeat 221px top;
	font-size:0em;			
}

#contact-index {
	padding:70px 0 0 0;
	width:229px; height:auto; _height:1px;	
}

#contact-index h2 {
	width:100%; height:21px;	
	padding:0 0 0 90px; margin:0;
	font-size:1.1em; font-weight:normal;
	line-height:1.45em;
	color:#707070; text-align:left;
	background:transparent url('../../images/layout/contact-bg.png') no-repeat 0 50%;	
}

#contact-index div {
	width:100%; height:auto; _height:1px;	
	padding:10px 0 0 0;	
}
#contact-index div p {
	margin:0; padding:5px 0 5px 20px;
	text-align:left;	
}

#view {
	float:left;
	width:719px;
	height:auto; min-height:541px; _height:541px;
	margin:0 auto; text-align:center;		
}

#view .txt-link:link, #view .txt-link:visited {
	color:#2D2D2D; text-decoration:underline;		
}
#view .txt-link:hover {color:#000000;}

#view .bloc-view {
	width:665px; _width:663px; position:relative;
	height:auto; min-height:541px; _height:538px;
	margin:0 auto; text-align:center;	
	background:transparent url('../../images/layout/content-view-bg.jpg') repeat left top;
	border:1px solid #E4E4E4;
}

#view h2 {			
	padding:0 0 0 16px; margin:26px 26px 5px 26px;
	font-size:1.30em; font-weight:lighter;
	text-align:left;
	background:transparent url('../../images/layout/puce.png') no-repeat 0 50%;	
}

#view hr {			
	height:10px; width:613px;
	border:0; position:absolute;
	margin:0; padding:0;
	left:26px; top:inherit;
  	clip:rect(5px 100% 6px 0);
	background:transparent url('../../images/layout/dotted-bg.jpg') repeat-x left center;		
}

#view #view-desc {	
	padding:20px 0 20px 10px; margin:0;
	font-size:1.1em; font-weight:normal;
	text-align:left;
}

/* Boutons submit */
.submit-button, .submit-button-disabled {	
	display:block;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	width:121px;
	height:25px;	
	margin:0 auto; padding:0;
	background:transparent url('../../images/layout/form-button.png') no-repeat;
}

.submit-button {background-position:0 0;}
.submit-button:hover {background-position:-121px 0;}

.submit-button-disabled {background-position:0 0;}
.submit-button-disabled:hover {background-position:0 0;}

.submit-button .submit-button-text, .submit-button-disabled .submit-button-text {
	font-family:Arial, sans-serif; font-size:1em; font-weight:normal; display:block; color:#2D2D2D;
	text-decoration:none;
	padding:0;	
	text-align:center;
	line-height:24px;
}

.submit-button:hover .submit-button-text, .submit-button-disabled:hover .submit-button-text {	
	text-decoration:none;
}

.legend {
	margin:0; padding:0 3px 0 0;
	text-align:right; font-size:0.8em;
}</pre></body></html>