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



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

.couleur_bleu {
	background-color: #13007C;
	}

.couleur_orange {
	background-color: #FF9C00;
	}

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

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

hr {
	width: 100%;
	height: 1px;
	color: #FF9C00;
	border: 0;
	background-color: #FF9C00;
	margin-bottom: 10px;
	z-index: 25;
	}




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

a {
	color: #13007C;
	font-weight: bold;
	text-decoration: none;
	}
 
a:link {
	color: #13007C;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #13007C;
	font-weight: bold;
	text-decoration: none;
	}
	
a:active {
	color: #13007C;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #FF9C00;
	font-weight: bold;
	text-decoration: none;
	}
	
a img {
	border: none;
	padding: 0;
	background: transparent;
	}
	
a:link img {
	border: none;
	padding: 0;
	background: transparent;
	}
	
a:active img {
	border: none;
	padding: 0;
	background: transparent;
	}
	
a:visited img {
	border: none;
	padding: 0;
	background: transparent;
	}

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




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

#global {
	position: absolute;
	width: 1000px;
	height: 650px;
	top: 50%;
	margin-top: -325px;
	left: 50%;
	margin-left: -500px;
	background: transparent url(images/bg_global.gif) center center no-repeat;
	z-index: 5;
	}

#bandeau {
	width: 1000px;
	height: 140px;
	background: transparent;
	z-index: 100;
	}

#corps {
	height: 400px;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 20;
	overflow: hidden;
	padding: 20px 70px 20px 70px;
	}

#footer {
	position: absolute;
	width: 960px;
	bottom: 0;
	left: 50%;
	margin-left: -480px;
	background: transparent;
	text-align: center;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 10px;
	padding-bottom: 2px;
	z-index: 6;
	}

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

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

#footer a:active {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FF9C00;
	text-decoration: none;
	}

#preload {
	display: none;
	visibility: hidden;
	}
	
#edsys {
	width: 100%;
	background: #FFFFFF;
	border: solid 1px #000000;
	}




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

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

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

.small {
	font-size: 10px;
	}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}

.form_champs1 {
	width: 100px;
	height: 15px;
	background: #EEEEEE;
	border: solid 1px #FF9C00;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}

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

.form_txt {
	width: 210px;
	height: 100px;
	background: #EEEEEE;
	border: solid 1px #FF9C00;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}

.form_btn {
	width: 105px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #EEEEEE;
	border: solid 1px #FF9C00;
	margin-right: 10px;
	cursor: pointer;
	}
	
.form_check {
	font-size: 10px;
	color: #000000;
	}

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