/*-----------------------------------------------
 *
 * Feuille de style Centre Ren Gauducheau
 * http://www.centregauducheau.fr/
 *
 * Ralisation : Fictis
 * http://www.fictis.fr
 *
 -----------------------------------------------*/
/*----------------------------------
 Elments HTML
 -----------------------------------*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
		width: 924px;
    padding: 0;
    color: #333333;
    /*font-size: 0.8em;*/
    font-size: 62.5%;
    background-color: #cccccc;
}

p, form, ul {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style-type: none;
}
/*----------------------------------
 Elments Principaux du site
 -----------------------------------*/
/*
 #ombre {
 position: absolute;
 width: 924px;
 left: 50%;
 margin-left: -380px;
 background-image: url(../images/background_page.jpg);
 background-repeat: repeat-y;
 }*/
#conteneur { /*le conteneur global du site, qui sera centr */
    /*background-color: #FFFFFF;*/
    background-image: url(../images/background_page.jpg);
    background-repeat: repeat-y;
    width: 924px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    height: 120px;
    width: 902px;
    background: url(../images/header.jpg) no-repeat;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
}

#fond {
    width:902px;
		/*height:496px;*/
    background: url(../images/main.jpg) no-repeat;
    margin-left: 11px;
}

#menu {
    width: 250px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
}

#contenu {
    width: 425px;
    /* padding-top: 10px;
     padding-left: 250px;
     padding-right: 206px;
     padding-bottom: 40px;
     /*background-image: url(../images/header2_vert.gif);
     background-repeat: no-repeat;*/
}

#retour {
	background:url(../images/fleche_retour.gif) no-repeat;
	height:16px;
	background-position: bottom left;	
        padding-top:10px;
	padding-left:16px;  	
}

#retour a:link{
        color:#4E7899;
}

#retour a:hover{
    color: #0EA0DC;
    font-weight: bold;
}


#ariane {
    padding-top: 135px;
}

#footer {
    width: 892px;
    height: 40px;
    padding-top: 12px;
    padding-left: 10px;
    margin-left: 11px;
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
}

.clear {
    clear: both;
}

#col_right{
	margin-left:675px;
	
}

/*----------------------------------
 Logo
 -----------------------------------*/
#logo{
	padding-left:25px;
}
/*----------------------------------
 Recherche
 -----------------------------------*/
#recherche {
    text-align: right;
    top: 11px !important;
    top: 10px;
    padding-left: 440px;
    padding-top: 50px;
}

.inputrecherche {
    height: 13px;
    width: 125px;
    border: none;
    margin-left: 5px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #666666;
    background-image: url(../images/fond_recherche.gif);
    background-repeat: no-repeat;
}
/*----------------------------------
 Menu haut
 -----------------------------------*/

 a#lienaccueil:link, a#lienaccueil:visited {
 position: absolute;
 display: block;
 top:0;
 width:176px;
 height:120px;
 margin-left:25px;
 background-image: none;
 }
 
 a#lienaccueil:hover, a#lienaccueil:active {
 background-image: url(../images/retour_accueil.gif);
 background-repeat: no-repeat;
 background-position: bottom;
 }
 
 
/*----------------------------------
 Menu gauche
 -----------------------------------*/
.menugauche {
    margin-left: 25px;
    padding-top: 35px;
    width: 206px;
}

.menugauche li {
    padding: 4px 0;
    padding-left: 8px;
    list-style-type: none;
    border-top: 1px solid #9EB3C4;
    background-repeat: no-repeat;
    background-position: 4px 7px;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}

.menugauche li.on {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 196px;
}

.menugauche a:link, .menugauche a:visited {
    color: #999999;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

.menugauche a:hover, .menugauche a:active {
    color: #0EA0DC;
}

.sousmenugauche {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: -18px;
}

.sousmenugauche li {
    padding: 4px 0;
    padding-left: 6px;
    margin-left: 9px;
    border-top: 1px dashed #fff;
    background-image: none;
    /* Pour IE, sinon c'est dans les liens */
    /*background-color: #EEEEF0;*/
}

.sousmenugauche a:link, .sousmenugauche a:visited {
    padding-left: 15px;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
    color: #4E7899;
    /*background-color: #EEEEF0;*/
    background-image: url(../images/smf.jpg);
    background-position: 2px;
    background-repeat: no-repeat;
}

.sousmenugauche a:hover, .sousmenugauche a:active {
    background-image: url(../images/menu_puce4.gif);
    background-repeat: no-repeat;
    background-position: 1px 3px;
    color: #0EA0DC;
    font-weight: bold;
		
}

li.open {
    background-image: url(../images/menu_fondon.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.closed ul {
    display: none;
}

.open ul {
    display: block;
}

#header_box_green {
    background: url(../images/header_box_green.gif) no-repeat;
    height: 23px;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 8px;
    font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#corp_nav{
	border-bottom: dashed 1px #999;
}

#footer_box {
    background: url(../images/footer_box.gif) no-repeat;
    height: 30px;
		padding-left:115px;
}

#fond #menu, #col_right a:link, #fond #menu, #col_right a:visited {
    text-decoration:none;
		color:#000;
		font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		
}



#header_box_blue {
    background: url(../images/header_box_blue.gif) no-repeat;
    height: 23px;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 8px;
    font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Box aide recherche*/
#box_aide_recherche {
    margin-left: 25px;
    margin-top: 35px;
    width: 206px;
    background-color: #ffffff;
}

#corp_aide_recherche {
    background: url(../images/aide_recherche.jpg) no-repeat;
    background-position: center;
    width: 204px;
    height: 137px;
    border-bottom: dashed 1px #999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}
/*Box actualités*/
#box_actualites {
    width: 206px;
    padding-top: 35px;
    padding-left: 15px;
}


#box_actualites #corp {
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #ffffff;
}

#box_actualites #corp #actu #texte{
	font: normal 10px Arial, Helvetica, sans-serif;
}

#box_actualites #corp .suite{
  
}
#box_actualites #corp .clear{
  
}


/*Box zoom*/
#box_zoom {
    width: 206px;
    padding-top: 15px;
    padding-left: 15px;
		
}

#box_zoom #titre{
	
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #ffffff;
    color:#266289;
    font:bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left:10px;
		padding-top:5px;
}

#box_zoom #corp{
    border-bottom: dashed 1px #999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #ffffff;
		padding:10px 10px;
		background: url(../images/visuel_nouvelles_formation.jpg) no-repeat;
    background-position: center;
		height:106px;		
}

/*Box zoom Index*/
#box_zoom_index {
    width: 206px;
    padding-top: 35px;
    padding-left: 25px;
    
}

#box_zoom_index #titre{
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #ffffff;
    color:#4FCDFD;
    font:bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-left:11px;
		padding-top:5px;
}

#box_zoom_index #corp {
    border-bottom: dashed 1px #999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
   
    background-position: center;
		/*width:181px;*/
		height:116px;
		background-color: #ffffff;
    padding:11px;
    
}

/*------- couleur des menus ----------*/
#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8 {
    background-repeat: no-repeat;
    background-position: right center;
    background-color: white;
}

#m1 {
    background-image: url(../images/mf_1.jpg);
}

#m2 {
    background-image: url(../images/mf_2.jpg);
}

#m3 {
    background-image: url(../images/mf_3.jpg);
}

#m4 {
    background-image: url(../images/mf_4.jpg);
}

#m5 {
    background-image: url(../images/mf_5.jpg);
}

#m6 {
    background-image: url(../images/mf_6.jpg);
}

#m7 {
    background-image: url(../images/mf_7.jpg);
}

#m8 {
    background-image: url(../images/mf_8.jpg);
}
/*----------------------------------
 Contenu
 -----------------------------------*/
#contenu h1.titre, .titreplan {
    margin-top: 35px;
    color: #00597E;
    font-size: 1.7em;
    font-weight: normal;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #8E8E8E;
    /*background-image: url(../_images/titre_fond.gif);*/
    background-repeat: repeat-x;
    /*height: 25px;*/
}

#titreplan {
    margin-top: 10;
}

#contenu #texte {
    margin-top: 20px;
    padding-right: 10px;
    font-size: 1.2em;
    text-align: justify;
}

#contenu #texte p {
    margin-top: 20px;
}

#contenu #texte a:link, #contenu #texte a:visited {
    color: #4E7899;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

#contenu #texte a:hover, #contenu #texte a:active {
    color: #0EA0DC;
}

#contenu #texte h3 {
    color: #C12900;
    font-size: 1.3em;
    font-weight: bold;
    /*padding-left: 25px;*/
    height: 25px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    /*background-image: url(../_images/contenu_titre_fond.gif);*/
    background-repeat: no-repeat;
    background-position: 0 3px;
		border-bottom:2px solid;
		height:auto;
}

#contenu #texte h4 {
    color: #BD5539;
    font-size: 1.1em;
}

#contenu #texte ul, #contenu #recrute ul {
    padding-left: 20px;
    list-style-type: none;
}

#contenu #texte li, #contenu #recrute li {
    padding-left: 15px;
    background-image: url(../_images/texte_puce.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

#contenu .txtvert {
    font-size: 1em;
    font-weight: bold;
    color: #5AAA49;
}

#contenu .txtbordeaux {
    font-size: 1em;
    font-weight: bold;
    color: #BD5539;
}

#contenu .normal {
    font-size: 1em;
    font-weight: normal;
    color: #000000;
}

#contenu #formulaire {
    margin-top: 20px;
    padding-right: 10px;
    font-size: 1.2em;
    text-align: justify;
}
/*----------------------------------
 Actualits
 -----------------------------------*/
#actualites h2 {
    font-size: 1.3em;
    margin: 0;
    padding-top: 20px !important;
    padding-top: 15px;
}

#actualites h2 a:link, #actualites h2 a:visited {
    text-decoration: none;
    color: #C12900;
    font-size: 1em;
}

#actualites h2 a:hover, #actualites h2 a:active {
    color: #6B1700;
}

#actualites .texte {
    padding-right: 10px;
    font-size: 1.2em;
    text-align: justify;
}

#actualites .suite {
    font-size: 1.1em;
}
/*----------------------------------
 Le centre recrute
 -----------------------------------*/
#depotcandidature {
    width: 100%;
    text-align: right;
    background-color: #CDD447;
    margin-top: 20px;
}

#depotcandidature a:link, #depotcandidature a:visited {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    background-image: url(../_images/navigation2_rub_puce.gif);
    background-repeat: no-repeat;
    padding-left: 12px;
    margin-right: 10px;
}

#depotcandidature a:hover, #depotcandidature a:active {
    color: #8B9500;
}

#form1 .plan p {
    color: #FF0000;
}
/* odd table ligne 1,3,5,7,... */
table tr.odd th, table tr.odd {
    background-color: #E4EFAB;
    text-align: left;
}
/* even table ligne 2,4,6,8,... */
table tr.even th, table tr.even {
    background-color: #EFF5CB;
    text-align: left;
}
/* hovered table ligne */
table tr.odd:hover, table tr.even:hover, table tr.odd:hover th, table tr.even:hover th, table tr.hover th, table tr.hover {
    background-color: #BFCF67;
}

.texte .theme {
    list-style-position: outside;
    list-style-image: url(../_images/chemin_puce.gif);
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

#bloc {
    width: 100px;
    height: 100px;
    background-color: yellow;
}
#footer a:link, a:visited{
	text-decoration:none;
	color:#000;
}

.suite {  
  font-weight: bold;
  /*width: 250px;*/
  float: right;
  text-align: right;
  padding-right: 10px;
}

.suite a:link, .suite a:visited {
  text-decoration: none;
  font-weight: bold;
  background-image: url(../_images/suite.gif);
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 20px;
  color: #868686;
  font-size: 1em;
}

.suite a:hover, .suite a:active {
  color: #0EA0DC;
}

/*----------------------------------
 Plan du site
-----------------------------------*/

.planplan { 
  	
}
.soussousplan {
  padding-top: 8px;
}

.plan {
  padding-right: 30px;
  background-color: #EEEEF0;
  border-bottom: none !important; 
  border-bottom: 25px solid #fff;
}

.plan-rubriques {
  padding-left: 5px;
  padding-bottom: 10px;
  margin-left: 20px;
}

.plan-rubrique {
  list-style-type: none;
  margin-top: 10px;
}

.plan-articles {  
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-image: url(../_images/plan_ligne.gif);
  background-repeat: repeat-y;
  background-position: 11px 0 !important; 
  background-position: 11px -2px;
}

.plan-article {
  list-style-type: none;
  background-image: url(../_images/plan_increment.gif);
  background-repeat: no-repeat;
  background-position: 1px 2px;
  padding-left: 15px;
  * border: 1px solid #EEEEF0;
}

.plan-articles-racine { 
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.plan-article-racine {
  list-style-type: none;
  padding-left: 15px;
  border: 1px solid #EEEEF0;
}

.plan-rubrique a.rub:link, .plan-rubrique a.rub:visited {
  text-decoration: none;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  color: #4E7899;
  background-color: #C5CED5;
}

.plan-rubrique a.rub:hover, .plan-rubrique a.rub:active {
  color: #0EA0DC;
}

.plan-article a:link, .plan-article a:visited, .plan-article-racine a:link, .plan-article-racine a:visited {
  text-decoration: none;
  display: block;
  font-size: 1.1em;
  color: #4E7899;
}

.plan-article a:hover, .plan-article a:active, .plan-article-racine a:hover, .plan-article-racine a:active {
  color: #0EA0DC;
}

/*---Page d'accueil---*/
/*--Slide--*/
.img_accueil{
	width:418px;
	height:275px;
	margin-top:35px;
	padding:0;
}

.img_accueil .img{
  width:418px;
  height:275px; 
  top:  0; 
  left: 0;
}

.img_zoom{
  width:181px;
  height:116px;
  background-color: #ffffff;
  padding:0;
	
}

.img_zoom .img{
  width:181px;
  height:116px; 
  top:  0; 
  left: 0;
}

/*-----------------------------*/

#fond #menu #box_zoom_index a:link, #fond #menu #box_zoom_index a:visited {
    text-decoration:none;
    color:#000;
    font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Box actualités*/
#box_actualites_index {
    width: 206px;
    padding-top: 35px;
    padding-left: 15px;
}
#actu{
	border-bottom: dotted 1px #999;
	padding-left:5px;
	width:200px;
	}

#box_actualites_index #corp {
   
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #ffffff;
}

#box_actualites_index #corp #actu #titre{
  font: normal 11px Arial, Helvetica, sans-serif;
	
}

#box_actualites_index #corp #actu .suite {
 
}

#box_actualites_index #footer_box_actus a:link, #box_actualites_index #footer_box_actus a:visited{
	color:#A2A2A2;
  font: normal 11px Arial, Helvetica, sans-serif;
}
#date{
	color:#E49329;
	font: bold 10px Arial, Helvetica, sans-serif;
	line-height:160%;
}

#footer_box_actus{
    background: url(../images/footer_box.gif) no-repeat;
    height: 30px;
    padding-left:10px;
		padding-top:8px;
		
}
