html, body {
	 height:100%;
}

* {
	margin:0px;
	padding:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-image:url(../img/fond.png);
	background-attachment: fixed;
	padding-bottom:10px;
	padding-top:10px;
}

.clearboth {
	clear:both;
}

ul {
	list-style:none;
}

.srch0 { background:#FF0; }

/* *************************************************************************** */
/* ******************************* STRUCTURE ********************************* */
/* *************************************************************************** */
#Maincontainer {
	position:relative;
	width:806px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:#CCCCCC 1px solid;
	padding:2px;
}

#MaincontainerG {
	float:left;
	width:635px;	
}

#MaincontainerD {
	float:left;
	width:169px;
	padding-left:2px;	
}


#Rightcontainer{
	/* border:#CCCCCC 1px solid;
	padding:2px;
	background-color:#f5f5f5;
	*/
}


#Topcontainer{
	/* background-image:url(../img/attente_top.gif);
	background-repeat:no-repeat; */
	border:#CCCCCC 1px solid;
	height:21px;
	margin-bottom:2px;
	width:633px;
}

/* *************************************************************************** */
/* *******************************   FORM INSCRIP    ************************* */
/* *************************************************************************** */	

#formdiv{
	position:absolute;
	z-index:2;
	width:200px;
	right:0px; 
    top:0px;
}

#formdiv_contenu{
	z-index:3;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	height:300px;
	position:relative;
	text-align:center;
	margin-top:40px;
	background-color:#FFFFFF;
	border:#999999 1px solid;
}




#footer{
	width:806px;
	margin-left:auto;
	margin-right:auto;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer p{
	padding-left:220px;
	padding-top:5px;
	float:left;
	font-size:9px;
	color:#FFF;
	width:318px;
}
#footer_img{
	padding-top:2px;
	padding-bottom:7px;
	float:left;
	width:50px;
}
	
	
/* *************************************************************************** */
/* *******************************   MENU    ********************************* */
/* *************************************************************************** */	

#MenuContainer{
	float:left;
}

#Menu{
	width:163px;
	border:#CCCCCC 1px solid;
	padding-bottom:2px;
	margin-top:2px;
}

#Menu h3{
	line-height:21px;
	font-size: 11px;
	color: #fff;
	background-image:url(../img/menu_bg.png);
	background-repeat:repeat-x;
	margin:2px 2px 0px 2px;
	text-align:center;
	text-transform:uppercase;
	
}

#Menu li {
	margin:2px 2px 0px 2px;
}

#Menu li a{
	display:block;
	width:139px;
	text-decoration:none;
	background-repeat:no-repeat;
	line-height:23px;
	padding-left:20px;
	color: #35260e;
	font-size: 11px;
	font-weight: bold;
}
#Menu li a:hover{
	background-position:0px -25px;
	color: #fff;
}

/* *************************************************************************** */
/* *******************************  CONTENU  ********************************* */
/* *************************************************************************** */

#Contenu{
	float:left;
	height:100%;
}

#banniere {
	height:60px;
	margin-left:2px;
	margin-top:2px;
	width:466px;

}

#chemin {
	margin-bottom:1px;
	margin-left:2px;
	margin-top:2px;
	border:#CCCCCC 1px solid;
	width:461px;
	padding-left:5px;
	min-height:20px;
	padding-top:5px;
}
* html #chemin{ height:20px; }  /*HACK IE 6*/

#chemin a{
	font-weight:bold;
	font-size:11px;
	color:#798A02;
	text-decoration:none;
}

#chemin img {
	margin-left: 8px;
	margin-right: 8px;
}


/* *************************************************************************** */
/* *******************************  MENU TOP  ********************************* */
/* *************************************************************************** */

#Topcontainer li{
	float:left;
	line-height:21px;
}

#Topcontainer li a{
	display:block;
	border-right:#CCCCCC 1px solid;
	line-height:21px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
#Topcontainer li a:hover{
	color:#c64934;
}

/* ********************* */

#form_search input{
	font-size:11px;
	width:160px;
	height:14px;
	border:0px;
	font-weight:bold;
	color:#c64934;
	margin-left:5px;
}
* html #form_search input{ margin-top:3px; }  /*HACK IE 6*/

.search_listing h3 a{
	display:block;
	font-size: 14px;
	color: #c64934;
	border-bottom:#c64934 1px dashed;
	padding-bottom:3px;
	margin-bottom:5px;
	text-decoration:none;
}

/* *************************************************************************** */
/* *******************************  PUB  ********************************* */
/* *************************************************************************** */

#pub{
	width:159px;
	border:#CCCCCC 1px solid;
	margin-top:2px;
	padding:2px;
}

h1{
	display:none;
}
h2{
	display:none;
}

/* *************************************************************************** */
/* *******************************  INDEX  ********************************* */
/* *************************************************************************** */

#der_plus{
	padding-top:2px;
	margin-left:2px;
}

#der{
	float:left;
	width:227px;
	border:#CCCCCC 1px solid;
	padding:2px;
	margin-right:2px;
}

#plus{
	float:left;
	width:227px;
	border:#CCCCCC 1px solid;
	padding:2px;
}
#der_plus h3{
	background-image:url(../img/derplus_h3.gif);
	background-repeat:repeat-x;
	height:20px;
	border-bottom:1px #999999 solid;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:20px;
	font-size: 11px;
	text-align:center;
}

#der_plus ul{
	margin:3px 0px 3px 0px;
}

#der_plus li a{
	font-weight:bold;
	font-size:11px;
	color:#798A02;
	text-decoration:none;
	padding-left:15px;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
}

.der_plus_tous{
	text-align:right;
	width:227px;	
	border-top:#999999 1px dashed;
	padding-top:2px;	
}

.der_plus_tous a{
	text-align:right;
	font-size:9px;
	text-decoration:none;
	color:#9baa05;
	background-image:url(../img/puce2.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
}



.a_la_une{
	position:relative;
	padding:15px;
	padding-bottom:5px;
	border:#CCCCCC 1px solid;
	margin-top:2px;
	margin-left:2px;
}

.a_la_une h3{
	font-size: 14px;
	color: #575757;
	border-bottom:#575757 1px dashed;
	padding-bottom:3px;
	margin-bottom:10px;
}

.a_la_une_info p{
	float:left;
	width:310px;
}

.a_la_une_info a{
	display:block;
	color:#FF6600;
	background-image:url(../img/puce.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
	font-size:11px;
	text-decoration:none;
	margin-top:10px;
	width:65px;
}
.a_la_une_info a:hover{
	text-decoration:underline;
}

.a_la_une_info img {
	float:left;
	padding-left:15px;
}






/* *************************************************************************** */
/* *******************************  ARTICLE  ********************************* */
/* *************************************************************************** */

#article {
	margin-bottom:1px;
	margin-left:2px;
	margin-top:2px;
	padding:15px;
	border:#CCCCCC 1px solid;
	width:436px;
}

#article_txt {
	float:left;
	width:370px;
	padding-right:10px;
}

#article_img {
	float:left;
	width:56px;
}

#article h3{
	font-size: 14px;
	color: #c64934;
	border-bottom:#c64934 1px dashed;
	padding-bottom:3px;
	margin-bottom:10px;
}

#article h4{
	font-size: 11px;
	color: #000;
}

#article h5{
	font-size: 11px;
	color: #999999;
	font-weight:normal;
}

#article_txt h5 a{
	font-size: 11px;
	color: #999999;
	font-weight:normal;
}


#article_intro {
	padding-bottom:10px;
}

#article_img_lien{
	display:block;
	background-image:url(../img/btn_fav.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:47px;
	height:20px;
	margin-left:9px;
}

#article_img span{
	display:none;
}

#article_img img {
	margin-top:20px;
	margin-left:9px;
}

/* *************************************************************************** */
/* *******************************  VIDEO ********************************* */
/* *************************************************************************** */

#video {
	width:425px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:25px;
}


/* *************************************************************************** */
/* *******************************  COMMENTAIRES ********************************* */
/* *************************************************************************** */

#depose_commentaires {
	width:124px;
	margin-left:auto;
	margin-right:auto;
	border-top:#993300 1px solid;
	border-bottom:#993300 1px solid;
	text-align:center;
	color:#993300;
	margin-top:25px;
}
#depose_commentaires a{
	color:#993300;
	text-decoration:none;
	font-size:10px;
}


#commentaires{
	border-top:#CCCCCC 2px dotted;
	border-bottom:#CCCCCC 2px dotted;
	margin-top:40px;
	background-color:#FFF2E8;
}
#commentaires h3{
	color:#CC059A;
	border:none;
	font-size:11px;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-left:8px;
	text-decoration:underline;
	
}

#commentaires dl{
	margin:0px 20px 0px 20px;
}
#commentaires dt{
	font-size:11px;
	color:#CC059A;
	margin-top:15px;
}
#commentaires dd{
	font-size:11px;
	color:#999999;
	font-style:italic;
	margin-bottom:15px;
}



/* *************************************************************************** */
/* *******************************  ARTICLE RUB ********************************* */
/* *************************************************************************** */

#articlerub {
	margin-bottom:1px;
	margin-left:2px;
	margin-top:2px;
	padding:15px;
	border:#CCCCCC 1px solid;
	width:436px;
	min-height:372px;	
}
* html #articlerub{ height:372px; }  /*HACK IE 6*/

#articlerub_txt {
	float:left;
	width:380px;
}

#articlerub_img {
	float:left;
	width:56px;
}

#articlerub h3 a{
	display:block;
	font-size: 14px;
	color: #c64934;
	border-bottom:#c64934 1px dashed;
	padding-bottom:3px;
	margin-bottom:5px;
	text-decoration:none;
}
#articlerub h4{
	font-size: 11px;
	color: #000;
}

#articlerub h5 a{
	font-size: 11px;
	color: #999999;
	font-weight:normal;
	text-decoration:none;
}
#articlerub h5 a:hover{
	text-decoration:underline;
}

#articlerub_intro {
	padding-bottom:10px;
}

#articlerub_intro a{
	color:#FF6600;
	background-image:url(../img/puce.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:10px;
	font-size:9px;
	text-decoration:none;
}


#articlerub_img img {
	margin-left:9px;
}

.articlerub_listing{
	margin-bottom:10px;
}


/* ************* listing page/page ******************* */

#listingpage{
	padding-bottom:20px;
}

#listingpage li{
	float:left;
	padding:0px 5px 0px 5px;
	border-right:#999999 1px solid;
}



/* *************************************************************************** */
/* *******************************  COLONNE DROITE ********************************* */
/* *************************************************************************** */



/* *************************** LOGIN *************************** */

#login{
	border:#CCCCCC 1px solid;
	padding:2px;
	background-color:#f5f5f5;
	margin-bottom:2px;
	height:110px;
}

#login h3{
	background-image:url(../img/login_bg.png);
	background-repeat:repeat-x;
	height:20px;
	border-bottom:1px #999999 solid;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:20px;
	font-size: 11px;
	text-align:center;
	margin-bottom:10px;
}
#login p{
	color:#c64934;
	font-size: 12px;
	margin-bottom:10px;
	font-weight:bold;
	margin-left:10px;
}

#login input{
	width:105px;
	font-size:10px;
	color:#999999;
	margin-left:10px;
}

#login ul{
	margin-left:10px;
}
#login ul a{
	color:#9baa05;
	padding-left:10px;
	background-image:url(../img/puce2.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

/* *************************** BLOC INSCRIPTION *************************** */

#inscrip_bloc{
	border:#CCCCCC 1px solid;
	background-color:#febc5f;
	margin-bottom:2px;
	min-height:55px;
}
* html #inscrip_bloc{ height:55px; }  /*HACK IE 6*/



/* *************************** FORMULAIRE INSCRIPTION *************************** */

#form_inscription{
	border:#CCCCCC 1px solid;
	padding:2px;
	background-color:#febc5f;
	margin-bottom:2px;
	height:169px;
}

#form_inscription h3{
	background-image:url(../img/login_bg.png);
	background-repeat:repeat-x;
	height:20px;
	border-bottom:1px #999999 solid;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:20px;
	font-size: 11px;
	text-align:center;
	margin-bottom:10px;
}
#form_inscription p{
	color:#c64934;
	font-size: 12px;
	margin-bottom:10px;
	font-weight:bold;
	margin-left:10px;
}

#form_inscription input{
	width:105px;
	font-size:10px;
	color:#999999;
}

#form_inscription ul{
	margin-left:10px;
}
#form_inscription ul a{
	color:#9baa05;
	padding-left:10px;
	background-image:url(../img/puce2.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}








/* *************************** AGENDA *************************** */

#agenda{
	border:#CCCCCC 1px solid;
	padding:2px;
	background-color:#f5f5f5;
}

#agenda h3{
	background-image:url(../img/menu_bg.png);
	background-repeat:repeat-x;
	height:20px;
	border-bottom:1px #999999 solid;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:20px;
	font-size: 11px;
	text-align:center;
	margin-bottom:10px;
}

#agenda h4{
	padding-left:14px;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	font-weight:bold;
	font-size:11px;
}
#agenda h5{
	font-size:10px;
	color:#999999;
	padding-left:14px;
}

#agenda p{
	font-size:10px;
	padding-left:14px;
	padding-right:5px;
	margin-bottom:7px;
}







/* *************************************************************************** */
/* *******************************  COUP DE POUCE ********************************* */
/* *************************************************************************** */

#coupdepouce{
	width:159px;
	border:#CCCCCC 1px solid;
	margin-top:2px;
	padding:2px;
	background-color:#EEF7E3;
}

#coupdepouce h3{
	background-image:url(../img/menu_bg.png);
	background-repeat:repeat-x;
	height:20px;
	border-bottom:1px #999999 solid;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:20px;
	font-size: 11px;
	text-align:center;
}

#coupdepouce h4{
	padding-left:14px;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	font-weight:bold;
	font-size:11px;
	margin-top:7px;
}
#coupdepouce h5{
	font-size:10px;
	color:#999999;
	padding-left:14px;
}

#coupdepouce p{
	font-size:10px;
	padding-left:14px;
	padding-right:5px;
}
#coupdepouce a{
	display:block;
	font-size:10px;
	padding-right:5px;
	margin-bottom:7px;
	text-decoration:none;
}
#coupdepouce a:hover{
	text-decoration:underline;
}


/* *************************************************************************** */
/* *******************************  CONTACT ********************************* */
/* *************************************************************************** */

#contact {
	margin-bottom:1px;
	margin-left:2px;
	margin-top:2px;
	padding:15px;
	border:#CCCCCC 1px solid;
	width:436px;
	min-height:372px;	
}
* html #contact{ height:372px; }  /*HACK IE 6*/

#contact h3{
	font-size: 14px;
	color: #c64934;
	border-bottom:#c64934 1px dashed;
	padding-bottom:3px;
	margin-bottom:10px;
}

#contact input{
	font-size:10px;
	font-weight:bold;
	color:#6a6a6a;
	width:280px;
}
#contact textarea{
	font-size:11px;
	font-weight:bold;
	color:#6a6a6a;
	width:280px;
}

#contact td{
	color:#01b9cf;
	padding-bottom:5px;
}


/* *************************************************************************** */
/* *******************************  LIENS ********************************* */
/* *************************************************************************** */

#liens {
	margin-bottom:1px;
	margin-left:2px;
	margin-top:2px;
	padding:15px;
	border:#CCCCCC 1px solid;
	width:436px;
	min-height:372px;	
}
* html #liens{ height:372px; }  /*HACK IE 6*/

#liens h3{
	font-size: 14px;
	color: #c64934;
	border-bottom:#c64934 1px dashed;
	padding-bottom:3px;
	margin-bottom:20px;
}

.liens_list{
	padding-left:20px;
	border-bottom:dotted #CCCCCC 1px;
	margin-bottom:10px;
	padding-bottom:10px;
}

.liens_img{
	float:left;
	width:140px;
}

.liens_infos{
	float:left;
	padding-bottom:10px;
	width:266px;
}

.liens_infos dt{
	font-size:13px;
	color:#666666;
	font-weight:bold;
	padding-bottom:3px;
}
.liens_infos dd{
	font-size:10px;
}

.liens_infos a{
	font-size:10px;
	color:#c64934;
}



/* *************************************************************************** */
/* *******************************  A PROPOS DE ********************************* */
/* *************************************************************************** */

#aproposde {
	margin-bottom:1px;
	margin-left:2px;
	margin-top:2px;
	padding:15px;
	border:#CCCCCC 1px solid;
	width:436px;
}

#aproposde h3{
	font-size: 14px;
	color: #c64934;
	border-bottom:#c64934 1px dashed;
	padding-bottom:3px;
	margin-bottom:20px;
}

.aproposde_red{
	color:#990000;
	font-weight:bold;
}


/* *************************************************************************** */
/* *******************************  CHARTE ********************************* */
/* *************************************************************************** */

#charte {
	margin-bottom:1px;
	margin-left:2px;
	margin-top:2px;
	padding:15px;
	border:#CCCCCC 1px solid;
	width:436px;
}

#charte h3{
	font-size: 14px;
	color: #c64934;
	border-bottom:#c64934 1px dashed;
	padding-bottom:3px;
	margin-bottom:20px;
}



/* *************************************************************************** */
/* *******************************  COMPTE ********************************* */
/* *************************************************************************** */

#compte {
	margin-bottom:1px;
	margin-left:2px;
	margin-top:2px;
	padding:15px;
	border:#CCCCCC 1px solid;
	width:436px;
	min-height:372px;	
}
* html #compte{ height:372px; }  /*HACK IE 6*/


#compte input{
	width:105px;
	font-size:10px;
	color:#999999;
}
