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



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

.couleur_rouge-clair {
	background-color: #C0362C;
	}

.couleur_rouge-fonce {
	background-color: #450000;
	}

.couleur_jaune {
	background-color: #F1BB46;
	}

html {
	height: 100%;
	background: #450000 url(images/bg.gif) top center repeat-x fixed;
	}

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

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

img {
	border: none;
	}



/************************
	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: 900px;
	height: auto;
	top: 0;
	left: 50%;
	margin-left: -450px;
	background: transparent url(images/bg_body.gif) top center repeat-y;
	z-index: 1;
	border: 0;
	}

#index_conteneur {
	position: absolute;
	width: 900px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -450px;
	background: #F1BB46;
	border-left: solid 2px #450000;
	border-right: solid 2px #450000;
	z-index: 1;
	}

#anim {
	width: 100%;
	height: 450px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: transparent;
	z-index: 2;
	}

#index_menu {
	float: left;
	width: 900px;
	height: 50px;
	background: #F1BB46;
	border-top: solid 2px #450000;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #450000;
	text-decoration: none;
	}

#index_menu a:link {
	color: #450000;
	text-decoration: none;
	padding: 2px;
	}

#index_menu a:visited {
	color: #450000;
	text-decoration: none;
	padding: 2px;
	}

#index_menu a:active {
	color: #450000;
	text-decoration: none;
	padding: 2px;
	}
	
#index_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	background: #450000;
	}

#bandeau {
	width: 900px;
	height: 200px;
	background: transparent;
	z-index: 4;
	}

#menu {
	float: left;
	width: 900px;
	height: 30px;
	margin-top: -10px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	z-index: 3;
	text-align: center;
	}

#corps {
	float: left;
	width: 860px;
	padding: 20px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	z-index: 2;
	}

#footer_normal {
	float: left;
	width: 900px;
	height: 30px;
	margin-top: 10px;
	background: transparent;
	border-top: solid 1px #450000;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	z-index: 3;
	overflow: hidden;
	}

#footer {
	position: fixed;
	width: 900px;
	height: 30px;
	bottom: 0;
	left: 50%;
	margin-left: -450px;
	display: block;
	border-top: solid 1px #450000;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	z-index: 100;
	overflow: hidden;
	background: #F1BB46 url(images/bg_body.gif) top center repeat-y;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	}

#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: 2px;
	background: #450000;
	}
	
#drapeau {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: 450px;
	z-index: 200;
	}

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

.btn {
	border: none;
	margin-left: 1px;
	margin-right: 1px;
	}

.img_01 {
	border: solid 2px #450000;
	margin: 5px;
	}
	
.img_02 {
	border: solid 1px #450000;
	}

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

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

.separation_01 {
	float: left;
	width: 100%;
	height: 50px;
	background: transparent url(images/separation_01.gif) top center no-repeat;
	margin-bottom: 10px;
	}

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

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

.form {
	line-height: 20px;
	}

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

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

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

.form_btn {
	width: 130px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #450000;
	background: #C0362C;
	cursor: pointer;
	}