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



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

.couleur_bleu {
	background-color: #53CAEB;
	}

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

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

hr {
	width: 100%;
	height: 1px;
	color: #53CAEB;
	border: 0;
	background-color: #53CAEB;
	}



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

a {
	text-decoration: none;
	color: #53CAEB;
	font-weight: bold;
	}
 
a:link {
	text-decoration: none;
	color: #53CAEB;
	font-weight: bold;
	}
	
a:visited {
	text-decoration: none;
	color: #53CAEB;
	font-weight: bold;
	}
	
a:active {
	text-decoration: none;
	color: #53CAEB;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	color: #666666;
	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
*************************/

#global {
	width: 100%;
	height: 100%;
	background: transparent;
	}

#conteneur {
	width: 800px;
	height: 100%;
	}

#bandeau {
	width: 800px;
	height: 160px;
	background: transparent;
	padding-top: 10px;
	}

#menu {
	width: 800px;
	height: 25px;
	background: transparent;
	}

#corps {
	width: 800px;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	}

#footer {
	width: 800px;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #53CAEB;
	text-decoration: none;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 100;
	overflow: hidden;
	background: transparent;
	}

#footer a:link {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #53CAEB;
	text-decoration: none;
	}

#footer a:visited {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #53CAEB;
	text-decoration: none;
	}

#footer a:active {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #53CAEB;
	text-decoration: none;
	}
	
#footer a:hover {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-bottom: dotted 1px #53CAEB;
	}

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

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



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

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

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

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

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

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

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

.image {
	border: solid 1px #53CAEB;
	}
	
.tarifs_texte {
	width: 280px;
	height: 20px;
	font-size: 10px;
	border: solid 1px #53CAEB;
	padding-left: 5px;
	padding-right: 5px;
	}

.tarifs_prix {
	font-size: 10px;
	height: 20px;
	font-weight: bold;
	border: solid 1px #53CAEB;
	border-left: none;
	padding-left: 2px;
	padding-right: 2px;
	}

