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



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

.couleur_vert {
	background-color: #8DDF00;
	}

.couleur_orange {
	background-color: #DF8800;
	}

html {
	height: 100%;
	}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF url(images/bg.gif) bottom center repeat-y;
	overflow: auto;
	z-index: 0;
	}

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



/************************
	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
*************************/

#conteneur {
	position: absolute;
	width: 1000px;
	height: auto;
	top: 0;
	left: 50%;
	margin-left: -475px;
	background: transparent;
	z-index: 1;
	}

#bandeau {
	width: 1000px;
	height: 130px;
	margin-top: 5px;
	margin-left: 5px;
	background: transparent;
	z-index: 3;
	}

#menu {
	position: relative;
	float: left;
	width: 175px;
	height: auto;
	margin-top: 20px;
	padding-left: 2px;
	padding-right: 17px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	z-index: 3;
	}

.menu_option {
	width: 165px;
	height: 30px;
	display: block;
	line-height: 25px;
	margin-bottom: 2px;
	cursor: pointer;
	text-align: center;
	}

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

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

#corps {
	position: relative;
	float: left;
	width: 735px;
	height: auto;
	margin-top: 20px;
	background: #8DDF00 url(images/corner.gif) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	border: 0;
	z-index: 2;
	}

#footer {
	position: relative;
	float: left;
	width: 900px;
	height: 30px;
	margin-top: 20px;
	background: transparent;
	border-top: dotted 1px #8DDF00;
	border-bottom: dotted 1px #8DDF00;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	z-index: 2;
	overflow: hidden;
	}

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

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

#footer a:active {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	}
	
#footer a:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	background-color: #8DDF00;
	}

#bas {
	position: relative;
	float: left;
	width: 900px;
	height: 100%;
	background: transparent url(images/fond_01.gif) bottom center repeat;
	overflow: hidden;
	}

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

#preload {
	display: none;
	visibility: hidden;
	}
	
#modulo {
	width: 100%;
	height: auto;
	float: left;
	}

#ban {
	width: 98%;
	height: 80px;
	float: left;
	padding: 10px;
	background: transparent url(images/ban_fond.gif) top center no-repeat;
	}



/************************
	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;
	}

.titre1 {
	width: 100%;
	height: 35px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: solid 1px #FFFFFF;
	margin-bottom: 20px;
	}

.mini {
	margin: 5px;
	}

.zoom {
	font-size: 9px;
	color: #DF8800;
	}

.decapage_texte {
	width: 550px;
	margin-left: 63px;
	}

.cadre_01 {
	width: 333px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent url(images/cadre_01.gif) top center no-repeat;
	}

.cadre_02 {
	width: 100%;
	float: left;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent url(images/cadre_02.gif) top center no-repeat;
	}

.cadre_contact {
	position: relative;
	width: 333px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent url(images/cadre_01.gif) top center no-repeat;
	}
	

.cadre_formulaire {
	width: 333px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent url(images/cadre_01.gif) top center no-repeat;
	font-size: 10px;
	}

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

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

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

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

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

.actu_texte {
	width: 333px;
	float: left;
	padding-top: 30px;
	padding-left: 10px;
	line-height: 30px;
	}
