
/************************
	C Set ID 2007
	Jeremie Fontana
*************************/



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

.couleur_orange {
	background-color: #F7931E;
	}

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

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

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



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

a {
	text-decoration: none;
	color: #F7931E;
	font-weight: bold;
	}
 
a:link {
	text-decoration: none;
	color: #F7931E;
	font-weight: bold;
	}
	
a:visited {
	text-decoration: none;
	color: #F7931E;
	font-weight: bold;
	}
	
a:active {
	text-decoration: none;
	color: #F7931E;
	font-weight: bold;
	}
	
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(images/bg_link.gif) bottom left repeat-x;
	}
	
a img {
	border: none;
	padding: 0;
	background-color: transparent;
	}
	
a:link img {
	border: none;
	padding: 0;
	background-color: transparent;
	}
	
a:active img {
	border: none;
	padding: 0;
	background-color: transparent;
	}
	
a:visited img {
	border: none;
	padding: 0;
	background-color: transparent;
	}

a:hover img {
	border: none;
	padding: 0;
	background-color: transparent;
	}



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

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

#conteneur {
	width: 900px;
	height: 100%;
	background: transparent;
	vertical-align: top;
	}

#bandeau {
	width: 900px;
	height: 290px;
	background: transparent;
	}

#header {
	position: fixed;
	width: 900px;
	height: 290px;
	top: 0;
	left: 50%;
	margin-left: -450px;
	background: transparent url(images/bg_header.gif) bottom center no-repeat;
	z-index: 100;
	}

#corps {
	width: 900px;
	background: transparent url(images/bg_corps.gif) top center repeat-y;
	padding: 30px 20px 30px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	}

#footer {
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	padding-top: 20px;
	padding-bottom: 25px;
	background: transparent url(images/bg_footer.gif) bottom center no-repeat;
	}

#footer a:link {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:visited {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:active {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #F7931E;
	text-decoration: none;
	background: transparent url(images/bg_link.gif) bottom left repeat-x;
	}

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

#preload {
	display: none;
	visibility: hidden;
	}




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

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

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

.small {
	font-size: 10px;
	}

.petit {
	font-size: 10px;
	}

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

.form {
	padding-left: 30px;
	line-height: 20px;
	}

.form_champs1 {
	width: 120px;
	height: 15px;
	float: left;
	background: #333333;
	border: solid 1px #F7931E;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 8px;
	}

.form_champs2 {
	width: 260px;
	height: 15px;
	background: #333333;
	border: solid 1px #F7931E;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	}

.form_txt {
	width: 260px;
	height: 100px;
	background: #333333;
	border: solid 1px #F7931E;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	}

.form_btn {
	width: 130px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #333333;
	border: solid 1px #;
	margin-right: 8px;
	}

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