/*	
	Feuille de style FOREM Global
	Cette feuille de style contient les styles qui sont réutilisés sur plusieurs pages
*/
/* ------------------------------ Balises HTML STANDARDS ------------------------------ */
body, html{
	height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-image:url(../images/fonds/site_ar.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	color:#474747;
	text-align:center;
}
.taille1{
	font-size:0.63em;
}
.taille2{
	font-size:0.9em;
}
.taille3{
	font-size:1.2em;
}
p, h1, h2, h3, h4, h5, ul, li, form, td, th{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
	line-height:normal;
}
input, select, textarea{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* Bug opera : le fond des champs "select" est transparent */
	background-color:#FFFFFF;
	height:1.2em;
	margin:1px;
	padding-left:2px;
	font-size:1em;
}
img{
	border:0;
}
a{
	color:#474747;
}
a:hover{
	text-decoration:none;
}
a:visited{
	color:#474747;
}
/* ------------------------------ Styles inline STANDARDS ------------------------------ */
.alignementGauche{
	float:left;
}
.alignementDroite{
	float:right;
}
.block{
	display:block;
	clear:both;
}
.blockFin{
	display:block;
	clear:both;
	height:3px;
}
.radioLabel{
	margin:0;
	padding:2px 6px 0 4px;
	float:left;
}
.champLabel{
	display:block;
	width:7em;
	float:left;
	padding-top:2px;
}
/* ------------------------------ STYLES BLOCKS STANDARDS ------------------------------ */
/* bloc principal : 82em centré */
.blocPrincipal{
	width:82em;
	text-align:left;
	margin:0 auto;
	padding-bottom:5em;
	font-size:1.2em;
}
#contenu{
	width:77.7em;
	background-image:url(../images/fonds/bloc_contenu_ar.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:4px solid #FFFFFF;
	position:relative;
	margin-left:0.3em;
	top:4.9em;
}
#logo img{
	position:absolute;
	top:-41px;
}
/* "Bienvenue sur le site " */
#intro{
	position:absolute;
	width:32em;
	left:240px;
	top:20px;
}
#intro h1{
	font-size: 1.4em;
	line-height: 0.9em;
	color: #8c503d;
}
/* Bloc Recherche */
#recherche{
	border: 1px solid #aecfd9;
	background-image:url(../images/fonds/fondDegradeBlocRecherche.png);
	background-repeat:repeat-x;
	background-color: #f6f3f5;
	position: absolute;
	top: 0.5em;
	left: 53.9em;
	width: 22em;
	color: #474747;
}
#recherche form{
	margin:0;
	padding:4px;
	border:1px solid #c9dde2;
	font-weight: bold;
}
#recherche #champRecherche{
	width:12em;
	border:1px solid #a5a3a4;
	margin-right:1px;
	vertical-align:middle;
	height:1.5em;
}
#recherche #boutonRecherche.texteBouton{
	font-size:1em;
	cursor:pointer;
	font-weight:bold;
	margin:0px;
	padding : 0px 10px 0px 0px;
	color:#474747;
}
#recherche #boutonRecherche{
	width: auto;
	height:1.8em;
	background-image:url(../images/boutons/fondBoutonChercher.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin:0px;
	border:1px solid #ffffff;
	vertical-align:middle;
}
#recherche input.radio{
	margin-top:4px;
	float:left;
	padding:0;
	background:none;
}
#avancee {
	display:block;
	float:right;
	padding-top:2px;
}

/* Bloc Zoom */
#blocZoom{
	width:38px;
	height:91px;
	background-image:url(../images/fonds/zoom_ar.png);
	background-repeat:no-repeat;
	position:absolute;
	top:10em;
	left:78em;
	padding-top:20px;
}
/* Bloc Centre */
#blocCentre{
	position: relative;
	top: 2px;
	background-color:#FFFFFF;
	padding:0.3em;
	width:74.1em;
	margin-left:16px;
	margin-bottom:15px;
}
#blocCentre #degrade{
	background-image:url(../images/fonds/bloc_centre_ar.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
}
/* Bloc des formations */
#GrandboutonFormation{
	position:absolute;
	left:53.9em;
	margin-bottom:4px;
	padding:2px;
	width:21.7em;
	border:1px solid #e8c28b;
	background-color:#FFFFFF;
	top:7.2em;
}
#GrandboutonFormation .texte{
	background-image:url(../images/fonds/bloc_bleu_ar.png);
	background-repeat:repeat-x;
	background-color:#5291d2;
	padding:0.4em;
	margin:0.1em;
}
#GrandboutonFormation .texte a.souligne{
	margin-bottom:2px;
	margin-top:2px;
	padding-bottom:2px;
}
#GrandboutonFormation .texte a{
	display: block;
	background-image: url(../images/puces/puce_flecheFondBleuClair.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 25px;
	padding-left:25px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	line-height: 0.7em;

}
/* ------------------------------ BAS STANDARD ------------------------------ */
/* Bloc du bas */
#blocBas{
	height:45px;
	display:block;
	overflow:visible;
	color:#848484;
	margin-top: 5px;
	margin-left: 0px;
}
.legal{
	padding:3px 0 0 10px;
	text-align:right;
	color:#82b4c2;
}
.trait{
	border-bottom:1px solid #bbd7df;
	margin:0.7em 0;
}
.legal a:link,.legal a:hover,.legal a:visited{
	color:#848484;
}

/* liens - Menu gauche*/
#menuGauche{background-color:#b80718;padding:0px 0px 20px 0px;}
#menuGauche ul{
	list-style:none;
	background-color:#FFFFFF;	
}
#menuGauche li, #blocCentre #mieDePain{
	list-style:none;
	background-color:#b80718;
}
/* nb : IE 5.x Hack les puces "background-image" sont masquée pour IE 5*/
#menuGauche span{
	display:block;
	border-bottom:1px solid #ffffff;
	border-bottom-style:solid;
	padding:5px 0;
	width:90%;
	cursor:pointer;
}
#menuGauche ul, #menuGauche li{
	list-style:none;
	background-repeat:no-repeat;
}
#menuGauche li{
	font-size:1.2em;
	background-position:10px 7px;
}
#menuGauche ul li{
	background-position:15px 10px;
	font-size:0.8em;
}

#menuGauche li a{
	padding:0 0 0 30px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	_display:inline-block;
}
#menuGauche li a, #menuGauche li a:visited{
  display:block;
  background-image/**/:/**/url(../images/puces/puce_flecheBlancheFondRouge.png);
  background-color:#b80718;
  background-repeat: no-repeat;
  background-position: 5% 50%;
}
#menuGauche li a:hover{
  display:block;
  background-image/**/:/**/url(../images/puces/puce_flecheBlancheFondRose.png);
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-color:#df6570;
}
#menuGauche li.actif a, #menuGauche li.actif a:visited{
  display:block;
  background-image/**/:/**/url(../images/puces/puce_flecheBlancheFondRose.png);
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-color:#df6570;
}

/* Style des pages*/
#blocTitre h2, #colonneMilieu h2{color:#474747;border-bottom:1px solid #71b9c8;}


/* ----------- STYLES DES ONGLETS ---------- */
/* Plus d'espace pour les onglets */
#contenu{
	padding-top:7em;
}
/* MENU ONGLETS */
#onglets{
	position:relative;
	list-style:none;
	left:1.3em;
	top:0.1em;
	/* Hack IE */
	_top:0.1em;
	height:3.3em;
	width:100%;
}
#onglets li.actif{
	background-image:none;
}
#onglet1, #onglet2, #onglet3, #onglet4, #onglet5, #onglet6{
	background-image:url(../images/fonds/bouton_up_ar.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	border:1px solid #d1d9da;
	border-bottom:0;
	text-align:center;
	float:left;
	margin-right:0.25em;
	width:14.5em;
	width:auto;
}
#onglet1 a, #onglet2 a, #onglet3 a, #onglet4 a, #onglet5 a, #onglet6 a{
	display:block;
	background-image:url(../images/fonds/fondDegradeOngletInactif.png);
	background-repeat:repeat-x;
	background-color:#db8990;
	color:#FFFFFF;
	padding:0.3em 0.6em;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
	margin:0.25em;
}
#onglet1 a:hover, #onglet2 a:hover, #onglet3 a:hover, #onglet4 a:hover, #onglet5 a:hover, #onglet6 a:hover{
	display:block;
	background-image:url(../images/fonds/fondDegradeOngletActif.png);
	background-color:#a30715;
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:0.3em 0.6em;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
	margin:0.25em;
}

/* rollover */
#onglet1.actif a{
	background-image:url(../images/fonds/fondDegradeOngletActif.png);
	background-color:#8c503d;
}
#onglet2.actif a{
	background-image:url(../images/fonds/fondDegradeOngletActif.png);
	background-color:#8c503d;
}
#onglet3.actif a{
	background-image:url(../images/fonds/fondDegradeOngletActif.png);
	background-color:#8c503d;
}
#onglet4.actif a{
	background-image:url(../images/fonds/fondDegradeOngletActif.png);
	background-color:#8c503d;
}
#onglet5.actif a{
	background-image:url(../images/fonds/fondDegradeOngletActif.png);
	background-color:#8c503d;
}
#onglet6.actif a{
	background-image:url(../images/fonds/fondDegradeOngletActif.png);
	background-color:#8c503d;
}
/* Breadcrumb, mie de pain ou fil d'Ariane */ 
#blocCentre #mieDePain{
	zoom:1;	
	margin-top:3px;
	margin-bottom:4px;
	color:#FFFFFF;
	padding:2px 1.5em;
}
#blocCentre #mieDePain a:link,#blocCentre #mieDePain a:hover,#blocCentre #mieDePain a:visited{
	color:#FFFFFF;
}
.gras{
	font-weight:bold;
}
#colonneGauche, #colonneDroite{
	width:18em;
	float:left;
}
#colonneGauche{
  background-color:transparent;
}
#colonneMilieu{
	float:left;
	margin:0 0.5em;
	width:37em;
}
#colonneMilieu #visu{
	padding:3px;
	border:1px solid #bdcdd1;
	text-align:center;
}
#colonneMilieu .blocCommun{
	width:auto;
}
