/* CSS Document */


/*Sommaire */

/* Ligne 11 --------> TYPOGRAPHIE PAGE ACCUEIL */

/* Ligne 80 -------->TYPOGRAPHIE PAGE INTERNE */


h1 {
font-size:1.5em;
font-weight:normal;
}

h2 {
font-size:1.4em;
font-weight:normal;
}


h3 {
font-size:1.1em;
}

h4 {
font-size:0.9em;
font-weight:normal;
color:#666;
}

p {
font-size:0.8em;
color:#000;
}

ul li {
list-style:none;
font-size:0.8em;
}

ol li {
font-size:0.8em;
}

a {
color:#4576b5;
text-decoration:none;
}

a:hover {
text-decoration:underline !important;
}

/*toolbox
*/


#toolbox_top ul {
color:#000;
}

#toolbox_top ul li {
font-size:0.8em;
}

#toolbox_top ul li a {
color:#000;
}

#toolbox_top ul li a:hover {
color:#f69317;
text-decoration:none;
}

.blog {
color:#e1001a !important;
}

/* baseline du site */

#wrapper #header .baseline {
font-size:0.9em;
color:#0a529a;
}

/*Roll Over
*/
#content_top_right ul li {
font-size:1em;
}

/*Barre News
*/


#barre_news p a {
text-decoration:underline;
color:#000;
}

#barre_news p a:hover {
text-decoration:none;
color:#000;
}

/* Content BOTTOM */

#content_bottom h2 {
font-size:1.2em;
color:#333;
}

#content_bottom h3 {
color:#4576b5;
font-size:1.1em;
font-weight:normal;
}

#content_bottom p {
color:#666;
}

.texte_grande_taille {
color:#e1001a !important;
font-size:1.4em !important;
}

#content_bottom #right_bloc h2 {
font-size:1.2em;
}

/*Bloc Bas
*/


#left_bloc_bas h3, #middle_bloc_bas h3, #right_bloc_bas h3 {
color:#4e4e4e !important;
}

#left_bloc_bas a, #middle_bloc_bas a, #right_bloc_bas a {
color:#4576b5 !important;
}


/*Footer
*/

#wrapper #footer p {
color:#FFFFFF;
}

#wrapper #footer ul li a {
color:#FFFFFF;
}

#wrapper #footer ul li a:hover {
text-decoration:underline;
}




