html,body{
	margin:0;
	height:100%;
	padding:0;
	background-color:#F4F4F4;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.8em;
}


/* LINKS*/
a{
	color:#0099CC;
}

a:visited{
	background-color:#DDDDDD;
	text-decoration:none;
}

a:hover{
	color:#FFF;
	text-decoration:none;
	background-color:#33CCFF;
}

a:hover img{
	padding: 0 5px 0 5px;
	background-color:#33CCFF;
}

a:visited img{
	padding: 0 5px 0 5px ;
	background-color:#CCC;
}

#conteneur{
	position: relative;
	padding:0;
	
	width:700px;
	margin:0 auto;
	background-color:#FFF;
	
	height:100%;
	min-height: 100%;
	
	z-index:2;
}

/* OMBRAGE CONTENEUR*/
.bordG{
	
	width:6px;
	height:100%;
	background:url(decor/shadowBoxG.gif) ;
	float:left;
	
	z-index:3;
}
.bordD{
	width:6px;
	height:100%;
	background:url(decor/shadowBoxD.gif) ;
	float:right;
	
	z-index:4;
}

/* CLEANER*/
.cleaner{
	clear:left;
}


/* LOGO*/
.logo{
	background:url(decor/logo_eactif.png) no-repeat;
	
	margin-left:10px;
	padding:5px 20px 15px70px;
	with:100%;
	height:49px;
	z-index:1;
	
	
	text-align:right;
}

/* perso*/
.perso{
	background:url(decor/perso.jpg) ;
	float:right;
	
	width:69px;
	height:434px;
	
	position:absolute;
	bottom:0;
	margin-left:-64px;
	
	z-index:5;
	
}

.perso2{
	background:url(decor/perso2.jpg) no-repeat ;
	
	
	width:186px;
	height:387px;
	margin-left:697px;
	
	position:absolute;
	bottom:0;
	
	z-index:6;
	
}


/* ENTETE*/
#header{
	height:70px;
	background-color:#F1F1F1;
	
}

/* CONTENU*/
#content{
	background-color:#FFF;
}

.nom{
	font-size:13px;
	color:#0099CC;
}

.details{
	font-size:11px;
	color:#888;
}

/* Intro*/
.intro{
	margin:15px auto;
	padding-left:20px;
	
	font-size:14px;
	color:#0099CC;
}

/* CLEANER*/

.gallerie{
	width:100%;
	height:250px;
	
	margin:0px auto;
	padding-top:10px;
	
}
.elearning{	
	background:url(decor/elearning.jpg) no-repeat top left;
	width:229;
	height:44px;
	margin:15px 0;
}
.web{	
	background:url(decor/web.jpg) no-repeat top left;
	width:229;
	height:44px;
	
	margin:15px 0;
}

.graphism{	
	background:url(decor/graphism.jpg) no-repeat top left;
	width:229;
	height:44px;
	
	margin:15px 0;
}

.labo{	
	background:url(decor/labo.jpg) no-repeat top left;
	width:229;
	height:44px;
	
	margin:15px 0;
}

.contact{	
	background:url(decor/contact.jpg) no-repeat top left;
	width:229;
	height:44px;
	
	margin:15px 0;
}

.gallerie table{
	width:94%;
	margin:0 auto;
}

.gallerie table td{
	width:33%;
	text-align:center;
}

/* PIED*/
.footer{height:30px;
	width:500px	;
	margin: 10 100px 0 100px;
	background-color:#F4F4F4;
	
	text-align:center;
	
}

/*  *Hack pour IE/
*html .footer{
	margin:10 -100px 0 -100px;
	background-color:#F50;
}