/*************************************************
 * CSS ACCUEIL
 *
 * JFLAD V5
 * Date: 20/01/2010
 *
 * Copyright:
 *   Lavault Julien
 *   JFLAD Studio
 *
 * Description:
 *   - Styles de la page d'accueil
 *
 **************************************************/



/****************************
 * Contenu texte gauche 
 ******/

/* Contenu de gauche */
div#accueil_presentation {
	float:left;
	width:460px;
	margin-top:10px;
}
div#brochure {
	float:right;
	width:160px;
	height:185px;
	margin:15px 0 10px 5px;
	cursor:pointer;
	background: url('../images/bg_brochure.jpg') no-repeat top left;
}
div#accueil_presentation h1 {
	line-height:24px;
	padding:0 0 5px 15px;
	margin:20px 0 15px 0;
	font-size:18px;
	font-weight:bold;
	background: url('../images/bg_titre_accueil.jpg') no-repeat left bottom;
}
div#accueil_presentation p {

}

/* Cadre de contenu actualités */
div#accueil_actualites {
	float:right;
	width:230px;
	/*height:240px;*/
	background: url('../images/bg_titre_accueil.jpg') no-repeat right 26px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
div#accueil_actualites h2 {
	line-height:20px;
	padding:5px 10px 3px 10px;
	margin:0 10px 5px 0;
	text-align:right;
}
div#accueil_actualites div {
	clear:both;
	z-index:10;
	margin-top:10px;
	background: url('../images/bg_titre_accueilActualites.jpg') repeat-x right top;
}
div#accueil_actualites h3 {
	display:block;
	z-index:100;
	line-height:18px;
	margin:2px 20px 10px 0;
	padding:3px 0 0 0;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
div#accueil_actualites div p {
	margin:0;
	padding:0 15px 6px 15px;
	color:#CCCCCC;
}
div#accueil_actualites div p.accueil_actualites_date {
	float:left;
	margin:0 0 0 20px;
	padding:0 18px 0 0;
	color:#0392b6;
	background: url('../images/puce_bleu.gif') no-repeat right 3px;
}
div#accueil_actualites div a {
	float:right;
	margin:0 15px 0 5px;
	padding:0 15px 0 0;
	color:#666666;
	background: url('../images/puce_gris.gif') no-repeat right 3px;
}
div#accueil_actualites div a:hover { color:#CCCCCC; }


/* Cadre de contenu recrutement */
div#accueil_recrutement {
	float:right;
	width:210px;
	margin-top:40px;
	background: url('../images/bg_accueil_recrutement.jpg') no-repeat left 55px;
}
div#accueil_recrutement h2 {
	line-height:20px;
	margin:15px 0 0 40px;
	padding:0;
	font-size:18px;
	font-weight:bold;
}
div#accueil_recrutement h3 {
	line-height:16px;
	margin:0 0 25px 40px;
	padding:0;
	color:#03a1c8;
	font-size:14px;
}
div#accueil_recrutement div {
	width:190px;
	height:45px;
	padding:2px 10px;
	background: url('../images/bg_titre_accueilRecrutement.jpg') no-repeat right bottom;
}
div#accueil_recrutement div p {
	line-height:18px;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	text-align:right;
}
div#accueil_recrutement div a {
	margin:0;
	padding:0 0 0 15px;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	background: url('../images/puce_bleu.gif') no-repeat left 3px;
}




/* Contenu de droite (Zomm sur) */
div#accueil_realisation {
	float:left;
	width:550px;
	padding-top:25px;
	background: url('../images/bg_titre_zoomSur.jpg') no-repeat top left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}