/* CSS Document */
html, body, div, p, table, th, tr, td, h1, h2, h3, h4, ul, ol, li, form, fieldset, legend, input, select, textarea {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #3B3B3B;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}
body {
	background-color: #D0E596;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div, p, table, th, tr, td, h1, h2, h3, h4, ul, ol, li {
	text-align: left;
}
img {
	border: 0px;
}

/* ELEMENTS */
#ocean_level0 {
	width: 740px;
	margin: 22px auto;
	padding: 0px;
	background-color:#e9f1c8;
}
#banniere_logo {
	width: 740px;
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
	background-color:#cfe694;
}
#logo_top {
	margin: 0px;
	padding: 0px;
	float:left;
}
#quick_links {
	float:right;
	margin: 67px 0px 0px 0px;
	padding: 0px;
}
#ligneTop {
	height: 7px;
	background-color: #0D0415;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/patern_ligneTop.jpg);
	background-repeat: repeat-y;
}
#header {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#level1 {
	clear: both;
	background-color: #E9F1C8;
	background-image: url(../images/patern_contenu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 15px 0px 0px;
}
/*
#content {
	background-image: url(../images/level1_pattern.gif);
	background-repeat: repeat-y;
	background-position: 508px 20px;
}
*/
#colonne_droite {
	position:relative;
	float:right;
	width: 200px;
	padding: 40px 0px 10px 20px;
}
html>body #colonne_droite {
	width: 190px;
}
#the_content {
	width: 450px;
	padding: 10px 20px 0px 30px;
}
.ligne {
	/*background-image: url(../images/level1_pattern.gif);
	background-repeat: repeat-y;
	background-position: left center;*/
	border-left:2px solid #D0E596;
}
.ligne2 {
	/*background-image: url(../images/level1_pattern.gif);
	background-repeat: repeat-y;
	background-position: right center;*/
	border-right:2px solid #D0E596;
}



/* DBUT Back to top */
#footer {
	width: 720px;
	color: #fff;
	clear: both;
	text-align:center; 
	margin: 0;
	background-color: #311963;
	padding: 17px 10px;
}
#footer p {
	color: #fff;
}
#footer strong {
	float:left;
}
#footer a {
	display:block;
	float:right;
	line-height:11px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight:bold;
}
.retour {
	display:block;
	clear:both;
}
/* FIN Back to top */





/* CSS HACKS */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.temoignage {
	border:3px dotted #D0E596;
	background-color:#f0f6d9;
	padding:20px 0;
}
.temoignage th {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*text-transform:uppercase;*/
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#31186b;
}
.temoignage th, .temoignage td {
	padding-right:20px;
	padding-left:20px;
}
.temoignage blockquote {
	margin:10px 0 0 0;
	padding:0;
	font-style:italic;
	font-size:14px;
	color:#31186b;
}
.temoignage p {
	margin:0 0 10px 0;
	padding:0;
	text-align:right;
}



.un-temoignage {
	border:3px dotted #D0E596;
	background-color:#f0f6d9;
	padding:10px;
}
.un-temoignage blockquote {
	margin:0;
	padding:0;
	font-style:italic;
	font-size:12px;
	color:#31186b;
}
.un-temoignage p {
	margin:10px 0 0 0;
	padding:0;
	text-align:right;
}


#news-bar {
	width:740px;
	border-bottom:2px solid #D0E596;
}
#news-title {
	float:left;
	width:140px;
	padding:5px 10px 5px 20px;
	color:#b7cd79;
	font-weight:bold;
	background-color:#f1f6df;
	background-image:url(../images/fleches.jpg);
	background-position:145px center;
	background-repeat:no-repeat;
}
#news {
	float:right;
	width:570px;
	margin:0;
	padding:5px 0;
	list-style-type:none;
	color:#666;
	background-color:#fff;
}
#news li {
	margin:0;
	padding:0 10px;
	list-style-type:none;
	color:#666666;
}

#news a, #news a:active, #news a:hover, #news a:visited  {
	text-decoration:none;
	color:#666666;
}