/* CSS Document */
/* style à appliquer au body, sans toucher body*/

body{
margin:0;
padding:0;
}
#main {
background-color:#fff;
margin:5px 20px 0px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
width:760px;
}
/* PARTIE 1 : en-tete et titraille*/
#logos {
position:absolute;
border:none;
width:100px;
height:106px;
border:0; 
margin-left:10px;
}



/*titre de la page ou nom de l'équipe*/
#bloc_titres {
position:absolute;
left: 150px;
height:95px;
margin-bottom:10px;
font-weight:bold;
text-indent:0px;
}

.titre {
color:#039;
font-size:14px;
padding-top:5px;
width:650px;
line-height:20px;
}

.dpt {
color:#999;
font-size:12px;
padding-top:5px;
}

.responsable {
color:#039;
font-size:11px;
}

.ligne600{
margin:5px 2px 4px 5px;
font-size:9px;
color:#999;}

/* PARTIE2  positionnement du corps / à titraille */

#corps{
position:absolute;
top:125px;
width:760px;
}

/* menu horizontal*/
ul li {
display:inline;
list-style:none;
}
ul{

width:100.5em;
margin-left:auto;
margin-right:auto;
}
li{
display:inline;
list-style:none;
border-right:1px solid #039;
border-bottom:1px solid #039;
padding: 0 10px 5px 10px;
}
.li_mois{
background-color:#EBF4FE;
}

/* liens */

a:link {
	text-decoration:none;
	color:#039;
	border:none;
	}
	a:visited {
	text-decoration:none;
	color:#0C3;
	border:none;
	}
	a:hover {
	text-decoration:none;
	color:#fff;
	/*font-weight:bold;*/
	background-color:#093;
	border:none;
	}
	a:active{
	text-decoration:none;
	background-color:#333;
	color:red;
	border:none;
	}
/* corps de la page */
p {
margin-left:10px;
text-indent:20px;
}
td, tr {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
margin-left:10px;
}

h1{
color:#039;
font-size:12px;
font-weight:bold;
margin-left:10px;
margin-bottom:20px;
margin-top:20px;
}
h2{
color:#039;
font-size:11px;
font-weight:600;
margin-left:30px;
}
h3{
font-size:11px;
font-weight:bold;
margin-left:50px;
}
/* exposés*/
.annonce, .out {
width:730px;
padding:5px;
border:0.1em solid #039;
background-color:#EBF4FE;
text-indent:0px;
margin-left:30px;
}
.out{
background-color:white;
}
.date_resume{
text-align:left;
margin-left:-10px;
color:#039;
font-size:11px;
font-weight:bold;
}
.nom, .titre_topo{
font-size:12px;
font-weight:bold;
text-align:center;
}
.labo_invit{
text-align:center;
font-weight:400;
}
.extra {
color:#F30;
}
.resume{
font-size:10px;
text-align:justify;
margin-left:0px;
}
/* PARTIE DERNIERE : boutons retour MANQUE-t-il Style pour la ligne de fin ?*/
#retour{
position:absolute;
left:250px;
width:30px;
height:31px;
border:0; 
padding-top:10px;
}
#index{
position:absolute;
left:350px;
width:32px;
height:42px;
border:0; 
}

