html{
	
}
body{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:none;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#5c6367;
	background: #FFFFFF url(../images/bg_header_container.jpg) repeat-x top left;
}
img{
	border:0px;
}
a{
	text-decoration: none;
}
a:active, a:focus{
      outline:none;
}
dl, ul, ol{
	list-style-type: none;
}
h1, h2, h3, h4, h5, p, dl, dt, dd, ul, li, ol, form, fieldset, legend, input, select, option, label, div{
	margin: 0;
	padding: 0;
}
fieldset{
	border: 0;
}
a span{
	display:block;
}
/**********global dispaly************/
#headerContainer {
	position: relative;
	float: left;
	width:100%;
	height: 230px;
	background: transparent url(../images/bg_header.jpg) no-repeat top center;
}
#mainContainer {
	position: relative;
	float: left;
	width:100%;
	height: auto;
	background-color: #FFFFFF;
}
#header {
	position:relative;
	width:960px;
	height: 230px;
	margin: auto auto;
}  
#main {
	position:relative;
	width:960px;
	height: auto;
	margin: auto auto;
}  
/**********header************/
#header h1{
	float:left;
}  
#header h1 a{
    display: block;
    float: left;
    height: 91px;
    margin-left: 41px;
    margin-top: 65px;
    width: 348px;
}  
#header h1 a span{
	float:left;
	display:none;
}  
/************accueil****************/
dl#homeGedou{
	float:left;
	clear:both;
	width:882px;
	height:auto;
	margin-top:112px;
	margin-left:40px;
	text-align:left;
}
dl#homeGedou dt{
	float:left;
	clear:both;
	padding-bottom:10px;
	width:882px;
	height:auto;
	font-size:15px;
	color:#1f2325;
	border-bottom:1px solid #5f6568;
}
dl#homeGedou dd{
	position:relative;
	float:left;
	clear:both;
	margin-top:15px;
	padding-left:630px;
	width:252px;
	height:166px;
	background: transparent url(../images/logo_gedou_formation.jpg) no-repeat top left;
}
dl#homeGedou dd p{
	float:left;
	clear:both;
	width:100%;
	height:auto;
	font-size:14px;
	color:#5c6367;
}
dl#homeGedou dd a{
	position:absolute;
	bottom:0;
	right:33px;
	padding-left:12px;
	width:auto;
	height:auto;
	font-size:14px;
	color:#a4aeb3;
	background: transparent url(../images/puce_fleche.jpg) no-repeat left 4px;
}
dl#homeGedou dd a:hover, dl#homeGedou.over dd a{
	text-decoration:underline;
}
dl#homeGedou.over{
	cursor:pointer;
}





















div#mainCol.mainAccueil{
	margin-left:0px;
	width:968px;
	background: transparent url(../images/bg_home.jpg) no-repeat right 40px;
}
div#mainCol.mainAccueil p{
	float:left;
	clear:both;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	margin-top: 40px;
	width:888px;
	height: 84px;
	font-size:16px;
	text-align:left;
}
div#mainCol.mainAccueil dl{
	float:left;
	clear:both;
}
div#mainCol.mainAccueil dt{
	margin-top: 90px;
	margin-bottom: 15px;
	font-size:15px;
	font-weight:bold;
}
div#mainCol.mainAccueil dd{
	float:left;
	clear:both;
}
div#mainCol.mainAccueil dd h3{
	margin-top: 235px;
	height:45px;
	font-weight:bold;
	font-size:15px;
	color:#ff6400;
}
div#mainCol.mainAccueil ul{
	float:left;
	clear:both;
	width:968px;
	height:345px;
	background: transparent url(../images/bg_menu_home.jpg) no-repeat left top;
}
div#mainCol.mainAccueil ul li{
	float:left;
	width:322px;
	height:345px;
}
div#mainCol.mainAccueil ul p, div#mainCol.mainAccueil ul p a{
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	background: none;
	font-size:14px;
	color:#1f2325;
	text-align:center;
}
div#mainCol.mainAccueil ul p a:hover, div#mainCol.mainAccueil ul li.over p a{
	text-decoration:underline;
}
div#mainCol.mainAccueil ul li.over{
	cursor:pointer;
}
/************login****************/
body.bodyLogin{
	background: #FFFFFF url(../images/bg_body_login.jpg) repeat-x top left;
}
body.bodyLogin div#mainContainer{
	height:1095px;
	background: transparent url(../images/bg_login.jpg) no-repeat top center;
}
body.bodyLogin div#mainContainer #mainCol{
	margin:0px;
}
body.bodyLogin div#mainContainer p{
	position:absolute;
	top:258px;
	left:300px;
	font-size:15px;
}
body.bodyLogin div#mainContainer form{
	position:absolute;
	top: 367px;
	left:300px;
}
body.bodyLogin div#mainContainer form label{
    display: block;
    float: left;
    height: 38px;
    margin-right: 23px;
    width: 48px;
}
body.bodyLogin div#mainContainer form input#pass{
    border: medium none;
    display: block;
    float: left;
    height: 26px;
    width: 267px;
}
body.bodyLogin div#mainContainer form input#connecter{
    display: block;
    float: left;
	clear:both;
	margin-left: 166px;
    margin-top: 10px;
    height: 28px;
    width: 83px;
	border: medium none;
}
body.bodyLogin div#mainContainer form label span{
	display:none;
}