
body {
	font-family: arial, sans-serif;
	color: #717171;
	background-color:#F3F3F3;
}

/* blocs mise en page **/

a
{
	color:#6F6F6F;
}

a:hover
{
	color:#000;
}


#bloc_corps
{
	font-size:80%;
}

#bloc_container
{
	background-image: url(/specific/img/bg_corps.gif);
	background-repeat:repeat-y;
}

#bloc_gauche
{
	background-image: url(/specific/img/bg_gauche_general.jpg);
	background-repeat:no-repeat;
}

#bloc_centre
{
	background-image: url(/specific/img/bg_centre_general.jpg);
	background-repeat:no-repeat;
}

#bloc_bandeau
{
	background-image: url(/specific/img/bandeau_general.jpg);
	background-repeat:no-repeat;
}

h1, .titre
{
	font-family: Times, sans-serif;
	font-size:180%;
	font-weight:bold;
	font-style:italic;
}

/* modules **/

#bloc_newsletter
{
	font-size: 80%;
}

#bloc_newsletter input
{
	font-size: 80%;
}

#bloc_newsletter .bouton
{
	background-color:#FAFAFA;
	border:1px solid #E1E1E1;
	font-size: 90%;
}

#bloc_outils
{
	font-size: 80%;
}

#bloc_outils td
{
	padding: 2px;
}

#bloc_outils a
{
	color: #5F5F5C;
	text-decoration:none;
}

#bloc_outils a:hover
{
	color:#000;
}


/* types de contenu **/

	/* photothèques **/

		/* horizontale **/

#content_type_phototheque_horizontale .vignettes
{
	background-color: #B8D0E1;
}

#content_type_phototheque_horizontale .zoom
{
	font-size: 90%;
}

#content_type_phototheque_horizontale .legende
{
	font-size: 120%;
}

	/* verticale **/

#content_type_phototheque_verticale .vignettes
{
	background-color: #B8D0E1;	
}

#content_type_phototheque_verticale .zoom
{
	font-size: 90%;
}

#content_type_phototheque_verticale .zoom img
{
	border: 0px;
}

	/* roll **/

#content_type_phototheque_roll .categories a
{
	font-size: 150%;
}

#content_type_phototheque_roll .photo img
{
	border: 1px solid #000;
}


/* paragraphes **/

	/* avec titre **/

#content_type_paragraphe_titre .titre
{
	font-weight:bold;
}


/* actualités **/

	/* page **/

#content_type_actu .element
{
	border-bottom:1px dashed #7BCBED;
}

#content_type_actu .titre
{
	font-weight:bold;
}

#content_type_actu a
{
	color: #000;
}

#content_type_actu .titre a
{
	text-decoration:none;
}

#content_type_actu .ensavoirplus a
{
	font-weight:bold;
	font-size:90%;
}

	/* bloc **/

#content_type_actu_bloc
{
	font-size:90%;
}

#content_type_actu_bloc .element
{
	border-bottom:1px dashed #7BCBED;
}

#content_type_actu_bloc .titre
{
	font-weight:bold;
}

#content_type_actu_bloc a
{
	color: #000;
}

#content_type_actu_bloc .titre a
{
	text-decoration:none;
}

#content_type_actu_bloc .ensavoirplus a
{
	font-weight:bold;
	font-size:90%;
}

	/* accueil **/

#content_type_actu_accueil
{
	font-size:90%;
}

#content_type_actu_accueil .element
{
	border-bottom:1px dashed #7BCBED;
}

#content_type_actu_accueil .titre
{
	font-weight:bold;
}

#content_type_actu_accueil a
{
	color: #000;
}

#content_type_actu_accueil .titre a
{
	text-decoration:none;
}

#content_type_actu_accueil .ensavoirplus a
{
	font-weight:bold;
	font-size:90%;
}


/* annuaire **/

#content_type_annuaire .element
{
	border-bottom:1px dashed #941701;
}

#content_type_annuaire .titre
{
	font-weight:bold;
}

#content_type_annuaire a
{
	text-decoration:none;
}

#content_type_annuaire .ensavoirplus a
{
	font-weight:bold;
	font-size:90%;
}

/* menu **/

#nav
{
    border-bottom:1px solid #BBD6E3;
    border-top:1px solid #BBD6E3;
	text-align:center;
}

#nav a 
{
    text-decoration:none;
    color:#656565;
	overflow:hidden;
    text-indent:20px;
	text-align:left;
	line-height:30px;
	list-style:none;
	font-weight:bold;
	font-size:80%;
}

#nav li 
{
	list-style:none;
	background-image: url(/specific/img/puce.gif);
	background-repeat:no-repeat;
	background-position:6px 10px;
}

#nav li ul
{
    border-left:1px solid #BBD6E3;
    border-right:1px solid #BBD6E3;
    border-bottom:0px;
    background-color: #E8F3F9;
}

#nav ul li
{
	background-image: url(/specific/img/puce.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#nav a:hover
{
	color:#000;
}

#nav li li a
{
    border-bottom:1px solid #BBD6E3;
}

#nav li li a:hover
{
	background-color: #FFFFFF;
}
 
	/* for a mozilla better display with key nav */

#nav a:focus
{
  color:#FF0000;
}

#nav li li a:focus
{
  background-color: #FFFFFF;
}

#nav a.linkOver
{
  color:#FF0000;
}

#nav li li a.linkOver
{
  background-color: #FFFFFF;
}
    
	/* nav déroulée */

#nav
{
    border-bottom:0px solid transparent;
    border-top:0px solid transparent;
}

    
	/* nav pied */

#bloc_pied #nav a 
{
	font-size:100%;
	line-height:19px;
    text-indent:19px;
}

#bloc_pied 
{
	background-image: url(/specific/img/bg_pied.gif);
	background-repeat:no-repeat;
	background-position:center center;
	font-size:70%;
}

#bloc_pied #nav li 
{
	background-image: url(/specific/img/puce_navpied.gif);
	background-repeat:no-repeat;
	background-position:6px 8px;
}
    
	/* nav verticale */
    

#ssnav li
{
   border-bottom:1px dashed #5D5D5D;
}    

#ssnav li a
{
    color:#000;
	text-decoration:none;
	font-size:80%;
	font-weight:bold;
	background-image: url(/specific/img/puce_ssnav.gif);
	background-repeat:no-repeat;
	background-position:center left;
}



#drapeaux a
{
	font-size:70%;
	color:#6F6F6F;
	text-decoration:none;
}

#drapeaux a:hover
{
	text-decoration:underline;
}


