
body {
	font-family: Times, sans-serif;
	color: #999999;
    background-image: url(/specific/img/bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
	font-size:110%;
}

/* blocs mise en page **/

#bloc_container
{
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#bloc_corps
{
	font-size:80%;
}

#bloc_pied
{
	font-size:70%;
	font-family: Arial, sans-serif;
}

#bloc_pied a
{
	color:#005FA9;
	text-decoration:none;
}

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

#bloc_pied .bg
{
	background-color:#666666;
	font-size:90%;
	text-align:center;
	color:#ccc;
}

#bloc_pied .bg a
{
	color:#ccc;
}

#bloc_bandeau
{
	background-image: none;
}

h1, .titre
{
	font-family: arial, sans-serif;
	font-weight:bold;
	background-color:#666666;
	color:#CCCCCC;
	text-align:center;
	text-transform:uppercase;
}

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

#nav a 
{
	font-family: Verdana, sans-serif;
    text-decoration:none;
	overflow:hidden;
    text-indent:0px;
	text-align:left;
	font-size:60%;
	font-weight:bold;
	line-height:18px;
	color:#666666;
	border-bottom:8px solid #666666;
}

#nav a:hover
{
	color:#000;
	border-bottom:8px solid #FF0000;
}

#nav li
{
}

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

#nav ul li
{
}

#nav li ul
{
	background-color:#CCCCCC;
	border:1px solid #999999;
}

#nav li li a
{
	font-size:60%;
	font-weight:normal;
	border-bottom:none;
	color:#000;
	line-height:14px;
}

#nav li li a:hover
{
	border-bottom:none;
	background-color:#999999;
	color:#FFF;
}

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

#nav a:focus
{
}

#nav li li a:focus
{
}

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

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


/* vehicules **/

#content_type_vehicules
{
	background-color:#666666;
	color:#CCCCCC;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:80%;
}

#content_type_vehicules p
{
	display:inline;
}

#content_type_vehicules td
{
	border-top:1px solid #424242;
	border-left:1px solid #424242;
	border-bottom:1px solid #BEBEBE;
	border-right:1px solid #BEBEBE;
}

#content_type_vehicules .elementtr1 td
{
	background-color:#333333;
}

#content_type_vehicules .elementtr2 td
{
	background-color:#000;
}


a
{
	color:#999999;
}
a.selectionne
{
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}

#bloc_centre .table_formulaire td
{
	border-bottom:1px solid #BEBEBE;
	color:#4A4A4A;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:90%;
	padding-bottom:3px;
}


