/* elements basiques */
html {
	margin: 0;
	padding: 0;
	}
body {
	margin-top: 30px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
   	margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   	padding: 0px;
	font-family: arial, verdana, sans-serif;
	/*background-image: url(../images/theme/bg_body.gif); */
   	background-repeat: repeat-x;
	/*background-color: #000000;*/
	/*background-color: #311406;*/
	background-color: #372c22;
	}
p {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #ffffff;
	}
h1 {}
h2 {}
h3 {
	color: #dda18e;
	}
h4 {
	color: #dda18e;
	}
h5 {}
h6 {
	color: #ffffff
	}
a {
	text-decoration: none;

}

img {
	border: 0 none;
	}

/* div spécifiques */

/*//////////////////////////////////////////////////////////////////////////
				                  HEADER
//////////////////////////////////////////////////////////////////////////*/	
#container_header {
	position: relative;
	margin: 0px auto;
    margin-bottom: 0px;
	width: 850px;
	height: 73px;
	background-image: url(../images/theme/bg_header.gif);
	background-repeat: no-repeat;
    background-color: #513e2f;
	}
#logo img{
	margin: 18px 0px 0px 30px;
	}
#container_header h1 {
	position: absolute;
	left: 90px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	width: 495px;
	font-size: 13px;
	color: #1f1616;
	text-align: right;
	line-height: 15pt;
	}
/* ----------------------------------------------------------------------*/
#menu_lg {/* Menu langues */
	position: absolute;
	left: 685px;
	top: 15px;
	margin: 0;
   	padding: 0;
	background-image: url(../images/lang/bg_lg.gif);
	width: 145px;
   	height: 30px;
	}
#menu_lg li
{
   	float: left;
   	margin-right: 8px;
   	padding: 0px;
	display: inline;
	list-style-type: none;
}
#menu_lg li a
{
   	display: block ;
   	padding: 0px 7px 7px 7px;
   	margin: 0px;
	
}
#menu_lg li a img
{
   	position: absolute;
   	width: 17px;
   	height: 16px;
}
/*//////////////////////////////////////////////////////////////////////////
				               Barre de menu
//////////////////////////////////////////////////////////////////////////*/
#container_menu {
	position: relative;
	margin: 0px auto;
    margin-bottom: 0px;
	width: 850px;
	height: 32px;
	background-image: url(../images/theme/bg_menu.gif);
	background-repeat: no-repeat;
    background-color: #513e2f;
	}
.menubar {
	margin: 0px auto;
	height: 24px;
	width: 795px;
	background-image: url(../images/theme/bg_mnu.gif);
	background-repeat: repeat-x;
	}
#container_menu ul {
	
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 8%;
	color: #c4a441;
	font-size: 11px;
	letter-spacing:0.03em;
	}
#container_menu ul li {
	display: inline;
	}
#container_menu ul li a {
	padding: 5px 13px;
	background-image: url(../images/theme/bg_mnu.gif);
	background-repeat: repeat-x;
	background-color: #7f7f7f;
	color: #f9e39e;
	text-decoration: none;
	float: left;
	border-right: 1px solid #585857;
	}
#container_menu ul li a:hover {
	background-image: url(../images/theme/bg_mnuhv.gif);
	background-repeat: repeat-x;
	background-color: #8e8e8e;
	/*color: #dcdcdc;*/
	color: #ffffff;
	}
		
/*//////////////////////////////////////////////////////////////////////////
				           Page principale ACCUEIL
//////////////////////////////////////////////////////////////////////////*/
#container_main {
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	height: 586px;
	background-image: url(../images/theme/bg_main.gif);
	background-repeat: no-repeat;
	background-color: #513e2f;
	overflow: hidden;
	}
#container_main2 {
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	min-height: 586px;
	background-image: url(../images/theme/bg_main_px.gif);
	background-repeat: repeat-y;
	background-color: #513e2f;
	overflow: auto;
	}
/* ie 6 */ 
* html div#container_main2 { 
	overflow: hidden;
}
#header_dcc_logo img{
	position: absolute;
	margin: 33px 0px 0px 580px;
	z-index: 30;
	}
#home_doll01 img{
	position: absolute;
	margin: 0px 0px 0px 8px;
	z-index: 10;
	}
/*------ NEWS ------*/
#home_blocnews {
	position: absolute;
	padding: 2px;
	margin: 144px 0px 0px 25px;
	width : 185px;
	border: #b00040 1px solid;
	background-color: #513e2f;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-size: 12px;
	z-index: 90;
	}
#home_blocnews h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #c4a441;
	}
#home_blocnews li{
	margin: 0px 5px 0px -21px;
	padding: 0px 0px 0px 0px;
	list-style-image: URL(../images/theme/puce.gif);
	text-align: left;
}	
#home_blocnews p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	}
#home_blocnews a:link, #home_blocnews a:visited {
	text-decoration: none;
	color: #fcebd2;
}
#home_blocnews a:link.active, #home_blocnews a:visited.active, #home_blocnews a:hover {
	color: #b5b7b4;
	}
/*------------------*/
#home_promo img{
	position: absolute;
	margin: 5px 0px 0px 360px;
	z-index: 30;
	}
#home_promo2 img{
	position: absolute;
	margin: 5px 0px 0px 200px;
	z-index: 30;
	}
#home_text img{
	position: absolute;
	margin: 12px 0px 0px 159px;
	z-index: 20;
	}
#home_dcc_logo img{
	position: absolute;
	margin: 23px 0px 0px 608px;
	z-index: 20;
	}
#home_doll02 img{
	position: absolute;
	/*margin: 433px 0px 0px 693px;*/
	margin: -153px 0px 0px 693px;
	z-index: 1;
	}
/*/////////             Contenu Accueil                ////////*/
#contentA {
	float: right;
	width: 550px;
	padding: 130px 55px 20px 20px;
	font-size: 0.8em;
	}
#contentA p {
	margin: 10px 0px;
	padding: 0px;
	text-align: justify;
	z-index: 10;
	}
#contentA h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	}
#contentA h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	color: #123660;
	}
#contentA a:link, #contentA a:visited {
	text-decoration: none;
	color: #fcebd2;
}
#contentA a:hover {
	color: #b5b7b4;
	}
/*/////////             Contenu Sitemap               ////////*/
#contentB {
	float: right;
	width: 600px;
	padding: 130px 55px 20px 20px;
	font-size: 0.8em;
	}
#contentB h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	}
#contentB a:link, #contentB a:visited {
	text-decoration: none;
	color: #fcebd2;
}
#contentB a:hover {
	color: #b5b7b4;
	}
/*/             bloc pour colones sitemap /*/
.bloc_sitemap {
	float: left;
	width: 190px;
	padding: 0px 5px 0px 0px;
	}
.bloc_sitemap ul {
	list-style: none;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	line-height: 12pt;
	color: #fcebd2;
	}
.bloc_sitemap li {
    margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #fcebd2;
	}
	
	
/*/              2 colones à la place de content pour certaine pages /*/
#contentblocL {
	float: left;
	width: 95px;
	padding: 100px 0px 0px 0px;
	}
/*---------------------- Contenu Général --------------------------*/
#content {
	float: right;
	width: 550px;
	padding: 25px 65px 50px 20px;
	font-size: 0.8em;
	}
/* ie 6 */ 
* html div#content { 
	clear: both;
	height: 500px;
} 

#content p {
	margin: 10px 0px;
	padding: 0px;
	text-align: justify;
	z-index: 10;
	}
#content h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
	}
#content h4 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	}
#content h6 {
	margin: 15px 0px -5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	}
#content a:link, #content a:visited {
	text-decoration: none;
	/*color: #83523b;*/
	color: #fcebd2;
}
#content a:link.active, #content a:visited.active, #content a:hover {
	/*color: #123660;*/
	color: #b5b7b4;
	}
#content ul {
	color: #ffffff;
	text-align: justify;
}
#content ol {
	color: #ffffff;
	text-align: justify;
}
.uppercase {
	text-transform: uppercase;
	}

/*////////////// Comportement des images ///////////////////*/
.border_img {
	border: #ffffff 2px solid;
	}
.squel_img {
	border: #ffffff 2px solid;
	float: right;
	margin: 0px 0px 12px 10px;
	}
.fessier_a_img {
	border: #ffffff 2px solid;
	float: left;
	margin: 0px 30px 20px 30px;
	}
.fessier_b_img {
	border: #ffffff 2px solid;
	float: right;
	margin: 0px 30px 20px 30px;
	}
.yeux_img {
	float: left;
}
.center_img {
	display: block;
	margin: 2px auto;
	}
/*/              2 colones à la place de content pour certaine pages /*/
#contentblocL {
	float: left;
	width: 95px;
	padding: 100px 0px 0px 0px;
	}
/*///////////// Comportement de bloc spécifique ////////////*/
#content_yeux {
	margin: 0px;
	padding: 0px;
	}
.blocyeux {
	float: left;
	margin: 5px 12px 5px 0px;
	font-size: 11px;
	}
#content_yeux p{
	text-align: center;
	margin-top: 4px;
	}
#content_yeux img{
	border: #ffffff 1px solid;
	}
/*////////////////////////////////////////////////////////*/
#contentblocL a:link, #contentblocL a:visited {
	color:#fcebd2;
}
#contentblocL a:hover{
	color:#b5b7b4;
}	
#contentblocR ul {
	color: #ffffff;
	text-align: justify;
}	

#contentblocR {
	float: right;
	width: 420px;
	padding: 0px 10px 0px 25px;
	}

/*--------------------------------- MENU L ---------------------------*/
#menuL {
	float: left;
	width: 170px;
	margin: 25px 0px 20px 28px;
	padding: 0px;
	border: #575453 1px solid;
	font-size: 12px;
	
	}
#menuL a:link, #menuL a:visited {
	color:#fcebd2;
	/*color:#c4a441;*/
	/*font-weight: bold;*/
}
#menuL a:hover{
	color:#b5b7b4;
}
ul.sous_menu{
	margin: 0px;
	padding: 0px;
	/* puce */
	color: #fcebd2;
}
ul.sous_menu>li{
	list-style: none;
	/*font-weight: bold;*/
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	/*background-color: #575453;*/
	text-align: left;
	line-height: 16pt;
	/*texte sans lien*/
	color:#fcebd2;
}
.sous_menuTitre {
	background-image: url(../images/theme/bg_menuTitre.gif);
	background-repeat: repeat-x;
}	
.sous_menu a{
	color:#b5b7b4;
}
ul.sous_menu_2{
	margin:0 5pt 5pt 20pt;
	padding:0;
}
ul.sous_menu_2 li{
	/*list-style: square;*/
	list-style-image: URL(../images/theme/puce.gif);
}
ul.sous_menu_2 ul{
	margin:0 5pt 5pt 15pt;
	padding:0;
}

/*---------------------- Tableau - descriptif -------------------- */
table.descript {
	border-collapse:collapse;
	width:100%;
	margin: 20px 0px 40px 0px;
	padding: 0;
	color: #ffffff;
	}
table.descript tr {
	vertical-align: top;
	}
table.descript th {
	/*border:1px solid #ffffff;*/
	text-align: center;
	padding: 4px;	
	}
table.descript td {
	/*border:1px solid #ffffff;*/
	text-align: left;
	padding: 4px;
}
table.descript img {
	border: #ffffff 1px solid;
	margin-right: 12px;
}

.premierecolone {
	font-weight: bold;
	}
.infotab {
	font-size: 11px;
	color: #b5b7b4;
	font-style: italic;
	}
.celluleBOLD {
	font-weight: bold;
	color: #333333;
	vertical-align: top;
}



/*----------------------------- contactForm -----------------------------*/
#contactForm
{
	margin: auto; /* Pour centrer notre page */
   	padding: 0px;
   	text-align: center ;
	/*font-size : 11px;*/
	font-size : 1em;
	width: 80%;
}
#contactForm p
{
	margin: 10px 0;
}
#contactForm a:link, #contactForm a:visited 
{
	color: #fcebd2;
}
#contactForm a:hover
{
	color: #b5b7b4;
}


#contactForm fieldset
{
	border: #575453 1px solid;
	text-align: left;
	margin: 15px 0;
	color: #fcebd2;
	font-size : 12px;
}
#contactForm legend
{
	margin-left: 10px;
	padding: 0px 5px;
}
#contactForm label
{
	/*background-color: #502F23;*/
	display: block;
	width: 23%;
	float: left;
	padding-right: 1%;
	text-align: right;
	color: #fcebd2;
}
#contactForm .form_label_nostyle
{
	background: none;
	}
/* textarea */
/* Input */
#contactForm input, #contactForm select, #contactForm textarea
{
	margin-left: 1%;
	width: 68%;
	border: #fcebd2 1px solid;
	background-color: #fcebd2;
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-size : 12px;
	
}

#contactForm input:hover, #contactForm select:hover, #contactForm input:focus, #contactForm select:focus, #contactForm textarea:hover, #contactForm textarea:focus
{
	background-color: #ffffff;
}

/* button submit */
#contactForm input[type="submit"]
{
	border: #585857 1px solid;
	background-image: url(../images/theme/bg_mnu.gif);
	background-repeat: repeat-x;
	background-color: #7f7f7f;
	color: #f9e39e;
	width: 28%;
	margin-top: 12px;
}

#contactForm input[type="submit"]:hover
{
	border: #585857 1px solid;
	background-image: url(../images/theme/bg_mnuhv.gif);
	background-repeat: repeat-x;
	background-color: #7f7f7f;
    color: #ffffff;
	cursor: pointer;
}

p.msg_err
{
	color: #f9826e;
}

/*//////////////////////////////////////////////////////////////////////////
				                    FOOTER
//////////////////////////////////////////////////////////////////////////*/
#container_footer {
	clear: both;
	margin: 0px auto;
    margin-bottom: 0px;
	width: 850px;
	height: 17px;
	background-image: url(../images/theme/bg_footer.gif);
	background-repeat: no-repeat;
    background-color: #372c22;
	}
#container_footer p{
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #565656;
}
#container_footer a:link 
{
	text-decoration: none;
	color: #372c22;
}
#container_footer a:visited
{
	text-decoration: none;
	color: #372c22;
}
#container_footer a:hover
{
	text-decoration: none;
	color: #372c22;
}

