/* CSS Document */

*{
	margin:0;
	padding:0;
}



html{height: 100%;}

body{
height: 100%;
background:linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(115, 115, 115, 0.2)),url(../i/bg.jpg);
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#contentGeneral{
width:100%; margin:auto;
}

#contentGeneral #Entete{
width:640px; margin:auto; background:#FFFFFF;
position:relative; top:20px;
}

#contentGeneral #Entete #proCoach{
position:relative; left:7px;
font-size:14px;
color:#1C99F9;
padding-bottom:5px;
}

#contentGeneral #Entete  #textEnConstruction{
		margin:15px;
		font-size:32px;
		line-height:30px;
		color:#555;
		float:left;
		font-family: 'Lobster', sans-serif;
		/*text-shadow:1px 1px 1px #000; */
		text-align:center;
		font-weight:normal;
}

#contentGeneral #imgIntro{
margin:auto;
/*background-image:url(../i/imgIntro0.jpg); */
width:640px; height:360px;
position:relative; top:20px;
}


#contentFooter{
position: absolute; bottom: 0; left: 0; right: 0;
background:linear-gradient(180deg, rgba(231, 81, 30, 0.8), rgba(0, 0, 0, 0.9));
border-top:#AAAAAA solid 7px;
padding-bottom:5px;
}


#footer{
width:800px;
margin:auto;
}

#footer div{
width:400px; margin:auto;
color:#EEE; font-size:13px;
line-height:20px;
}

#footer div img{
position:relative; bottom:-3px; left:-5px;
}