/* Général */
html, body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#fff;
}
p{
	padding:10px;
}
u{
	text-decoration:underline;
}
i{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	font-style:italic;
}
.WHM{
	width:100%;
	height:100%;
}
.WM{
	width:100%;
}
.HM{
	height:100%;
}
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.display_none{
	display:none;
}
.display_block{
	display:block;
}

.pLeft{
	padding-left:10px;
}
.pRight{
	padding-right:10px;
}
.p0{
	padding:0px;
	margin:0px;
}

/* Structure */
.bandeauHaut{
	width:100%;
	height:100%;
	background-color:#000;
	background-image:url(../images/background/repeatHaut.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.bh1{
	width:467px;
	height:178px;
	background-image:url(../images/background/bh1.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
.bh2{
	width:247px;
	height:178px;
	background-image:url(../images/background/bh2.jpg);
	background-repeat:no-repeat;
}
.bandeauBas{
	width:100%;
	height:100%;
	background-color:#000;
	background-image:url(../images/background/bandeauBas.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.gMenu{
	width:277px;
	background-image:url(../images/background/hPhot.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.contenuSite{
	overflow:auto;
	margin-top:10px;
	margin-right:10px;
	height:340px;
	width:650px;
	text-align:justify;
}

/* Liens */
.lienMenu:link, .lienMenu:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.lienMenu:hover, .lienMenu:active{
	color:#00e1f1;
	text-decoration:none;
}
.lienMenuOver{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00e1f1;
	font-weight:bold;
	text-decoration:none;
}
.lienContact:link, .lienContact:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}
.lienContact:hover, .lienContact:active{
	font-weight:bold;
}

/* Formulaires */
.formTxt{
	text-align:right;
	padding-right:4px;
}
.inputForm{
	width:150px;
}
.textareaForm{
	width:150px;
	height:100px;
}

#centre{
	text-align: center;
}

img{
	border: none;
}