body {
    margin: 0px;
    padding: 0px;
	background-image:url(../img/fond.jpg);
	background-repeat:no-repeat;
	background-color:#163616;
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

/* HEADER */

#header
{
    text-align: center;
	margin: 0px;
}

#header_titre {
    background-color: #000000;
    height: 47px;
	background-image:url(../img/titre.jpg);
	background-repeat:no-repeat;
}
#header_titre_en {
    background-color: #000000;
    height: 47px;
	background-image:url(../img/titre_en.jpg);
	background-repeat:no-repeat;
}
#header_titre_de {
    background-color: #000000;
    height: 47px;
	background-image:url(../img/titre_de.jpg);
	background-repeat:no-repeat;
}

#header_menu {
    background-color: #e29abf;
    height: 51px;
    margin-top: 19px;
	background-repeat:repeat-x;
	width:100%;
}

#menu_rubrique{
	display:inline;
	float:left;
}
#menu_logo{
	margin-top:-30px;
}
.W4{width:4%;}
.W5{width:5%;}
.W6{width:6%;}
.W7{width:7%;}
.W8{width:8%;}
.W9{width:9%;}
.W10{width:10%;}
.W11{width:11%;}
.W12{width:12%;}
.W15{width:15%;}
.W16{width:16%;}

#bandeau{
	text-align:center;
}
#titre_page{
	padding-left:50px;
	
}
/************************************************************** CENTRE **************************************************************/

#centre{
    margin-left: 10px;
    margin-right: 10px;
	width:70%;
}

#visu{
	margin-top:60px;
	float:right;
}

#centre_hd, #centre_hg, #centre_bd, #centre_bg {
	height: 22px;
	width: 22px;
}

#centre_hg {
	background-image: url(../img/centre_hg.png);
	float:left;
	margin-left:14px;
}
*+html #centre_hg {
	margin-right:-5px;
}
*+html #centre_hg {
	background-image: url(../img/centre_hg.png);
}

#centre_hc{
	background-image:url(../img/centre_hc.png);
	background-repeat:repeat-x;
	height:22px;
	margin:0px 40px 0px 34px;	
}

#centre_hd {
	background-image: url(../img/centre_hd.png);
	float: right;
	margin-right:18px;
}
*+html #centre_hd {
	background-image: url(../img/centre_hd.png);
	width:22px;
	height:22px;
}





#centre_mc {
	/*background-image: url(../img/centre_mc.png);
	background-repeat:repeat;
	background-image:none;*/
	margin:0px 18px -18px 14px;
	/* hack pour corriger un bug IE quand le background ne s'affiche pas */
	/height:1%;
	border-right: 2px solid #e29abf;
	border-left: 2px solid #e29abf;
	/*text-indent:40px;*/
	padding-left:20px;
	padding-right:20px;
}





#centre_bg {
	background-image: url(../img/centre_bg.png);
	float:left;
	margin-left:14px;
}
*+html #centre_bg {
	background-image: url(../img/centre_bg.png);
}

#centre_bc{
	background-image:url(../img/centre_bc.png);
	background-repeat:repeat-x;
	height:22px;
	margin:0px 40px 0px 36px;	
}
*+html #centre_bc {
	background-image: url(../img/centre_bc.png);
}

#centre_bd {
	background-image: url(../img/centre_bd.png);
	float: right;
	margin-right:18px;
}
*+html #centre_bd {
	background-image: url(../img/centre_bd.png);
}

/************************************************************** CONTENU **************************************************************/
#tabtype{
	font-size:20px;
	font-weight:normal;
}

#formadhesion{
	font-size:16px;
	font-family:"Trebuchet MS";
}

#submit{
	width:200px;
}

#note{
	width:65%;
	margin-top:30px;
	margin-left:40px;
}

h3{
	font-size:18px;
}

#contact{
	margin-top:30px;
	margin-left:40px;
	font-size:14px;
	color:#e29abf;
	font-weight:bold;
}

#centre_mc li{
list-style:url(../img/puce.png);
}



/************************************************************** AUTRE **************************************************************/



#footer {
    padding: 10px;
    text-align: center;
    clear: both;
} 


.white{
	color:#FFFFFF;
	font-weight:normal;
}



.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
h2{
	margin:0px;
	padding:0px;
	font-size:24px;
	color:#871408;
}

h4{
	margin-top:50px;
	margin-bottom:2px;
	font-size:14px;
	color:#871408;
}



a:link, a:visited{
	font-family:"Comic sans MS", Verdana, Arial, Helvetica, sans-serif;
	color:#e29abf;
	text-decoration:none;
}
a:hover{
	/*text-decoration:underline;*/
	color:#b35786;
	font-weight:bold;
	text-decoration:underline;
}
a:active{
	text-decoration:none;
	font-weight:bold;
	color:#b35786;
}


#center{
	text-align:center;
}



.PB10{
	padding-bottom:10px;
}



.alignLeft{
	text-align:left;
}
