
body {
	font-family: arial, sans-serif;
	color: #000;
    background-image: url(/specific/img/bg.jpg);
	background-repeat:no-repeat;
}

/* blocs mise en page **/

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

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

#bloc_centre
{
	border-bottom: 1px solid #7BCBED;
	font-size:80%;
}

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

h1
{
	font-family: Times, sans-serif;
	font-size:160%;
	font-weight:bold;
	font-style:italic;
	border-bottom: 1px solid #7BCBED;
}

/* modules **/

#bloc_outils
{
	font-size: 70%;
}

#bloc_outils td
{
	padding: 3px;
}

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

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


/* 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:70%;
    scrollbar-face-color: #FFF;
    scrollbar-shadow-color: #FFF;
    scrollbar-highlight-color: #FFF;
    scrollbar-3dlight-color: #FFF;
    scrollbar-darkshadow-color: #FFF;
    scrollbar-track-color: #FFF;
    scrollbar-arrow-color: #006D99;
}

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

#content_type_actu_bloc a
{
	color: #000;
}

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

	/* 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 **/

.categories a
{
	color:#000;
	text-decoration:none;
	font-size:120%;
}

.categories a:hover
{
	color:#009CDC;
	text-decoration:underline;
}

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

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

#content_type_annuaire a
{
	color: #000;
}

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

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


/* menu **/

.nav
{
    border-right:1px dashed #ADA127;
}

.nav a 
{
    text-decoration:none;
    color:#506B85;
	overflow:hidden;
    text-indent:20px;
	text-align:left;
	line-height:30px;
	font-size:80%;
}

.nav li
{
    border-bottom:1px solid #F1E54F;
}

.nav li li
{
    border-bottom:1px solid transparent;
}

.nav li ul
{
    border-bottom:0px;
}

.nav li li a
{
    font-weight:normal;
}

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

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

.nav li a
{
    font-weight:bold;
}

.nav li li
{
    background-color:#FFF;
	background-image: url(/specific/img/puce_2nd.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

.nav li li a
{
    font-weight:normal;
}

.nav li li a:hover
{
}
 
	/* for a mozilla better display with key nav */

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

.nav li li a:focus
{
}

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

.nav li li a.linkOver
{
}
    
	/* nav déroulée

.nav
{
    border-bottom:1px solid transparent;
    border-top:1px solid transparent;
} */



.lienaccueil
{
	background-image: url(/specific/img/puce.gif);
	background-repeat:no-repeat;
	background-position:top left;
    border-bottom:1px solid #F1E54F;
}

.lienaccueil a
{
    font-weight:bold;
	font-size:80%;
    color:#506B85;
	text-decoration:none;
}

.lienaccueil a:hover
{
    font-weight:bold;
  	color:#FF0000;
}