@charset "utf-8";
/* CSS Document */


*{ margin:0; padding:0; border:none }


body{

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	background-color:#9d9d9d;
	background-image:url(images/pattern_fond.gif);
	background-repeat:repeat-x;
	color:#565656;
	
}

a{
	color:#4e4e4e;
	text-decoration:none;
}

p{ 
	text-align:justify;
	margin-top:10px;
}

h1{
	background-color:#858687;
	background-image:url(images/bord_titre.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
	padding:12px 10px 15px 10px;
	font-size:20px;
	color:#dbcd99;
}

h2{
	font-size:14px;
	color:#565656;
	
	background-image:url(images/puce1.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	
	padding-left:27px;
	margin-top:25px;
}

h3{
	color:#0584c5;
	font-size:11px;
	margin-top:17px;
}

h3.stitre{
	color:#0584c5;
	font-size:13px;
	margin-top:17px;
}

	/** BLOC ENTETE **/
	
	div#entete{	
		width:913px;
		margin:0 auto;	
	}
	
		div#entete_gauche{
			float:left;
			padding-top:15px;
		}
		
		/** Le menu **/
		ul#menu{
			list-style-type:none;
			margin:25px 0 0 2px;
		}
		
			ul#menu li{	
				text-transform:uppercase;	
				margin-top:1px;

				background-image:url(images/fond_item_menu.gif);
				background-repeat:no-repeat;
			}
			
			ul#menu li a{
				display:block;
				width:161px;
				height:19px;
				
				padding:5px 0 0 27px;
			}
			
			ul#menu li a:hover{
				color:#0584c5;
			}
			
			ul#menu li a.actif{
				color:#0584c5;
			}
			
		/** Fin menu **/
		
		
	/** FIN BLOC ENTETE **/

	
	/** BLOC PAGE **/
	div#page{
		background-color:#cdc8bc;
	}
	
		div#contenu{
			width:913px;
			
			padding-top:15px;
			margin:0 auto;
		}
		
			/** PAGE ACCUEIL **/
			div.bloc_accueil{
				width:446px;
				/*height:203px;*/
				
				float:left;
			}
				div.bloc_accueil p.mise_en_avant{
					background-color:#858687;
					padding:15px 10px 15px 10px; 
					
					font-size:13px;
					color:#FFF;
				}
				
				div.bloc_accueil p{
					color:#565656;
				}
				
				div#premiere_actu{
					margin-bottom:20px;
				}
				
				span.titre_poste{
					/*padding-left:27px;*/
				}
			
			
			/** FIN PAGE ACCUEIL **/
			
			
			/** PAGE SOCIETE **/
			
			div.blocPerso{
				/*float:right;*/
				/*width:300px;height:286px;*/
				margin-top:15px;
				border:1px solid #FFF;
				padding:10px;
			}
			
			div.blocPerso p{
				margin-top:0;
			}
			
			div.blocPerso .liste1{
				margin-left:0;
			}
			
			/** FIN PAGE SOCIETE **/
			
			
			/** PAGE OFFRE SERVICES **/
			
			div#colonne_gauche{
				width: 250px; /*210*/
				float:left;
			}
			
				/** Le sous menu **/
				ul#ss_menu{
					list-style-type:none;
					margin:0 0 20px 0;
				}
		
					ul#ss_menu li{		
						margin-top:4px;
					}
					
					ul#ss_menu li a{
						display:block;
						width:174px;
						height:18px;
						
						padding:3px 0 0 15px;
						
						background-image:url(images/ssmenu_off.gif);
						background-repeat:no-repeat;
						
						color:#FFF;
						font-weight:bold;
					}
					
					ul#ss_menu li a:hover{
						background-image:url(images/ssmenu_on.gif);
						background-repeat:no-repeat;
					}
					
					ul#ss_menu li a.actif{
						background-image:url(images/ssmenu_on.gif);
						background-repeat:no-repeat;
					}
				/** Fin menu **/
				
				
			div#colonne_droite{
				float:left;
				/*margin-left:40px;*/
				width:649px;/* 659*/
				padding-bottom:50px;
				/*display: inline;*/

			}
			
			/** FIN PAGE OFFRE SERVICES **/	
			
			
			
			/** PAGE ESPACE CANDIDATS **/	
			div#resume_offre{
				border: 2px solid #FFF;
				background-color:#bab4a7;
				
				padding:15px 10px;
				margin:15px 0 20px 0;
			}
				
				div#resume_offre span.titre{
					display:block;
					clear:left; float:left;
					
					text-align:right;
					width:110px;
					font-weight:bold;
					
					margin-right:15px;
				}
				
				p.print_coordonnees{
					display:none;
				}
			
			/** FIN PAGE ESPACE CANDIDATS **/	
			
			
			
	/** FIN BLOC PAGE **/


	/** BLOC FOOTER **/
	div#footer{
		background-color:#9d9d9d;
		border-top:1px solid #FFF;
		height:105px;
	}
	
		div#contenu_footer{
			width:913px;
			
			padding-top:7px;
			margin:0 auto;
		}
			div#contenu_footer p{
				text-align:center;
				color:#FFF;
				font-size:10px;
			} 
			
			ul#menu_bas{
				list-style-type:none;
				float:left;
				padding-left: 40px;
				/*border: 1px solid red;*/
			}	
			
			ul#menu_bas li{
				float:left;
				
				margin-right:10px;
			}
			
			ul#menu_bas li a{
				color:#4a4a52;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:11px;
			}
			
		
			
	/** FIN BLOC FOOTER **/


/** LES CLASSES **/

.right{
	display:block;
	float:right;
	
	/** IE **/
	display:inline;
}

.left{
	display:block;
	float:left;
	
	/** IE **/
	display:inline;
}

.block{
	display:block;
}

.bold{
	font-weight:bold;
}

.center{
	text-align:center;
}

.italic{
	font-style:italic;
}

.normal{
	font-weight:normal;
}

.separateur{
	/** Remise à zero **/
	display:block;
	visibility:visible;
	
	margin:0;
	_margin:-7px 0;
	
	/** Paramètres **/
	height:4px;
	color:#afa068;
	background-color:#afa068;
	clear:both;
	
	border-bottom:1px solid #FFF;

}

.hiddenhr{
	/** Remise à zero **/
	display:block;
	visibility:hidden;
	
	margin:0;
	_margin:-7px 0;
	
	clear:both;
	
	border:none;

}

.beige_large{
	color:#dbcd99;
	font-size:25px;
	font-weight:bold;
}

.beige_medium{
	color:#dbcd99;
	font-size:23px;
	font-weight:bold;
}

.large{
	font-size:23px;
}

.medium{
	font-size:18px;
}

.small{
	font-size:11px;
}

.blanc{
	color:#FFF;
}

.bleu{
	color:#0584c5;
}

.obligatoire{
	color:#0584c5;
}

ul.liste1{
	list-style-type:none;
	margin:10px 0 20px 20px;
}

ul.liste1 li {
	background-image:url(images/puce2.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	
	padding-left:15px;
	margin-bottom:5px;
	
	list-style-position:outside
}

ul.liste1big {
    	list-style-type:none;
	margin:10px 0 20px 20px;
	font-size:12px;
}

 ul.liste1big li { 
    font-weight: bold;
    background-image:url(images/puce3.gif);
    background-repeat:no-repeat;
    background-position:0 1px;

    padding-left:20px;
    margin-bottom:5px;

    list-style-position:outside
 }

 .tdRefGrey {
     background-color: #b8b6ad;
 }

 .refTitre {
     height: 65px;
 }