
* {
	margin:0;
	padding:0;
	outline:none;
}

body {
	background:url('images/pattern.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align:justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #132d4f;
}

a {
	color: #132d4f;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#index_h1 {
	width:701px;
	height:40px;
	margin:0 auto;
	text-align:center;
	padding-top:47px;
}

#index_fla {
	width:701px;
	height:456px;
	margin:0 auto;
	text-align:center;
}

#index_mentions {
	width:701px;
	padding-top:20px;
	text-align:center;
	margin:0 auto;
}

#page {
	width:940px;
	margin:0 auto;
	background:url('images/repeat.jpg');
	background-repeat:repeat-y;
}

#header {
	height:275px;
}

#gauche {
	width:204px;
	height:228px;
	background:url('images/tof_gauche.jpg');
	background-repeat:no-repeat;
	float:left;
}

#titre {
	width:736px;
	height:50px;
	float:right;
}

#contenu {
	width:676px;
	min-height:178px;
	_height:178px;
	background:url('images/contenu.jpg');
	background-repeat:no-repeat;
	float:right;
	padding-left:20px;
	padding-right:40px;
}

#contenu img {
	border:solid 3px #0099FF;
}

#adresse {
	width:940px;
	height:71px;
	clear:both;
}

#adresse img {
	border:none;
}

#liens_bas {
	width:940px;
	height:20px;
	margin:0 auto;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#132d4f;
	text-align:center;
}

#liens_bas a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#132d4f;
}

#plan {
	background:url(images/repeat.jpg);
	background-repeat:repeat-y;
	width:940px;
	margin:0 auto;
}

#plan_header {
	background:url(images/plan-site-header.jpg);
	width:940px;
	height:275px;
}

#plan_titre {
	background:url(images/plan-site-titre.jpg);
	width:940px;
	height:50px;
}

#plan_contenu {
	width:860px;
	padding-left:40px;
	padding-right:40px;
}

#plan_adresse {
	width:940px;
	height:71px;
	margin:0 auto;
}

#plan_adresse img {
	border:none;
}

/*/////////////////////////////////////////////// formulaire //////////////////////////////////////////////////////////////////*/
	
	#formulaire {
	background: transparent;
	text-align:center;
	width:400px;
	padding:0;
	margin:0 0 0 50px;
	float:left;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
} /* carateristique du formulaire */

#formulaire * {
	margin:0 0 2px 0;
	padding:0;
} /* caracteristique de toutes les balises qui se trouvent dans le formulaire */

.labelform {
	width: 203px;
	float: left;
	text-align: right;
	margin: 0 5px 0 0;
} /* carateristique des label, width minimum 203px; */

.pform {
	padding: 3px 0px 10px 0px;
	text-align:left;
	clear:both;
} /* carateristique des p */

.inputform {
	width:195px;
	height:13px;
	float:left;
	margin: 0 5px 0 2px;
} /* carateristique des input */

.textareaform {
	width:350px;
	height:100px;
	overflow: auto;
} /* carateristique du textarea */

.selectform {
	height:18px;
	float:left;
	margin: 0 5px 0 2px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
} /* carateristique des select */

.labelmessage {
	width:95px;
} /* carateristique du label contenant "Votre message" */

#labelenvoyer {
	width:125px;
} /* carateristique du label avant l'input envoyer, sert a centrer le bouton envoyer */

.inputenvoyer {
	width:150px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
} /* carateristique de l'input "envoyer mon message" */

.divtexte {
	margin: 5px 0 0 0;
} /* carateristique de la div contenant le texte du captchat*/

#formulaire div {
	margin: 5px auto;
} /* centrer dans le formulaire des div */

#formulaire div a {
	color:#132d4f;
} /* couleur du lien dans capchat */

.divimagecaptchat {
	display:none;
} /* carateristique de la div entourant l'image captchat */

.transp, .inputtexte {
	background: white;
	border: 1px solid #000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
} /* pour rendre les input et textarea transparent avec une bordure */

/*////////////////////////////////////////////// fait par GrEGoOoO /////////////////////////////////////////////////////////////////*/
	
	/*/////////////////////////////////////////////// fin du formulaire //////////////////////////////////////////////////////////////////*/
	
			
	div#mention {
	text-align:center;
	padding: 50px 10px 0 10px;
	float:left;
}
