/* CSS Document */

.warning {
	color:#F00;
	font-weight:bold;
}

body {
	height: 100%;
	margin: 0;
	margin-top:0;
	padding: 0;
	padding-top:0;
	background-color:#99CCFF;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.globalLoading {
	background-image:url(../image/ajax-loader.gif);
	background-repeat:repeat;
	height:32px;
	width:32px;
}

.marginRight {
	width:45px;
	height:1px;
	float:left;
}

.borderBox {
	float:left;
	border-top:1px solid #CCC;
	padding-top:5px;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
}

#bg {
	position:fixed;
	width:100%;
	height:100%;
	min-height:400px;
	min-width:960px;
	margin-bottom:14px;
	overflow:hidden;
	padding-top:-20px;
}

#conteneur{
	position:relative;
	padding-top:30px;
	padding-bottom:35px;
	width:100%;
	z-index:2;
}

img{border:none;}

#corps{
	background-color:#FFFFFF;
	border:2px solid black;
	width:960px;
	margin:auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}

#header{
	width:960px;
	text-align:center;
	height:125px;
	overflow:hidden;
}

.menu_left{
	padding-top:10px;
	width:175px;
	padding-left:35px;
	float:left;
}
.menu_right_top{
	height:12px;
	width:176px;
}

.menu_right_top_middle{
	height:12px;
	width:152px;
	float:left;
}

.menu_right_top_left{
	float:left;
	height:12px;
	width:12px;
}

.menu_right_top_right{
	float:right;
	height:12px;
	width:12px;
}

.menu_right_bottom_middle{
	height:12px;
	width:152px;
	float:left;
}

.menu_right_bottom_left{
	float:left;
	height:12px;
	width:12px;
}

.menu_right_bottom_right{
	float:right;
	height:12px;
	width:12px;
}

.menu_right_bottom{
	height:12px;
	width:176px;
}

.menu_rigth_global{
	width:176px;
	float:left;
	background-color:#d9dadb;
}

.texte_right{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

/* */
.newsletter_top{
	height:12px;
	width:176px;
}

.newsletter_top_middle{
	height:12px;
	width:152px;
	float:left;
}

.newsletter_top_left{
	float:left;
	height:12px;
	width:12px;
}

.newsletter_top_right{
	float:right;
	height:12px;
	width:12px;
}

.newsletter_bottom_middle{
	height:12px;
	width:152px;
	float:left;
}

.newsletter_bottom_left{
	float:left;
	height:12px;
	width:12px;
}

.newsletter_bottom_right{
	float:right;
	height:12px;
	width:12px;
}

.newsletter_bottom{
	height:12px;
	width:176px;
}

.newsletter_global{
	width:176px;
	float:left;
	background-color:#d9dadb;
}

.texte_right_newsletter{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

/* pub */
.pub_top{
	height:12px;
	width:176px;
}

.pub_top_middle{
	height:12px;
	width:152px;
	float:left;
}

.pub_top_left{
	float:left;
	height:12px;
	width:12px;
}

.pub_top_right{
	float:right;
	height:12px;
	width:12px;
}

.pub_bottom_middle{
	height:12px;
	width:152px;
	float:left;
}

.pub_bottom_left{
	float:left;
	height:12px;
	width:12px;
}

.pub_bottom_right{
	float:right;
	height:12px;
	width:12px;
}

.pub_bottom{
	height:12px;
	width:176px;
}

.pub_global{
	width:176px;
	float:left;
	background-color:#d9dadb;
}

.texte_right_pub{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.contenu{
	width:450px;
	margin-left:45px;
	text-align:justify;
	float:left;
}
.contenu h1{
	width:450px;
	border-bottom:1px solid black;
	height:20px;
	font-size:14px;
	font-weight:bold;
}

.spacer{
	clear:both;
	height:40px;
}




/*Style menu gauche */
.menu_left ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_left li{
	display: block;
	width:175px;
	border-bottom:2px dotted #99CCFF;
	margin: 0;
	margin-top:0px;
	margin-bottom:0px;
	padding: 2px 3px;
	height:auto;
}

.menu_left .sous_menu{
	padding-left:15px;
	border-bottom:0px;
	background-image:none;
}

.sous_menu_hover{
	padding-left:15px;
	border-bottom:0px;
	background-image:none;
}

.menu_left .menu_princ{
	
}

.menu_princ:hover{
	background-color:#CCCCCC;
}

.menu_princ_hover{
	background-color:#CCCCCC;
	font-weight:bold;
}

.menu_left .sous_menu_hover{
	padding-left:15px;
	border-bottom:0px;
	background-image:url(image/bullet-5.png);
	background-repeat:no-repeat;
	background-position:5px 63%;
	font-weight:bold;
}

.sous_menu:hover{
	background-image:url(image/bullet-5.png);
	background-repeat:no-repeat;
	background-position:5px 63%;
}

.menu_left ul a{
	font: bold 12px;
	color:#000000;
	text-decoration:none;
}

.menu_left li:hover{
	font-weight:bold;
}

.menu_right h1{
	font-size:15px;
	margin-top:0;
	margin-bottom:0px;
	font-weight:bold;
}
.menu_right h2{
	font-size:14px;
	margin-top:0;
	margin-bottom:0px;
	font-weight:bold;
}
.menu_right h3{
	font-size:13px;
	margin-top:0;
	margin-bottom:0px;
	font-weight:bold;
}

#footer{
	width:700px;
	margin:auto;
	color:grey;
	padding-top:5px;
	border-top:1px solid black;
	text-align:center;
	padding-bottom:5px;
	margin-top:30px;
}

label {
	display:block;
	width:150px;
	float:left;
}
input{
	border: 1px solid black;
	margin-bottom:4px;
}
select{
	borde: 1px solid black;
	margin-bottom:4px;
}
textarea{
	border:1px solid black;
}

a{
	color:#287AB8;
	text-decoration:none;
}
.clear{
	clear:both;
	height:1px;
}
#toolbar{
	background-color:#FFF;
	position:fixed;
	bottom:0;
	width:100%;
	height:27px;
	z-index:5;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	padding-left:5px;
	padding-top:2px;
	border: 1px solid black;
	padding-right:5px;
}

/*img {
	behavior: url(template/1/pngHack/pngHack.htc);
}*/


