/* CSS Document */

#container{
	margin:0 5%;
	width:90%;
}

ul{
	list-style-type: disc;
}

#header{
	margin:0;
	padding:0;
	height:260px;
	z-index:1;
	position:relative;
}

#logo{
	display:block;
	position:absolute;
	width:164px;	
	height:144px;
	z-index:2;
}

#slogan{
	display:block;
	position:absolute;
	width:405;	
	height:20px;
	left:0;
	top:101px;
	z-index:1;	
}
#nav{
	position:absolute;
	width:642px;
	height:51px;
	left:0px;
	top:163px;	
}

.byPass{
	display:none;
}

#titrePrincipal{
	position:absolute;
	width:517px;
	height:45px;
	left:164px;
	top:215px;
}


#search{
    font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	width:165px;
	height:98px;
	top:215px;
	left:0;
	text-align:center;
	background:url("../medias/shared/fond_gauche_haut.gif") top left no-repeat;
}

#content{
	position;relative;
}

#main{
	position:absolute;
	width:420px;
	left:165px;
	background:url(none);
}

#colone_info{
	float:left;
	width:200px;
	position:relative;	
}

#etudiants_enseignants{
	float:left;
	margin: 0;
	width:209px;	
	height:auto;	
}

#femme{
	display:none;
}
#footer{
	margin:0;
	background-image: none;
}
#footer ul{
	margin:0;
}