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



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

.couleur_orange {
	background-color: #D5730E;
	}

.couleur_bleu {
	background-color: #0268B0;
	}

html {
	height: 100%;
	}

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

hr {
	width: 100%;
	height: 1px;
	color: #0268B0;
	border: 0;
	background-color: #0268B0;
	margin-bottom: 10px;
	}

table {
	height: 100%;
	}



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

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
 
a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}
	
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
*************************/

.index {
	width: 650px;
	height: 100%;
	background: #D5730E url(images/index_bg.gif) top center repeat-y;
	}

#gauche {
	width: 200px;
	height: 100%;
	background: #D5730E url(images/menu_bg.gif) top center repeat-y;
	border: 0;
	padding: 0;
	margin: 0;
	}

#droite {
	width: 680px;
	height: 100%;
	background: #D5730E url(images/corps_bg.gif) top center repeat-y;
	border: 0;
	padding: 0;
	margin: 0;
	}

#menu {
	width: 200px;
	height: auto;
	text-align: center;
	background: transparent;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.menu_titre {
	width: 200px;
	padding-top: 20px;
	}

.menu_option {
	width: 200px;
	height: 35px;
	display: block;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	}

.menu_option a {
	width: 200px;
	height: 35px;
	display: block;
	line-height: 35px;
	margin: 0;
	cursor: pointer;
	text-align: center;
	background: transparent url(images/menu_alink.gif) top center no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}

.menu_option a:active {
	width: 200px;
	height: 35px;
	display: block;
	line-height: 35px;
	margin: 0;
	cursor: pointer;
	text-align: center;
	background: transparent url(images/menu_alink.gif) top center no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}

.menu_option a:visited {
	width: 200px;
	height: 35px;
	display: block;
	line-height: 35px;
	margin: 0;
	cursor: pointer;
	text-align: center;
	background: transparent url(images/menu_alink.gif) top center no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}

.menu_option a:hover {
	width: 200px;
	height: 35px;
	display: block;
	line-height: 35px;
	margin: 0;
	cursor: pointer;
	text-align: center;
	background: transparent url(images/menu_ahover.gif) top center no-repeat;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}

#bandeau {
	width: 680px;
	height: 230px;
	background: transparent url(images/bandeau_bg.gif) top center no-repeat;
	}

#corps {
	float: left;
	width: 680px;
	height: auto;
	background: transparent url(images/corps_bg.gif) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 50px;
	}

.contenu {
	float: left;
	width: 640px;
	height: auto;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	padding-left: 20px;
	}

#footer {
	background: transparent;
	border: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	}

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

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

#footer a:active {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0268B0;
	text-decoration: none;
	}

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

	


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

.separation {
	width: 100%;
	height: 30px;
	float: left;
	background: transparent url(images/separation.gif) top center no-repeat;
	}

.gras1 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	}

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

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

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

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

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

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

.img_01 {
	border: solid 1px #0268B0;
	}

.img_02 {
	border: solid 2px #0268B0;
	}