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



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

.couleur_bleu {
	background-color: #00D8FF;
	}

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

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

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



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

a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	}
 
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	}
	
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	}
	
a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	}
	
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background: #00D8FF url(images/bg_link.gif) top left repeat-x;
	padding: 2px;
	}
	
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: fixed;
	width: 945px;
	height: 20px;
	top: 200px;
	left: 50%;
	margin-left: -473px;
	z-index: 30;
	cursor: pointer;
	font-size: 10px;
	background: transparent;
	}
	
.menus {
	float: left;
	}

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

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

.menu a:hover {
	display: block;
	background: transparent url(images/btn_02.gif) top center no-repeat;
	color: #000000;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	padding: 0;
	}

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

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

.sous-menu a:hover {
	display: block;
	background: transparent url(images/btn_02.gif) top center no-repeat;
	color: #000000;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	padding: 0;
	}




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

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

#bandeau {
	position: fixed;
	width: 900px;
	height: 240px;
	top: 0px;
	left: 50%;
	margin-left: -449px;
	background: transparent;
	z-index: 20;
	}

#corps {
	width: 860px;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	z-index: 5;
	padding: 250px 20px 50px 20px;
	}

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

#footer {
	width: 860px;
	background: #FFFFFF;
	text-align: center;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	z-index: 9;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 2px #00D8FF;
	}

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

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

#footer a:active {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	}
	
#footer a:hover {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: #00D8FF url(images/bg_link.gif) top left repeat-x;
	padding: 2px;
	}

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

#edsys {
	width: 100%;
	background: #FFFFFF;
	border: solid 1px #000000;
	}




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

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

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

.gras3 {
	color: #00D8FF;
	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 #00D8FF;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00D8FF;
	margin-right: 8px;
	}

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

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

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

.image {
	border: solid 1px #00D8FF;
	}

.photo1 {
	width: 350px;
	height: 200px;
	float: left;
	}

.photo2 {
	width: 200px;
	height: 110px;
	float: left;
	}

.texte1 {
	width: 490px;
	float: right;
	}

.texte2 {
	width: 640px;
	float: right;
	}

.antifloat {
	clear: both;
	}
