
/************************
	C Set ID 2008
	© Jérémie Fontana
*************************/



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

.couleur_rouge {
	background-color: #B71010;
	}

html {
	width: 100%;
	height: 100%;
	background: #000000 url(images/bg.jpg) top center repeat-y fixed;
	}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

hr {
	width: 100%;
	height: 2px;
	color: #B71010;
	border: 0;
	background-color: #B71010;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 10;
	clear: both
	}



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

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



/************************
	MENU
*************************/

#menu {
	position: absolute;
	width: 910px;
	height: 20px;
	top: 200px;
	left: 50%;
	margin-left: -450px;
	cursor: pointer;
	font-size: 10px;
	z-index: 30;
	}

.menus {
	float: left;
	}

.menu {
	width: 100px;
	height: 20px;
	display: block;
	background: transparent url(images/btn_01.gif) top center no-repeat;
	text-align: center;
	line-height: 20px;
	}

.menu a {
	width: 100px;
	height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0;
	}

.menu a:hover {
	width: 98px;
	display: block;
	background: transparent url(images/btn_03.gif) top center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	}
	
.menu_l {
	width: 150px;
	height: 20px;
	display: block;
	background: transparent url(images/btn_01.gif) top center no-repeat;
	text-align: center;
	line-height: 20px;
	}

.menu_l a {
	width: 150px;
	height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0;
	}

.menu_l a:hover {
	width: 148px;
	display: block;
	background: transparent url(images/btn_03.gif) top center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	}
	
.menu_l2 {
	width: 100px;
	height: 20px;
	display: block;
	background: transparent url(images/btn_01.gif) top center no-repeat;
	text-align: center;
	line-height: 20px;
	}

.menu_l2 a {
	width: 100px;
	height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0;
	}

.menu_l2 a:hover {
	width: 98px;
	display: block;
	background: transparent url(images/btn_03.gif) top center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	}
	
.sous-menu {
	width: 150px;
	height: 20px;
	display: block;
	background: transparent url(images/btn_02.gif) top center no-repeat;
	text-align: center;
	line-height: 20px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
	}

.sous-menu a {
	width: 150px;
	height: 20px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	}

.sous-menu a:hover {
	width: 148px;
	display: block;
	background: transparent url(images/btn_03.gif) top center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	}

		
.sous-menu2 {
	width: 100px;
	height: 20px;
	display: block;
	background: transparent url(images/btn_02.gif) top center no-repeat;
	text-align: center;
	line-height: 20px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
	}

.sous-menu2 a {
	width: 100px;
	height: 20px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	}

.sous-menu2 a:hover {
	width: 98px;
	display: block;
	background: transparent url(images/btn_03.gif) top center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	}




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

#global {
	position: absolute;
	width: 900px;
	top: 0;
	left: 50%;
	margin-left: -449px;
	background: transparent;
	z-index: 1;
	}

#header {
	position: absolute;
	width: 1000px;
	height: 250px;
	top: 0;
	left: 50%;
	margin-left: -501px;
	background: transparent url(images/bg_menu.jpg) top center no-repeat;
	z-index: 19;
	}

#bandeau {
	position: absolute;
	width: 900px;
	height: 200px;
	top: 0;
	left: 50%;
	margin-left: -450px;
	background: transparent;
	z-index: 20;
	}

#corps {
	position: absolute;
	width: 860px;
	top: 250px;
	left: 50%;
	margin-left: -450px;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 5;
	}

.contenu {
	width: 860px;
	padding-left: 20px;
	padding-right: 20px;
	}

#footer {
	background: transparent;
	text-align: center;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
	z-index: 9;
	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: dotted 2px #B71010;
	}

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

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

#footer a:active {
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	font-style: normal;
	font-weight: normal;
	color: #B71010;
	text-decoration: none;
	}

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





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

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

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

.gras3 {
	color: #B71010;
	font-weight: bold;
	}

.small {
	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: #FFFFFF;
	border: solid 1px #B71010;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B71010;
	}

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

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

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

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

.chien {
	float: left;
	width: 255px;
	height: 250px;
	border: solid 1px #B71010;
	margin: 5px;
	font-size: 10px;
	text-align: center;
	}

