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



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

.couleur_bleu {
	background-color: #0066FF;
	}
	
html {
	width: 100%;
	height: 100%;
	background: #000000 url(images/bg.jpg) top center no-repeat 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: 1px;
	color: #0066FF;
	border: 0;
	background-color: #0066FF;
	margin-bottom: 10px;
	z-index: 25;
	}

img, div {
	behavior: url(js/png.htc)
	}




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

a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	}
 
a:link {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	}
	
a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	}
	
a:active {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	}
	
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #0066FF;
	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;
	}



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

#global {
	width: 900px;
	height: 100%;
	background: transparent;
	z-index: 10;
	}

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

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

#footer {
	width: 900px;
	height: 30px;
	background: #0066FF url(images/bg_footer.gif) bottom center repeat-x;
	text-align: center;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	overflow: hidden;
	}

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

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

#footer a:active {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	}
	
#footer a:hover {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
	padding: 2px;
	border-bottom: dotted 1px #FFFFFF;
	}

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

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




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

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

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

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

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

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

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

.image {
	border: solid 1px #0066FF;
	}

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

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

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

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

.antifloat {
	clear: both;
	}
