
/************************
	C Set ID 2008
	Jeremie Fontana
*************************/



/************************
	HTML
*************************/

.rouge {
	color: #B5101E;
	}

html {
	width: 100%;
	height: 100%;
	}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF url(images/bg_html.jpg) top center no-repeat fixed;
	}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	color: #CCCCCC;
	background: #CCCCCC;
	}


#flash {
width:800px;
position:absolute;
margin-left:-400px;
left:50%;
z-index:100;
display:none;
}
#content {
width:800px;
position:absolute;
margin-left:-400px;
left:50%;
z-index:10;
top:65px;
}

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

a, a:link, a:active, a:visited {
	color: #B5101E;
	font-weight: bold;
	text-decoration: none;
	}
 
a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #B5101E;
	}




/************************
	LAYOUT
*************************/

#global {
	width: 800px;
	height: 100%;
	background: transparent;
	}

#bandeau {
	width: 800px;
	height: 200px;
	overflow: hidden;
	background: transparent;
	}

#corps {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 20px 10px 50px 10px;
	background: transparent;
	}

#footer {
	width: 800px;
	height: 60px;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #B5101E;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
	overflow: hidden;
	background: transparent url(images/bg_footer.jpg) bottom center no-repeat;
	}

#footer a:link, #footer a:active, #footer a:visited {
	font-style: normal;
	font-weight: normal;
	color: #B5101E;
	text-decoration: none;
	}

#footer a:hover {
	font-style: normal;
	font-weight: normal;
	color: #B5101E;
	text-decoration: none;
	border-bottom: dotted 1px #B5101E;
	background: transparent;
	}

#edsys {
	width: 100%;
	border: solid 1px #000000;
	background: #FFFFFF;
	}




/************************
	FORMULAIRE
*************************/

.cadre_contact {
	width: 468px;
	float: left;
	}

.cadre_formulaire {
	width: 290px;
	float: right;
	font-size: 10px;
	}

.form {
	line-height: 20px;
	}

.form_champs1 {
	width: 120px;
	height: 15px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	margin-right: 8px;
	border: solid 1px #333333;
	background: #FFFFFF url(js/form.gif) bottom left repeat-x;
	}

.form_champs2 {
	width: 260px;
	height: 15px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	border: solid 1px #333333;
	background: #FFFFFF url(js/form.gif) bottom left repeat-x;
	}

.form_txt {
	width: 260px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
	border: solid 1px #333333;
	background: #FFFFFF url(js/form.gif) bottom left repeat-x;
	}

.form_btn {
	width: 130px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-right: 8px;
	cursor: pointer;
	border: solid 1px #333333;
	background: #FFFFFF url(js/form.gif) bottom left repeat-x;
	}




/************************
	STYLE
*************************/

.titre {
	width: 100%;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -2px;
	text-transform: uppercase;
	border-bottom: solid 1px #B5101E;
	margin-bottom: 30px;
	background: transparent url(images/bg_titre.jpg) bottom left no-repeat;
	}
	
.sous-titre {
	color: #B5101E;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0px;
	float: left;
	}

.gras1 {
	color: #B5101E;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	}

.gras2 {
	color: #B5101E;
	font-weight: bold;
	font-size: 14px;
	}

.gras3 {
	color: #B5101E;
	}

.petit {
	font-size: 10px;
	}

.image {
	border: solid 1px #B5101E;
	}

.antifloat {
	clear: both;
	}

