/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body { /* style général de la page */
	margin:0;
	padding:0;
	background-image:url(../images/fondBody.jpg);
	background-repeat: repeat-y;
	z-index:1;
}

h1, h2, h3, h4 {
	color: #004A95;
	font-weight:normal;
	}

img {border:0px;}


.spacer {
	clear:both;
	visibility:hidden;
	height: 1px;
}

#conteneur { /* définition du conteneur de tous les éléments de la page */
	position:relative;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background-repeat: repeat-y;
	width:850px;
	height:auto;
	margin:0 auto;
	margin-bottom:10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/***** Partie du haut *****/
#haut { 
	background: url(../images/fondHaut.gif) no-repeat 0 0;
	width:850px;
	height:179px;
	position: relative;
}

#membre {
	position:absolute;
	left:300px;
	top:161px;
	width:400px;
	height:20px;
	font-size:11px;
}

#recherche {
	border: 0;
	position:absolute;
	right:25px;
	top:161px;
	padding-left:25px;
	background-image:url(../images/pictoRecherche.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:11px;
	width:80px;
	height:14px;
}

#recherche a, #recherche a:visited, #recherche a:link ,
#membre a, #membre a:link, #membre a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#recherche a:hover, #recherche a:active,
#membre a:hover, #membre a:active {
	text-decoration:underline;
}

/***** Centre du site *****/
#milieu {
	background-image:url(../images/fondCentre.gif);
	background-repeat:repeat-y;
	background-color:#fff;
	margin-left:15px;
	width:837px;
}

#rondForme {
	background-image:url(../images/rondForme.gif);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: bottom right;
	width:830px;
	z-index:0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/***** Définition de la partie gauche *****/
#gauche {
	/*position:absolute;
	left:17px;*/
	float : left;
	padding-top:60px;
	width:187px;
	z-index:10000;
}


/***** Menu vertical gauche *****/
#gauche_menu { 
	width: 187px;
	display:block;
}

dl, dt, dd {
	cursor:pointer;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gauche_menu dl {
	margin-bottom:20px;	
}

#gauche_menu dt {
	background : url(../images/puceMenu.gif) no-repeat;
	padding-left: 20px;
	color: #004A95;
	font-size:11px;
	font-weight:bold;
	margin-left: 5px;
}

#gauche_menu dt a {color: #004A95;}

#gauche_menu ul {
	margin-left:0px;
	padding-left:30px;
	text-indent: -5px;
}

#gauche_menu li {
	padding-bottom:2px;
	font-size:10px;
	list-style-image:url(../images/puceBleue.gif);
	font-weight:bold;
}

#gauche_menu li a:link, #gauche_menu li a:visited, #gauche_menu li a {
	text-decoration: none;
	list-style-image:url(../images/puceBleue.gif);
	color: #004a95;
}

#gauche_menu li a:hover, #gauche_menu li a:active, #gauche_menu li:hover  {
	text-decoration:underline;
	list-style-image:url(../images/puceOrange.gif);
	color: #004a95;
}
/***** Fin du menu *****/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/***** Définition de la partie du milieu *****/
#centre {
	margin-left:200px;
	/argin-right:197px;
	padding-top:50px;
	width:420px;
	/*z-index:20000;*/
	min-height:520px;
	/*float : left;*/
}


#centre-large {
	padding-top:50px;
	margin-left:200px;
	min-height:520px;
}
/***** Titres de la partie centrale *****/
#titreAccueil { 
	background-image:url(../images/puceTitre.jpg);
	background-repeat:no-repeat;
	/*line-height:43px;*/
	min-height:43px;
	/*width:440px;*/
	padding-left: 50px;
	padding-top: 10px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #004A95;
	font-size:18px;
}

#titreAdhesion { 
	background-image:url(../images/titreAdhesion.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:440px;
}

#titreValorisation { 
	background-image:url(../images/titreValorisation.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:440px;
	z-index:20000;
}

#titreAnnuaireMembres { 
	background-image:url(../images/titreAnnuaireMembres.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:440px;
	z-index:20000;
}

.fiche-annuaire {
	width:28%;
	float:left;
	padding:5px;
	margin: 5px;
	height:auto;
	min-height:150px;
	/*border: 1px solid;*/
}
	.fiche-annuaire.fiche_clear{ clear:left;}

#reglette a {
	font-size: 14px;
	font-weight:bold;
	color : #004A95;
}

#reglette a:hover {
	color : #EA951D;
}

#reglette .actif  {
	color : #EA951D;
}

/***** Fin titre *****/


/***** Texte de la partie centre *****/
.texte {
	padding-top:20px;
	padding-left:10px;
}

.texte ul {
	margin-left: 15px;
}

.texte ol {
	margin-left: 20px;
}

.bleuMaj { /* style du texte en bleu foncé majuscule */
	color:#004a95;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

.bleuNormal { /* style du texte en bleu  foncé normal*/
	color:#004a95;
	font-weight:bold;
}

.bleuNormal a, .bleuNormal a:link, .bleuNormal a:visited {
	color:#004a95;
	font-weight:bold;
	text-decoration:none;
}

.bleuNormal a:hover, .bleuNormal a:active {
	color:#004a95;
	font-weight:bold;
	text-decoration:underline;
}

.bleuMembre { /* style du texte en bleu clair grand */
	color:#66b2df;
	font-weight:bold;
	font-size:11px;
}

.bleusMembre { /* style du texte en bleu clair petit */
	color:#66b2df;
	font-weight:bold;
}

.chapeau { /* style texte sous le titre adhesion */
	font-weight:bold;
	font-size:16px;
	color:#004a95;
}


/***** Styles des liens de la partie centrale *****/
a, a:link a:visited {
	color:#ea951d;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}
/***** fin style des liens *****/


/***** Style trombinoscope *****/
.contactMembre {
	margin-top:10px;
	font-size:10px;
	color:#000000;
}
/***** fin style trombinoscope *****/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/***** Partie droite *****/
#droite {
	/*position:absolute;*/
	float:right;
	right:4px;
	width:187px;
	padding-top:50px;
	z-index:10000;
	font-size:10px;
}

/***** Définition de l'agenda *****/
#titreAgenda { 
	background-image:url(../images/puceTitre.jpg);
	background-repeat:no-repeat;
	line-height:43px;
	padding-left: 50px;
	text-transform : uppercase;
	width:164px;
	font-size:18px;
	color: #004A95;
}

.typeAgenda {
	color:#004a95;
	text-transform: uppercase;
	font-weight:bold;
}

.texteAgenda {
	color:#000000;
}

.texteAgenda a, .texteAgenda a:link, .texteAgenda a:visited {
	color:#000000;
	text-decoration:underline;
}

.texteAgenda a:hover, .texteAgenda a:active {
	text-decoration:none;
}

/* lien plus d'informations sur la page d'accueil */
#plusInformation {
	text-align:right;
	color:#ea951d;
	text-transform: uppercase;
	font-weight:bold;
	padding-right:5px;
}

#plusInformation a, #plusInformation a:link, #plusInformation a:visited {
	color:#ea951d;
	text-decoration:none;
}

#plusInformation a:hover, #plusInformation a:active {
	text-decoration:underline;
}
/* fin lien plus d'informations sur la page d'accueil */

/* Sert uniquement au sein des differentes pages */
#agendaPage {
	margin-top:-25px;
	margin-left:10px;
}
/* fin */
/***** Fin définition agenda *****/


/***** Partie Document à télécharger ******/
#dlDocuments, .Formulaires {
	margin-top:55px;
	margin-left:10px;
}

#titreDlDocuments { 
	background-image:url(../images/titreDemandeAdhesion.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:164px;
}

.typeDlDocuments, .titreFormulaires {
	color:#004a95;
	text-transform: uppercase;
	font-weight:bold;
}

.texteDlDocuments, .texteFormulaires {
	color:#000000;
	text-transform:none;
}

.texteDlDocuments a, .texteDlDocuments a:link, .texteDlDocuments a:visited {
	color:#000000;
	text-decoration:underline;
}

.texteDlDocuments a:hover, .texteDlDocuments a:active {
	text-decoration:none;
}
/***** Fin Partie Document à télécharger *****/


/***** Partie Lien Sous Rubrique *****/
#lienSousRubrique {
	margin-top:50px;
	margin-left:10px;
}

.typelienSousRubrique {
	color:#ea951d;
	text-transform: uppercase;
	font-weight:bold;
}

.typelienSousRubrique a, .typelienSousRubrique a:link, .typelienSousRubrique a:visited {
	color:#ea951d;
	text-decoration:none;
}

.typelienSousRubrique a:hover, .typelienSousRubrique a:active {
	text-decoration:underline;
}
/***** fin Partie Lien Sous Rubrique *****/

/***** Partie Lien Autre Page *****/
#lienAutrePage {
	margin-top:50px;
	margin-left:10px;
}
#lienAutrePage a{ font-size:12px; }

.typelienAutrePage {
	font-size:14px;
	/* color:#ea951d; */
	color:#004A95;
	text-transform: uppercase;
	font-weight:bold;
}

.typelienAutrePage a, .typelienAutrePage a:link, .typelienAutrePage a:visited {
	color:#ea951d;
	text-decoration:none;
}

.typelienAutrePage a:hover, .typelienAutrePage a:active {
	text-decoration:underline;
}
/***** fin Partie Lien Autre Page *****/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/***** Plan du site *****/

#plan a {
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;
}

#plan H2 {
	margin-top: 30px;
	margin-bottom: 20px;
}

#plan ul {
	margin-left: 25px;
}

#plan ul ul {
	margin-left: 50px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/***** Partie du bas *****/
#footer { /* bloc du menu bas */
	height:27px;
	margin-left:15px;
	padding-top:4px;
	padding-left:10px;
	background-image:url(../images/fondBas.gif);
	background-repeat:no-repeat;
	clear:both;
}

#footerLien {
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	width:450px;
}

#footerLien a, #footerLien a:link, #footerLien a:visited { /*  Liens du menu du bas */
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#footerLien a:hover, #footerLien a:active { /* Liens du menu du bas */
	text-decoration:underline;
}

#misAjour,#iocean {
	float:right;
	color:#FFFFFF;
	text-align:right;
	font-weight:normal;
	/*width:200px;*/
	padding-right:15px;
	font-size:11px;
	margin-bottom:1px;
}
#iocean a,#iocean a:visited{
	color:#FFF;
}


/* Styles provenant du Wysiwyg */

	.gras_orange{
	color:#EA951D;
	font-weight: bold;	
	
	}
	
	.gras_bleu{
	color:#004A95;
	font-weight: bold;	
	
	}

	
/* Styles additionnels révision d octobre 2008 */
div#centre a.cmd_admin{
	color:#FF0000;
	font-weight:bold;
}

span.info_msg{
	font-weight:bold;
	color:#FF0000;
}


div.xxl{	/* pour élargir l'espace de travail sur les parties admin en faisant sauter l'agenda */
	width:600px !important;
}

div.xxl table th{
	border-bottom:1px solid #000;
}

.rt{	/* pour rajouter un trait qui sépare certaines colonnes des autres (peut être étendu à tout le tableau) */
	border-right:1px solid #000000;
}

tr.altern{
	background-color:#CFEBFF;
}


#titreDate{	/* affichage stylisé dates dans l partie forum */
	padding-left:50px;
	color:#004A95;
	font-size:1.2em;
	font-weight:bold;
}

.details_mask{
	display:none;
	background-color:#EFEFEF;
}

div.details_mask p, div#fiche p{
	margin-top:1em;
}

div.xxl a,div.xxl a:visited{
	color:darkblue;
}

#listing a,#listing a:visited{
	color:darkblue;
}


/* ******* CUSTOM --> les classes ajoutées rubrique par rubrique (url propre de la rubrique = nom de la classe) ********** */
.-Administration- img{
	margin-right:12px;
}
div.etab{
	float:none !important;
	height:60px !important;
}