/*
style.css
---------

Par TE TUSSEAU	
Fichier créé le 03 / 09 /2008


Design Site www.cdg72.fr*/

/*texte défilant*/
#cadrpg { width:550px; margin:0 auto; border:0; overflow:hidden;}
#newshr { position:relative; width:2000px; height:15px; overflow:hidden; 
          color:inherit; border:0px inset white; }
#defile { position:absolute; margin-top:1px; background-color:transparent;
			font-size: 12px;
			font-weight: bold;
			color: #FF2222;
			font-family: Geneva, Arial, Helvetica, sans-serif; }	

/*lien caché*/
.lien_cache {
	color: #c5d5e6;
	cursor:default;
}

.lien_cache a {
	color: #c5d5e6;
	cursor:default;
}

/*BALISES*/

input
{
font-size: 11px;
}

form
{
	margin:0px;
	padding:0px;
}


.photos_haut
{
	width: 780px;
	height: 100px;
	margin-top: 8px;
	margin-bottom: 16px;/*pour l'alignement horizontal du menu et du corps en-dessous du Titre de page ...*/
	
}

.logo
{
	text-align:left;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	width:0px;
	background-color:#FFFFFF;
}

.photos_sarthe
{
	text-align:center;
	vertical-align:middle;
}

.photos_sarthe a:hover
{
	text-align:center;
	vertical-align:middle;
}

.photos_sarthe a:visited
{
	text-align:center;
	vertical-align:middle;
}


.titre_site
{
	text-align:center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #0066CC;
	width:100%;
	padding:0px 10px 0px 10px;
	text-indent:0px;
	vertical-align:middle;
}

.titre_site a:hover
{
	text-align:center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #0066CC;
	width:100%;
	padding:0px 10px 0px 10px;
	text-indent:0px;
	vertical-align:middle;
}

.titre_site a:visited
{
	text-align:center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #0066CC;
	width:100%;
	padding:0px 10px 0px 10px;
	text-indent:0px;
	vertical-align:middle;
}


/*.CSS DU MENU :*/

#menu 
{
	/* position: absolute;  placement du menu, à modifier selon vos besoins*/
	
	
	width: 150px;
	float:left;
	clear:left;
	z-index: 10;
	position :relative;
	font-size: 100%;
	margin-top:-5px;/*POSITION sous le bandeau du haut !!!*/
	margin-left:0px;
	margin-bottom:0px;
	
}



.text_menu, .text_menu a:link, .text_menu a:visited
{
	
	font: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color:#345071;
	font-size: 8px;
	padding-bottom:5px;
	
}

/* menu_deroulant : menu déroulant */

#menu_deroulant_espace { 
		margin: 0px 0px 0px 0px ;
		padding: 3px 0px 0px 0px;
		z-index:15;
	}
	
#menu_deroulant_last_item { 
		margin: 0px ;
		padding: 3px 0px 15px 0px;
	}

#menu_deroulant, #menu_deroulant ul { /* toutes les listes */
	padding: 0px 0px 0px 0px ;
	margin: 0;
	list-style: none;
	width : 11em;
	
}
	
#menu_deroulant li { /* tous les items de liste */
	position : relative;
	float : left;
	line-height : 1.3em;
	margin-bottom : -1px;
	width: 13em;
			
}
	
#menu_deroulant li ul { /* listes de deuxième niveau */
	position : absolute;
	left: -999em;
	margin-left : 152px;
	margin-top : -1.5em;
	width: 13em;
	}
	
#menu_deroulant li ul ul { /* listes de troisième niveau et plus */
		left: -999em;
		margin-top : -2.8em;	
}

#menu_deroulant li a {
/*		width: 11em;*/
/*		w\idth : 12em;*/
		width:150px;
		display : block;
		color : black;
		font-size :11 px;
		font-weight : normal;
		text-decoration : none;
		background-image: url(../img/png_jpg/fond_menu.png);
		border:1.5px solid;
		border-left-color:#FFFFFF;
		border-top-color:#FFFFFF;
		border-right-color:#999999;
		border-bottom-color:#999999;
		padding : 0px 0px 0px 0px;
		text-align: center;
		filter:alpha(opacity=90);
		opacity:.9;
		cursor: default;
		/*-moz-border-radius: 8px 8px 8px 8px;*/
}
			
#menu_deroulant li a:hover {
		background-image: url(../img/png_jpg/fond_menu3.png);
 		color: #FFFFFF;
		font-weight: bold;
		font-size:10px;
		
}
	
#menu_deroulant li:hover ul ul, #menu_deroulant li:hover ul ul ul, #menu_deroulant li.sfhover ul ul, #menu_deroulant li.sfhover ul ul ul {
		left: -999em;
		min-height: 0; /* bug IE */
}
	
#menu_deroulant li:hover ul, #menu_deroulant li li:hover ul, #menu_deroulant li li li:hover ul, #menu_deroulant li.sfhover ul, #menu_deroulant li li.sfhover ul, #menu_deroulant li li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
		left: auto;
		min-height: 0; /* bug IE */
}


/* FIN DES .CSS DU MENU*/


/* .CSS DU LOGIN*/
/* les boutons submit et reset */

.input {
  text-align: center;
  font: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  color: #345071;
  border-width: 1px inset;
  background: #dce4ee;
  
}


.login
{
	
	position: relative;
	clear: left;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	border-color:#999999;
	height: 120px;
	background-image: url(../img/png_jpg/login.png);
	background-repeat:no-repeat;
	padding: 4px 0px 0px px;
	margin-left:1px;
	z-index:5;
	/*-moz-border-radius: 8px 8px 8px 8px;*/
  }


.bouton_identification
{
	position:relative;
	padding: 4px 0px 0px 0px;
	margin-left:0px;
	margin-top:-55px;
	z-index:10;
}
  
  
.identification
{
	clear:left;
	position:relative;
	text-align: center;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	height: 120px;
	background-image: url(../img/png_jpg/identification.png);
	background-repeat:no-repeat;
	padding: 3px 5px 0px 5px;
	margin-left: 1px;
}

.deconnexion
{
	margin: 11px 0px 0px 0px;
	text-align: center;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #345071;
	border: 1px outset;
	border-color:#999999;
	width: 80px;
	height: 16px;
	background: #dce4ee;
	}
	
.deconnexion a
 {
	margin: 11px 0px 0px 0px;
	text-align: center;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #345071;
	width: 80px;
	height: 16px;
	background: #dce4ee;
	}
	
.deconnexion a:hover
{
	margin: 8px 0px 0px 0px;
	text-align: center;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #345071;
	width: 80px;
	height: 16px;
	background: #dce4ee;
	}
	
.deconnexion a:visited
{
	margin: 11px 0px 0px 0px;
	text-align: center;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #345071;
	width: 80px;
	height: 16px;
	background: #dce4ee;
	}
	
/* FIN .CSS  DU LOGIN*/


/* TITRES*/

.titre
{
	color: #000000;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom: 2px solid;
	border-color: #000000;
	background-image: url(../img/png_jpg/fond_titre.png);
	background-repeat:no-repeat;
	margin-left:-5px;
	margin-right:-5px;
	/*-moz-border-radius: 8px 8px 8px 8px;*/
}

.titre_accueil_2
{
	color: #000000;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom: 2px solid;
	border-color: #000000;
	background-image: url(../img/png_jpg/fond_titre_accueil_2.png);
	background-repeat:no-repeat;
	margin-left:-5px;
	margin-right:-5px;
	/*-moz-border-radius: 8px 8px 8px 8px;*/
}

.titre2
{
	color: #FFFFFF;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	padding-left: 15px;
}

.titre3
{
	color: #ffffff;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	font-weight: bold;
	
}
.titre_cdg72
{
font: bold 18px/18px verdana, sans-serif;
color:#0066CC;
font-style: normal;
text-align :center;
margin-top:17px;
}



h1
{
   color: #396ba5;
   text-align: center;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: italic;
   font-weight: bold;
   margin: 8px 0px 8px 0px;
}

h2
{
   color: #396ba5;
   text-align: center;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   margin: 8px 0px 8px 0px;
}

h3
{
   color: #396ba5;
   text-align: left;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: italic;
   font-weight: bold;
   margin: 5px 0px 5px 0px;
}

.h3_bis
{
   color: #396ba5;
   text-align: center;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: italic;
   font-weight: bold;
   margin: 5px 0px 5px 0px;
}

h4 
{
   color: #396ba5;
   text-align: left;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: bold;
   margin: 0px 0px 3px 0px;
}

h5, h5 a, h5 a:visited
{
   color: #396ba5;
   text-align: center;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
   margin: 5px 0px 5px 0px;
}

h5 a:hover
{
   color: #4a79b4;
   text-align: center;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: italic;
   font-weight: normal;
   text-decoration: none;
   margin: 5px 0px 5px 0px;
}

h6 
{
   color: #FFFFFF;
   text-align: left;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   font-weight: bold;
   margin: 5px 0px 4px 0px;   
}

h6 a, h6 a:visited
{
   color: #396ba5;
   text-align: center;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
   margin: 5px 0px 5px 0px;
}

h6 a:hover
{
   color: #4a79b4;
   text-align: center;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: italic;
   font-weight: normal;
   text-decoration: none;
   margin: 5px 0px 5px 0px;
}

h7 
{
   color: #000000;
   text-align: left;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   font-weight: normal;
   margin: 5px 0px 5px 0px;   
}

.h7_bis
{
   color: red;
   text-align: left;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   font-weight: normal;
   margin: 5px 0px 5px 0px;   
}

.h8 
{
   color: #FF6633;
   text-align: left;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   font-weight: bold;
   margin: 5px 0px 4px 0px;   
}

.h8_bis
{
   color: black;
   text-align: left;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   font-weight: bold;
   margin: 5px 0px 4px 0px;   
}

/* FIN TITRES*/


body
{
	font: 70% verdana, arial, sans-serif;
	width: 780px;
	padding: 0px; /* On ajoute un padding pour que les cadres ne collent pas sur les bords */
	margin-top: 0px;
	margin-bottom: 0px;
	margin: auto; /* Pour centrer la page */ 
	position: relative;
	z-index: 5;
	background-color:#FFFFFF;	
	
} 


.corps
{
	float: right;
	position:relative;
	width: 588px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	margin-top: 0px;/*POSITION sous le bandeau du haut !!!*/
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px; /* pour éviter que le corps colle trop au pied de page en-dessous */
	
	}

#contenu_corps
{
	margin-top: 3px;
	background-color:#c5d5e6;
	padding:0px;
	min-height : 350px;
	height : auto !Important;
	height : 350px;
	/*-moz-border-radius: 12px 12px 12px 12px;*/
}
 
#contenu_corps_accueil
{
	background-attachment: fixed ;
	margin-top: -4px;
	}

/* FORMATAGE DU TEXTE */

.tableau_1
{
background-color:#c5d5e6;
}

.tableau_2
{
background-color:#c5d5e6;
height :205px;
}

.tableau_3
{
background-color:#BBBBBB;
}

.tableau_4
{
background-color:#CCCCCC;
}

.tableau_formations
{
	font-size: 11px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
}

.boite_actualites
{
	
	position: relative;
	width:580px;
	color: #000000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding:0px 5px 5px 5px;
	/*-moz-border-radius: 12px 12px 12px 12px;*/
}

.boite_actualites a 
{
	color: #386599;
	text-decoration: none;
	font-style: normal;
}

.boite_actualites a:visited 
{
	color: #386599;
	text-decoration: none;
	font-style: normal;
}

.boite_actualites a:hover 
{
   color: #709acc;
   text-decoration: none;
   font-style: normal;
}


.boite_acces_directs	
{
	position: absolute;
	float: left;
	color: #000000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding:5px 5px 5px 5px;
	width:275px;
	/*-moz-border-radius: 12px 12px 12px 12px;	*/
}

.boite_acces_directs a
{
	color: #386599;
	text-decoration: none;
	font-style: normal;
}

.boite_acces_directs a:visited 
{
	color: #386599;
	text-decoration: none;
	font-style: normal;
}

.boite_acces_directs a:hover 
{
   color: #709acc;
   text-decoration: none;
   font-style: normal;
}
	

#en_un_clic
{
padding:10px 0px 20px 0px;
}


.boite_infos_pratiques	
{
	position: relative;
	float: right;
	color: #000000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding:5px;
	width:275px;
	/*-moz-border-radius: 12px 12px 12px 12px;*/
}

.boite_infos_pratiques a
{
	color: #386599;
	text-decoration: none;
	font-style: normal;
}

.boite_infos_pratiques a:visited 
{
	color: #386599;
	text-decoration: none;
	font-style: normal;
}

.boite_infos_pratiques a:hover 
{
   color: #709acc;
   text-decoration: none;
   font-style: normal;
}

#horaires
{
text-align:center;
margin:0px 0px 0px 0px;
}

#coordonnees
{
text-align:center;
margin:0px 0px 10px 0px;
}

.asterix
 {
 font-size: 9px;
   }
   
.texte_asterix
{
font-size: 10px;
}  

.align_center
{
text-align:center;
}

p
{
	color: #000000;
	width: auto;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding : 0px 0px 8px 0px;
	text-align: justify;
	margin:0px;
}

.p_centre
{
	color: #000000;
	width: auto;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding : 3px 0px 8px 0px;
	text-align: center;
	margin:0px;
}

p a
{
	color: #0d75dc;
	text-decoration: none;
	font-style: normal;
}

p a:visited
{
	color: #0d75dc;
	text-decoration: none;
	font-style: normal;
}

p a:hover /* Quand on pointe sur un lien du menu */
{
	color: #709acc;
	font-style: normal;
	font-weight: normal;
}

.couleur
{
	color : #0066CC;
}

.couleur2
{
	color : #FF6633;
}

a
{
	color: #0d75dc;
	text-decoration: none;
	font-style: normal;
}

a:visited
{
	color: #0d75dc;
	text-decoration: none;
	font-style: normal;
}

a:hover /* Quand on pointe sur un lien du menu */
{
	color: #709acc;
	font-style: normal;
	font-weight: normal;
}

.liste_deroulante
{
    color: #000000;
	width: auto;
    margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 5;
}

.balise_marquee
{
	color: #FF6633;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 5;
	font-weight: bold;
}
 
/* FIN de FORMATAGE DU TEXTE */
 

#bas_page
{
	clear: both;
	position: relative;
	float: right;
	width: 580px;
	padding:5px;
	margin-top : 10px;
	margin-bottom : 10px;
	color: #345071;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	
}

#bas_page a
{
	color: #345071;
	text-decoration: none;
	font-style: normal;
}

#bas_page a:visited
{
	color: #345071;
	text-decoration: none;
	font-style: normal;
}

#bas_page a:hover /* Quand on pointe sur un lien du menu */
{
   color: #4a79b4;
   text-decoration: none;
   font-style: normal;
}


/*.bas_page a:focus /* Quand le visiteur clique sur le lien */
/*{
   background-color: #FFFFFF;
}*/

/*.element_bas_page a:active /* Quand le visiteur clique sur le lien */
/*{
   background-color: #FFFFFF;
}*/






