body
{
	padding: 0px;
	margin: 0px;
	background-color: #98cbde;
}

.site
{
	width: 800px;
	margin-left: -400px;
	left: 50%;
	margin-bottom: 0px;
	padding: 0px;
	position: absolute;
	background-color: white;
}

.entete
{
width:800px;
height: 86px;
background-image: url('images/entete.jpg');
}

.rechercher
{
float: left;
text-align: center;
width:150px;
height: 23px;
}

.formulaire_recherche_univ
{
margin: 0px;
padding: 0px;
height: 18px;
width: 140px;
}


.menux
{
width:650px;
height: 25px;
background-color: #1388b3;
font-family: Verdana;
size: 14;
color: white;
margin-left: 150px;
}

.menu3  ul
{
	padding: 0px;
	margin: 0px;
}

.menu3  li
{
	list-style-type: none;
	float: left;
	width: 20%;
	line-height: 23px;
	text-align: center;
}

.actu
{
	font-family: Verdana;
	color: white;
	float: left;
	width:150px;
	left: 0px;
	background-color: #64a0b8;
	font-weight: normal;
	font-size: 14px;
	/*padding-left: 20px;*/
	text-align: center;

}

.actu a
{
	color: white;
}

.actu a:visited
{
	color: white;
}


h2
{
	font-weight: normal;
}

.contenu
{
width:600px;
background-image: url('images/menu.jpg');
background-repeat: repeat-y;
padding-left: 170px;
margin-left: 0px;
left: 0px;
border: 0px solid black;
padding-bottom: 20px;
margin-bottom: -1px;
color: #1166BB;
font-family: Arial;
}

.pied
{
width:800px;
height: 18px;
background-color: #98cbde;
text-align: center;
color: #2244FF;
font-family: Arial;
font-size: 11px;
line-height: 18px;
}

/***** menu CSS *****/
@media print {
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
	background-color: #1388b3;
	color:white;
	font: normal 15px/1.4 arial, serif;
	border:0px solid #EFB;
	padding:1px;
	width:130px;
	margin:0em;
	line-height: 25px;
}
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align:center;
}
/* .ssmenu = Les parties "déroulantes" qui s'affiche au survol d'un .menu */
.ssmenu {
	white-space : no-break;

}

.menu span, .ssmenu span {
	display:none;
}

.ssmenu ul, .ssmenu li {
	padding:0;
	margin:0;
	list-style-type:none;
	padding-left: 0px;
	padding-right: 0px;
}

.menu a, .menu a:visited{
	color:white;
	padding:2px 1px;
	text-decoration:none;
	display:block;
	margin:0px;
	width:100%;
	height: 19px;
	line-height: 19px;


}

.ssmenu a, .ssmenu a:visited 
{
	color:white;
	padding:2px 1px;
	text-decoration:none;
	display:block;
	margin:0px;
	width:100%;
	line-height: 25px;
	height: 25px;
}

html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}


.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
      background-color: #43b9e0;
	color:black;
	text-decoration:none;
}

.menu a:hover
{
	  background-color: #43b9e0;
}


img {
/* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:0px;
}

.ssmenu img.hr {
/* Encore un peu expérimental, un <hr /> entre deux items pour faire un "séparateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}