
body {
	font-family: verdana;
	color: #A93535;/*#993300;*/
}

/* blocs mise en page **/

#bloc_container
{
	/*background-color: #FFF4C1;*//*#FFCC00;*/
	background-color:#D0E2F0;
}

#bloc_corps
{
	background-color: #FFF4C1;/*#FFCC00;*/
}

#bloc_centre
{
}

#bloc_bandeau
{
	/*background-color: #A93535;*//*#993300;*/
	background-color:#C72520;
	color:#FFF;
	font-family: Comic Sans MS;/*font-family: Bookman Old Style;*/
}

#bloc_bandeau a
{
	color:#FFF;
	font-family: Times, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:120%;
}

#bloc_pied
{
	font-family: Times, sans-serif;
	font-weight:bold;
}

 a
{
	color: #993300;
}

#bloc_bandeau .titre-bandeau
{
	font-size:300%;
}

#bloc_bandeau p
{
	display:inline;
}

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: #69C5EA;
	text-decoration:none;
}

#bloc_outils a:hover
{
	color:#009CDC;
}


/* 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 #7BCBED;
}

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

#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-bottom:1px solid #BBD6E3;
    border-top:1px solid #BBD6E3;
}

#nav a
{
    text-decoration:none;
    color:#FFF;
	overflow:hidden;
	text-align:left;
	line-height:20px;
	list-style:none;
	font-family: Bookman Old Style;
	font-size:100%;
	border:1px solid #FFCC00;
	border-left:0px solid #FFCC00;
}

#accueil a
{
    text-decoration:none;
    color:#FFF;
	overflow:hidden;
	text-align:left;
	line-height:20px;
	list-style:none;
	font-family: Bookman Old Style;
	font-size:100%;
	border:1px solid #FFCC00;
}

#nav li 
{
	list-style:none;
}

#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;
	padding:0px;
	margin-left:5px;
	height:25px;
}

#nav a:hover
{
}

#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
{
}

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

#nav a.linkOver
{
}

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

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

