
/************************
	C Set ID 2008
	© Jérémie Fontana
*************************/



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

.couleur_orange {
	background-color: #FF7300;
	}

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: #FFFFFF;
	background: #000000 url(images/bg_html.jpg) top center no-repeat;
	}

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

/*
img, div {
	behavior: url(js/png.htc)
	}
*/




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

a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
 
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
	
a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #FF7300;
	font-weight: bold;
	text-decoration: none;
	}




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

#global {
	position: absolute;
	width: 800px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -400px;
	background: #CCCCCC;
	}

#bandeau {
	position: absolute;
	width: 900px;
	height: 200px;
	top: 0;
	left: 50%;
	margin-left: -450px;
	background: transparent;
	z-index: 100;
	}

#menu {
	position: absolute;
	width: 800px;
	height: 60px;
	top: 150px;
	left: 50%;
	margin-left: -400px;
	background: transparent;
	z-index: 200;
	cursor: pointer;
	}

#corps {
	position: absolute;
	width: 780px;
	top: 220px;
	left: 50%;
	margin-left: -400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 10px 0px 10px;
	background: #CCCCCC;
	z-index: 10;
	}

#footer {
	width: 780px;
	height: 20px;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	overflow: hidden;
	margin-top: 30px;
	border-top: dotted 1px #666666;
	background: transparent;
	}

#footer a:link {
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}

#footer a:visited {
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}

#footer a:active {
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	font-style: normal;
	font-weight: normal;
	color: #FF7300;
	text-decoration: none;
	}

#edsys {
	width: 100%;
	color: #000000;
	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: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF7300;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: solid 1px #FF7300;
	background: transparent;
	z-index: 10;
	}
	
.sous-titre {
	color: #FF7300;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0px;
	float: left;
	}

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

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

.gras3 {
	color: #00BAFF;
	}

.petit {
	font-size: 10px;
	}

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

.antifloat {
	clear: both;
	}

.separation {
	width: 760px;
	height: 50px;
	background: transparent url(images/separation.jpg) center center no-repeat;
	}
