@charset "UTF-8";
/* CSS Document*/
#conteneurHeader, #conteneurColonneGaucheMenu, #contenu h1.entreprises, #footer, #btn-imprimer {
	display:none;
}
* {
	margin:0; 
	padding:0;
}
.clear {
	clear:both;
	font-size:0 !important;
	line-height:0 !important;
	height:0 !important;
}
html {
	overflow:auto;
}
body {
	color:#000000; 
	font:normal 14px Arial, Helvetica, sans-serif; 
	background:#fff;
}
li {
	list-style:none;
}
#mess p.enter{
	margin-top:50px;
	text-align:center;
}
#mess p.enter a{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin-right:100px;
	
}
a img {
	border:none;
}
a{
	color:#E22542;;
}
h1 span {
	display:block; 
	overflow:hidden; 
	position:relative; 
	left:-9999px; 
	top:-9999px; 
	text-indent:-5000px;
}

#conteneurPrincipal {
	width:996px; 
	margin:0 auto;
}


/* PAGE */
#conteneurPage {
	background:none;
	width:996px; 
	/*height:447px*/
}
#conteneurColonneContenuHome {
	float:left;
	/*width:560px; 
	margin:20px 0 0 90px;*/
	/*padding-right:10px*/
	width:95%; 
	padding:0;
}
/* PAGE HOME */
#contenu {
	width:100%;
	/*height:390px;*/
}
#contenu h1 {
	margin-bottom:10px;
}
#contenu h3, #contenuMembre h3 {
	color:#e22542;
	font-size:14px;
	margin-bottom:10px;
	text-transform:uppercase;
}
#contenu p {
	margin-bottom:10px;
}
.clear {
	clear:both;
	font-size:0 !important;
	line-height:0 !important;
	height:0 !important;
	margin:0 !important;
}
.clear span {
	display:none;
}
#form-annuaire-recherche {
	background:#a30f35;
	margin:20px 0 1px 0;
	padding:10px;
	color:#fff;
}
#affiner-recherche {
	background:#a30f35;
	margin:0 0 20px 0;
	padding:10px;
	color:#fff;
}
div.recherche-entreprise {
	border:1px solid #e22542;
	padding:10px;
	margin:0 0 20px 0;
}
div.recherche-entreprise h5 {
	text-transform:uppercase;
	font-size:14px;
	float:left;
}
div.recherche-entreprise div.information {
	float:right;
	background:#e22542;
	width:120px;
	font-size:13px;
	text-align:center;
}
div.recherche-entreprise div.information a {
	color:#fff;
	text-decoration:none;
}
div.recherche-entreprise p.marques {
	margin:10px 0 10px 0;
	color:#e22542;
}
div.recherche-entreprise div.adresse {
	float:left;
	width:50%;
}
div.recherche-entreprise ul.coordonnees {
	float:left;
	width:50%;
}
div.recherche-entreprise ul.coordonnees a {
	color:#000;
}
#pagination-entreprise {
	color:#fff;
	text-align:center;
	background:#e22542;
	padding:2px 0 2px 0;
}
#pagination-entreprise a {
	color:#fff;
}
#fiche {
	border:1px solid #edcfd7;
	padding:10px;
	font-size:18px;
}
#fiche h4 {
	font-size:23px;
	text-transform:uppercase;
}
#fiche h5 {
	font-size:20px;
	color:#e22542;
	border-bottom:1px solid #e22542;
	text-transform:uppercase;
	margin:15px 0 10px 0;
	padding-bottom:5px;
}
#btn-imprimer {
	background:#edcfd7;
	width:100px;
	text-align:center;
	font-size:13px;
	float:right;
}
#btn-imprimer a {
	color:#fff;
	text-decoration:none;
}

/*partie pour impression*/
#fiche div.adresse {
	float:left;
	width:50%;
}
#fiche ul.coordonnees {
	float:left;
	width:50%;
}
#fiche ul.coordonnees a {
	color:#000;
}
#fiche .activite {
	margin:10px 0 0 0;
}
#contacts p {
	margin:0;
}
#contacts li {
	margin:0 0 5px 0;
}
#contacts .nom {
	float:left;
	width:330px;
}
#contacts .tel {
	float:left;
	width:230px;
	margin-left: 10px;
}
#contacts .email {
	float:left;
}
#contacts .email a {
	color:#000;
}
#fiche .filiales {
	background:#f6e7ea;
	position:relative;
	padding:10px 0 0 10px;
	margin:0 0 10px 0;
	zoom:1;
}
#fiche .filiales .adresse{
	width:220px;
	float:left;
}
#fiche .filiales .information {
	width:200px;
	float:left;
}
#fiche .filiales .plus-info {
	background:#e22542;
	color:#fff;
	border:2px solid #fff;
	font-size:13px;
	text-align:center;
	width:120px;
	float:right;
	margin:-15px 0 0 0;
}
#fiche .filiales .plus-info a {
	color:#fff;
	text-decoration:none;
}

#form-recherche-formation {
	background:#a30f35;
	margin:20px 0 20px 0;
	padding:10px;
	color:#fff;
}
#form-recherche-formation div {
	margin:0 0 10px 0;
}
#form-recherche-formation label {
	display:block;
	float:left;
	width:200px;
	text-align:right;
	padding-right:10px;
	font-size:13px;
	font-weight:bold;
}
#form-recherche-formation select {
	/*float:left;*/
	width:200px;
	color:#a30f35;
}
#form-recherche-formation select.floating {
	float:left;
}
#form-recherche-formation input {
	width:198px;
	color:#a30f35;
}
#form-recherche-formation .submit-recherche-index {
	float:left;
	width:150px;
	text-align:right;
	margin:0;
}
#form-recherche-formation .submit-recherche-index input {
	width:35px;
	background:#f6e7eb;
	border:0;
	cursor:pointer;
	color:#a30f35;
}


#formation-detail li {
	border:1px solid #e22542;
	font-size:11px;
	margin:10px 0 0 0;
	padding:5px 0 5px 0;
}
#formation-detail li.entete {
	border:0;
	background:#e22542;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 10px 0;
}
#formation-detail .diplome {
	float:left;
	width:110px;
	padding:0 0 0 20px;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
}
#formation-detail li.entete .diplome {
	padding-top:0;
}
#formation-detail .formation {
	float:left;
	width:250px;
	padding-top:5px;
}
#formation-detail li.entete .formation{
	padding-top:0;
}
#formation-detail .etablissement {
	float:left;
	width:140px;
	padding-top:5px;
}
#formation-detail li.entete .etablissement{
	padding-top:0;
}
#formation-detail .detail {
	float:left;
	width:50px;
}
#formation-detail li.information-detail {
	background:#c86f86;
	margin:0;
	border:0;
	color:#fff;
}
#formation-detail li.information-detail strong {
	font-size:13px;
}
#formation-detail li.information-detail a {
	color:#fff;
}
#formation-detail li.information-detail .etablissement {
	width:190px;
}
#pagination-entreprise.formation {
	margin:10px 0 0 0;
}
#formation-detail .detail .bouton-plus {
	display:block;
	background:url(/media/images/commun/picto-plus-information.png) no-repeat;
	width:20px;
	height:20px;
}
#formation-detail .detail .bouton-moins {
	background:url(/media/images/commun/picto-moins-information.png) no-repeat;
}
/*
#formation-detail li.information-detail {
	display:block;
}*/
