/* CSS Document */

/*Couleur de fond du menu gauche*/
#nav_int{background:#fff; padding-top:5px;}
#nav_int dl{background:#fff; list-style:none; padding-bottom:40px; margin-bottom:4px;}

/*caractère du menu gauche*/
#nav_int li a, #nav_int dt a, #nav_int dd a {
color:#F09415;
font-weight:bold;
text-decoration:none;
}

/*Réduire la taille du top header*/
#topHeader {
height:10px;
position:relative;
}

/*Masquer le menu du haut avec logo dauphine*/
#subHeader {
background:#FFFFFF none repeat scroll 0 0;
height:0px;
margin-top:10px;
}

/*cacher la vague*/
#top_content{height:0px;background-image:none;}

/*Menu des Tools*/
/*Placement ˆ droite des outils A+ A- et remontage*/
#utils2 {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:665px;
margin-top:0px;
}

#utils2 li a{color:#9b2e2b; font-weight:bold;}
#utils2_profil li a{color:#9b2e2b; font-weight:bold;}
#utils2 li {color:#9b2e2b;}

#contC td {
border:0 solid #AAAAAA;
padding:3px;
}
#contC table {
border:0 solid #222222;
margin-bottom:5px;
margin-top:5px;
}
/*#contC1 {
margin-left:25px;
overflow:auto;
padding-bottom:5px;
padding-top:5px;
width:671px;
padding-left:10px;
}
#contC {
margin-left:25px;
overflow:auto;
padding-bottom:5px;
padding-top:5px;
width:471px;
padding-left:10px;
}*/

/*Couleurs du titre 1*/
#contC h1 {
color:#446C7F;
}

#contC1 h2, #contC1 h1 {
color:#446C7F;
font-size:18px;
font-weight:normal;
margin-bottom:4px;
margin-top:15px;
}

/*Couleurs du titre 2*/
#contC h2 {
color:#050506;
padding-left:5px;
}

/*Couleurs du titre 3*/
#contC h3 {
color:#F09415;
padding-left:12px;
}
#contC1 h3 {
color:#F09415;
font-size:11px;
}

/*Couleurs du titre 4*/
#contC1 h4 {
color:#F09415;
padding-left:20px;
font-size:18px;
}

/*Coloration des liens et surlignage*/
a:hover {
text-decoration:underline;
color:#050506
}

a {
color:#F09415;
font-weight:bold;
text-decoration:underline;
}