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

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3E3E3E;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

#intro-fla {
	width:540px;
	height:604px;
	margin:0 auto;
}

#intro-mentions {
	width:600px;
	height:70px;
	margin:0 auto;
	text-align:center;
}

body {
	background-image: url('images/pattern.jpg');
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #3E3E3E;
	text-align:justify;
}

#page {
	width:898px;
	margin:0 auto;
}

#header {
	width:898px;
	height:180px;
}

#gauche {
	width:323px;
	height:380px;
	float:left;
	background:url('images/cotegauche.jpg');
}

#titre {
	width:575px;
	height:74px;
	float:right;
}

#contenu {
	width:495px;
	min-height:310px;
	_height:310px;
	float:right;
	background:url('images/fond.jpg');
	padding-left:30px;
	padding-right:50px;
}

#adresse {
	width:898px;
	height:46px;
	background:url('images/adresse.jpg');
	clear:both;
}

#menubas {
	width:500px;
	height:60px;
	font-size:9px;
	color:#FFFFFF;
	margin:0 auto;
	text-align:center;
}

#menubas a {
	font-size:9px;
	color:#FFFFFF;
}

#liensBas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	width:300px;
	clear:both;
	text-align:center;
	font-size:10px;
	margin: 0 auto;
}

#liensBas img {
	vertical-align:middle;
	border:none;
}

#liensBas a {
	color:#ffffff;
}

#plan-header {
	background:url('images/plan-site-header.jpg');
	width:861px;
	height:311px;
	margin:0 auto;
}

#plan-contenu {
	background:url('images/plan-site-contenu.jpg');
	width:801px;
	height:318px;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
}

#plan-adresse {
	background:url(images/plan-site-adresse.jpg);
	width:861px;
	height:53px;
	margin:0 auto;
}

/*/////////////////////////////////////////////// formulaire //////////////////////////////////////////////////////////////////*/
	
	#formulaire {
	background: transparent;
	text-align:center;
	width:400px;
	padding:0;
	margin:0 0 0 10px;
	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:#3e3e3e;
} /* 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 /////////////////////////////////////////////////////////////////*/
