/* Chaufalux CSS  */
/* By TheArteFacT */
/* @ dotcom 		*/

/* CORRECTION*/

*{
	margin:0;
	padding:0;
	text-align:left;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

/* LE CORPS*/

body{
	background:url(../ch_design/body_bkg.gif) repeat;
}

/*  L'OSSATURE */

#page{
	position:relative;
	width:918px;
	margin: 8px auto auto auto;
	background:url(../ch_design/ch_page_bkg.gif) repeat-y 0px 1px;
}
#top{
	position:relative;
	width:913px;
	height:121px;
	background:url(../ch_design/ch_bkg_top.jpg)  no-repeat;
}
#bottom{
	position:relative;
	width:913px;
	height:auto;
	padding:10px 0 25px 0;
	background:url(../ch_design/ch_bkg_bottom.jpg) no-repeat bottom left;
}

/* MENU */

#menu{
	display:block;
	float:right;
	height:22px;
	margin:96px 10px 0 0;
	padding:4px 0 0 30px;
	background:url(../ch_design/ch_menu_bkg.gif) no-repeat;
	color:#FFFFFF;
}

div#menu a,
div#menu a:visited
{
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding: 1px 30px 3px 30px;
	/*border:1px solid green;*/
}

div#menu a:hover
{
	color:#000000;
	text-decoration:underline;
	text-decoration:none;
}


/* CONTENU */

a {
	color: #FF0000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#content{
	position:relative;
	width:833px;
	margin:0 40px 0 40px;
	padding:0 0 20px 0;
	height:auto;
	/*border:1px solid green;*/
}
.leftpart{
	float:left;
	width:45%;
	/*border:1px solid red;*/
}
.rightpart{
	float:right;
	width:53%;
	/*border:2px dashed orange;*/
}
.minidiv{
	width:80%;
	margin:0 0 0 25% ;
	clear:both;
}

#title{
	clear:both;
}
#title img{
	border:none;
	margin:0;
}
img{
	margin:0 0 0 10px;
	border:1px solid red;
}
img.marque{
	margin:0 0 0 10px;
	border:0;
}
.margleft30{ margin:0 0 0 20%;}
img.noBorder{
	border:none;
	margin:0 10px 0 10px ;
}
img.noBorderEnd{
	border:none;
	margin:0  0 0 10px ;
}
img.floatleft{
	float:left;
	margin: 0 10px 10px 0;
}
h2{
	margin:15px 0 15px 10px;
	color: #FF0000;
}
h3{
	font-style:italic;
	font-weight:bold;
	color:#FF0000;
}
p{
	margin:15px 0 15px 10px;
}
p.hardblock{
	display:block;
	margin:10px 0 10px 0;
}
p.hardblockCenter{
	display:block;
	text-align:center;
	clear:both;
	/*border:1px solid red;*/
}


/* FOOTER */

#footer{
	position:relative;
	width:833px;
	margin:0 40px 0 40px;
	height:10px;
	background:url(../ch_design/ch_bkg_footer.gif) repeat-x;
	clear:both;
}
#footer span{
	padding-top:6px;
	font-size:10px;
}
.left{
	float:left;
}
.right{
	float:right;
}
#footer a{
	color:#FF0000;
	font-weight: bold;
	font-style:normal;
	text-decoration:none;
	font-size:12px;
}

#footer a:hover{
	text-decoration:underline;
}

/*  FORMULAIRE */

input{
	border: 1px inset #CCCCCC;
	clear:left;
	width:390px;
	margin: 0 0 10px 0;
	background:#EEEEEE;
}
input.box{
	border: 1px inset #CCCCCC;
	float:left;
	clear:left;
	width:auto;
	margin:1px;
	
	border:none;
	background:none;
	margin:0;
	padding:0;
}
input.submit{
	float:right;
	width:auto;
	margin:-20px 0 0 0;
	padding:0;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
textarea{
	border: 1px inset #CCCCCC;
	width:400px;
	height:226px;
	float:right;
	margin:0px 0 0 0;
	clear:right;
	background:#EEEEEE;
}
label{
	display:block;
	width:400px;
	/*border:1px solid green;*/
	clear:left;
}
label span{
	color:red;
	padding:0 3px 0 3px;
	cursor:pointer;
}
label.box{
	width:auto;
	/*border:1px solid green;*/
	float:left;
	clear:right;
}
label.floatright{
	float:right;
	width:400px;
	clear:right;
	padding: 0 0 0 5px;
}
.onit{	cursor:pointer;}

.top{ 
	position:relative;
	float:right; 
	text-decoration:none; 
	background:url(../ch_design/ch_top.gif) no-repeat right top;
	height:20px;
	padding-left:0;
	width:90px;
	/*border:1px solid green;*/
	margin:0;
	padding:0;
}
