@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../img/bg-Fond.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}
form {
	margin: 0px;
}
.reset {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

/* correction du bug de transparence sous ie6 */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "img/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
#p_page {
	width: 1083px;
	margin-right: auto;
	margin-left: auto;
}
#p_page #p_cadreH {
	background-image: url(../img/bg-CadreHaut.png);
	background-repeat: no-repeat;
	height: 34px;
}
#p_page #p_cadreM {
	background-image: url(../img/bg-CadreMillieu.png);
	background-repeat: repeat-y;
	padding-left: 48px;
}
#p_page #p_cadreB {
	background-image: url(../img/bg-CadreBas.png);
	background-repeat: no-repeat;
	height: 58px;
}
#p_page #p_menu {
	background-image: url(../img/bg-CadreMenu.png);
	background-repeat: no-repeat;
	height: 31px;
	padding-left: 80px;
	padding-right: 112px;
}


#p_page #p_cadreM #p_contentH {
	background-image: url(../img/bg-FondHautCadre.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #464444;
	border-bottom-color: #464444;
	border-left-color: #464444;
	width: 953px;
	background-color: #020202;
}

#p_page #p_cadreM #p_contentH #p_contentB {
	background-image: url(../img/bg-FondBasCadre.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	min-height: 300px;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#p_page #p_cadreM #p_footer {
	background-image: url(../img/bg-FondFooter.jpg);
	background-repeat: no-repeat;
	height: 46px;
	border: 1px solid #474444;
	margin-top: 10px;
	width: 947px;
	padding: 3px;
}
#p_page #p_cadreM #p_footerExtern {
	width: 953px;
	margin-top: 10px;
}

#logo {
	position: absolute;
	top: 20px;
	margin-left: 390px;
}
.formRed {
	border: 1px solid #990000;
}
p {
	margin-top: 0px;
}
