body {
	background-color: #e2e2e2;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
#header {
	width:957px; 
	background-color:#cdcdcd; 
	height:45px; 
	border-bottom: 1px solid #b2b2b2;
}
#header_degrade {
	float: left; 
	margin-top: 32px;
}

#header_fleche_box {
	width: 28px; 
	height: 22px; 
	margin-top: 15px; 
	float:left;
}

#header_fleche_box_img {
	float:right; 
	margin-top: 1px;
}

#header_lettre_info {
	width:660px; 
	height:18px; 
	margin-top: 15px; 
	float:left;
}

#header_lettre_info_title {
	float: left; 
	color:#6b561d; 
	margin-top: 2px; 
	margin-left: 4px;
}

#header_lettre_info_form {
	margin-left: 1em; 
	float: left;
}

#header_lettre_info_form_email {
	height:17px; 
	border: 1px solid #727272; 
	background-color:#cdcdcd; 
	font-size:10px;
	color: #555; 
}

#header_lettre_info_form_submit {
	font-size: 11px; 
	height:17px; 
	border:1px solid #727272; 
	background-color:#b2b2b2; 
	color:#eee
}

#header_lettre_info_search {
	height: 17px; 
	margin-right: 1.5em; 
	float: right;
}

#header_lettre_info_search_text {
	font-size:10px; 
	color: #555; 
	height:17px; 
	background-color:#cdcdcd; 
	border: 1px solid #727272;
}

#header_lettre_info_search_submit {
	font-size: 11px; 
	height:17px; 
	border: 0; 
	border:1px solid #727272; 
	background-color:#b2b2b2; 
	color:#eee
}

#container {
	width: 957px;
	text-align: left;
	background-color: white;
	text-align:left;
}

#logo_liens_droite {
	float: right; 
	width:290px; 
	height: 8em; 
	margin-top: 125px; 
	margin-right: 3em;
}

#logo_img {
	margin-left: 65px; 
	margin-top: 10px;
}

#menu {
	border-bottom: 1px solid #eee;
	height:40px;
}

.menu_box {
	height:37px; 
	width: 157px;
	text-align:center;
	float: left;
}
/*
.menu_color_1 {
	background-color: #ebbc92;
}
.menu_color_2 {
	background-color: #e4a063;
}
.menu_color_3 {
	background-color: #c27523;
}
.menu_color_4 {
	background-color: #8f5314;
}
.menu_color_5 {
	background-color: #6b561f;
}
*/
.menu_color_1 {
	background-color: #ebbc92;
}
.menu_color_2 {
	background-color: #e4a063;
}
.menu_color_3 {
	background-color: #c27523;
}
.menu_color_4 {
	background-color: #a46a3c;
}
.menu_color_5 {
	background-color: #8f5314;
}
.menu_color_6 {
	background-color: #6b561f;
}

.menu_item {
	margin-top: 15px;
}

.menu_item_link {
	text-decoration:none; 
	color: #eee; 
	font-weight:bold; 
	font-size:12px; 
	letter-spacing: 1px;
}
.menu_item_delimiter {
	width: 3px;
	float:left;
	background-color:#fff;
}

#menu_box_degrade {
	margin-top: 0;
}

#sondage {
	float: right; 
	width:300px; 
	height: 8em; 
	margin-right: 1em; 
	border: 1px solid white; 
	margin-top: 50px; 
	clear:none;
}
#votre_avis {
	color: #bf7725; 
	font-size: 14px; 
	font-weight:bold;
}
.content-question {
	color: #777777;
}
.content-question label {
	display: block;
}
.bouton {
	margin-top: 10px;
}
#parcours {
	float: right; 
	width:275px; 
	height: 8em; 
	margin-right: 3em; 
	margin-top: -5px;
}
.parcours_list {
	list-style:square;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
}

.parcours_color_5 {
	color: #ebbc92;
}
.parcours_color_4 {
	color: #e4a063;
}
.parcours_color_3 {
	color: #c27523;
}
.parcours_color_2 {
	color: #8f5314;
}
.parcours_color_1 {
	color: #6b561f;
}

.parcours_color_5 a{
	color: #ebbc92;
	text-decoration:none;
}
.parcours_color_4 a{
	color: #e4a063;
	text-decoration:none;
}
.parcours_color_3 a{
	color: #c27523;
	text-decoration:none;
}
.parcours_color_2 a{
	color: #8f5314;
	text-decoration:none;
}
.parcours_color_1 a{
	color: #6b561f;
	text-decoration:none;
}
#moduleresult_content {
	margin-top: 20px;
	margin-left: 90px;
	color: #6c6c6c;
	line-height: 1.5em;
	width: 480px;
	border: 1px solid white;
}

#moduleresult_content h1 {
/*	color: #6a571d;*/
	color: #aaa;
	font-size:18px;
}

#moduleresult_content h2 {
	color: #6a571d;
	font-size: 14px;
}

#moduleresult_content h3 {
	color:#bf7725;
	font-size: 12px;
}

#moduleresult_content h4 {
/*	color:#888;*/
	color: #6a571d;
	font-size: 13px;
	margin-bottom: 2px;
}

#moduleresult_content p {
	line-height: 1.5em;
}

#moduleresult_content ul li {
	line-height: 1.5em;
	list-style-type:square;
}


#moduleresult_content a { color:#6c6c6c; }


.top_list {
	list-style:square;
	font-size:24px;
	font-weight:bold;
	line-height: 20px;
}
.top_list_color_4 {
	color: #ebbc92;
}
.top_list_color_3 {
	color: #e4a063;
}
.top_list_color_2 {
	color: #c27523;
}
.top_list_color_1 {
	color: #8f5314;
}
.top_list_color_4 a{
	color: #ebbc92;
	text-decoration:none;
}
.top_list_color_3 a{
	color: #e4a063;
	text-decoration:none;
}
.top_list_color_2 a{
	color: #c27523;
	text-decoration:none;
}
.top_list_color_1 a{
	color: #8f5314;
	text-decoration:none;
}
/*
li.top_list:first-letter { font-size: 250%;}
*/
.clear {
}
.clear_both {
	clear:both;
}

/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:500px;
	float:left;
	color: #777;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
/*	text-align:center;*/
/*	clear:both;*/
}
.sample8 .mask1{
/*	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
}

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:500px;
	height:290px;
	overflow:hidden;
}
span img{
	display:block;
	border:none;
}


.buttons { 
	padding: 0 3px 10px 3px; 
}

p.buttons {
	border: 1px solid #ffffff;
	margin: 3px 0;
}

.buttons span {
	color:#6b561f; 
	padding: 1px 8px;
	cursor: pointer;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.buttons span.active, .buttons span:hover {
	background:#6b561f;
	color:#fff
}

#moduleresult_content h3.titres_mask_box {
	font-size: 20px;
}
.titres_mask_box {
	color: #6a571d;
}


.chroniques_list {
	list-style:none;
	margin:0;
	padding: 0;
}
.chroniques_list_items {
	color:#e3a35b;
	list-style:none;
}
.chroniques_list_items a {
	color: #000000;
	text-decoration: none;
}
div.block label
{
	display: block;
}
div.block label a
{
	color: #777;
}


#box_images_footer {
/*	margin-left: 90px;*/
	width: 500px;
/*	margin-bottom: 20px;*/
}
#ombre_bottom {
	width: 957px; 
	border-top: 1px solid #b2b2b2;
	height: 7px;
	
}
#ombre_bottom img {
	float: left; 
	margin-top: -1px;
}

#footer_login_et_segments {
	width: 957px; 
	height: 345px; 
	margin-top: 5px;
	background-color: #eaeaea;
/*	background-color: #fff;*/
/*	border: 1px solid #ccc;*/
	text-align: left;
}
#footer_login_et_segments h2 {
	color:#bf7725;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 20px;
	margin: 0;
}
#footer_login_et_segments h3 {
	font-size:14px;
	color: #6a571d;
	padding-top: 0;
	margin-top: 0;
}

#footer_login {
	padding-left: 15px;
	text-align:left;
	float: left;
	width: 260px;
	height: 320px;

}

#footer_segments {
	text-align:left;
	padding-left: 5px;
	margin-left: 90px;
	width: auto;
	height: 300px;
}

#footer_segments h4 {
	font-size:14px;
	color: #6a571d;
/*	padding-top: 0;*/
	margin-top: 0;
	margin-bottom: 2px;

}
#footer_segment_mrmrs, #footer_segment_prives {
	width: 330px;
	color: #777;
}
#footer_segment_mrmrs ul, #footer_segment_prives ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 10px;
	padding: 0;
}
#footer_segment_mrmrs ul li, #footer_segment_prives ul li, #footer_segments ul li {
	color:#777;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	font-size: 12px;
}

#footer_segment_mrmrs ul li a, #footer_segment_prives ul li a, #footer_segments ul li a {
	color:#777;
}
#footer_segment_mrmrs {
	float: left;
}
#footer_segment_prives {
	margin-left: 330px;
}
#footer_logo_cocof_copy_days {
	width: 950px; line-height:31px; color: #777777;
}
#footer_logo_cocof_copy_days img {
	float: left; margin-left: 12px;
}
#footer_copyright_days {
	float: right; margin-right:12px;
}
#footer_copyright_days a {
	color: #777777;
	text-decoration:none;
}
#footer_copyright_days a:hover {
	color: #777777;
	text-decoration: underline;	
}
#footer_cocof_txt {
	float: left; margin-left: 7px;
}
