/********************************************************************************
 * GENERIQUE
 */
body{
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
/* --- MENU --- */
div.select{
	width: 100%;
	text-align: center;
}
div.select select{
	border: 1px solid #A8A8A8;
}
.menu3{
	width: 163px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 9px;
	color: #353535;
	text-decoration: none;
}
/* --- */
#recherche{
	width: 132px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.pied{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #615698;
}
.texte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}
.texte_mini{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #626262;
}
a{
	color: #D62C46;
}
a:hover{
	color: #466DB2;
}


/********************************************************************************
 * PAGE INTERIEURE
 */
.titre_art{
	font-weight: bold;
	font-size: 12px;
	color: #2757A2;
	text-transform: uppercase;
}
.note{
	font-style: italic;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
div.accroche_art{
	padding-top: 12px;
}
/* --- IMAGE DE L'ACCROCHE DE L'ARTICLE --- */
div.img_art, div.img_big_art{
	float: left;
	margin: 3px 5px 5px 0;
}
div.img_art img {
	border: 1px solid #696969;
	margin-bottom: 2px;
}
div.img_big_art img {
	border: 0;
	margin-bottom: 2px;
}
div.img_art a{
	display: block;
	text-align: center;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	text-decoration: none;
}
div.img_art a:hover{
	text-decoration: underline;
	color: #466DB2;
}
/************************************/
div.intro_art{
	padding-top: 12px;
	clear: both;
}
/* --- LISTE DES LIENS et/ou ACCROCHES DES ARTICLES ENFANTS*/
div.enfants_art{
	margin-left: 15px;
	padding-top: 5px;
	clear: both;
}
div.enfants_art div.img_art{
	padding-left: 25px;
}
div.enfant_art{
	clear: both;
}
div.enfant_art a.titre{
	display: block;
	background: url(../img/commun/fleche2.gif) no-repeat 2px 5px;
	margin: 10px 0 3px 0;
	padding-left: 15px;
}
div.enfant_art a.titre:hover{
	background: url(../img/commun/fleche.gif) no-repeat 2px 5px;
}
div.enfant_art a.verrou{
	display: block;
	background: url(../img/commun/verrou2.gif) no-repeat 0px 0px;
	margin: 10px 0 3px 0;
	padding-left: 15px;
}
div.enfant_art a.verrou:hover{
	background: url(../img/commun/verrou.gif) no-repeat 0px 0px;
}
div.enfant_art div.accroche{
	padding-left: 25px;
}
/************************************/
hr.article{
	padding: 0;
	margin-top: 10px;
	border: 0;
	border-top: 1px dashed #90ACDB;
	height: 0;
	display: block;
	clear: both;
}
.titre_chap{
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #6A8DC8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}
div.accroche_chap{
	padding-top: 12px;
	clear: both;
}
div.pgphe{
	margin-top: 12px;
	background: url(../img/commun/carre_pgphe.gif) no-repeat 0 5px;
	padding-left: 10px;
}
/* --- IMAGE DU PARAGRAPHE --- */
div.img_pgphe, div.img_big_pgphe{
	float: right;
	margin: 15px  0 5px 5px;
}
div.img_pgphe img {
	border: 1px solid #696969;
	margin-bottom: 2px;
}
div.img_big_pgphe img {
	border: 0;
	margin-bottom: 2px;
}
div.img_pgphe a{
	display: block;
	text-align: center;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	text-decoration: none;
}
div.img_pgphe a:hover{
	text-decoration: underline;
	color: #466DB2;
}
/************************************/
/* --- LIENS et/ou DOCUMENTS ---*/
div.pgphe_doc, div.pgphe_lien{
	padding-top: 12px;
	margin-left: 30px;
	clear: both;
}
div.pgphe_doc a{
	background: url(../img/commun/doc2.gif) no-repeat 0px 3px;
	padding-left: 15px;
}
div.pgphe_doc a:hover{
	background: url(../img/commun/doc.gif) no-repeat 0px 3px;
}
div.pgphe_doc a.verrou{
	background: url(../img/commun/verrou2.gif) no-repeat 0px 0px;
	padding-left: 15px;
}
div.pgphe_doc a.verrou:hover{
	background: url(../img/commun/verrou.gif) no-repeat 0px 0px;
}
div.pgphe_doc span{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
/* --- */
div.pgphe_lien a{
	display: block;
	background: url(../img/commun/fleche2.gif) no-repeat 2px 5px;
	padding-left: 15px;
}
div.pgphe_lien a:hover{
	background: url(../img/commun/fleche.gif) no-repeat 2px 5px;
}
/************************************/
hr.chapitre{
	padding: 0;
	margin-top: 20px;
	border: 0;
	border-top: 1px dashed #FFF;
	height: 0;
	display: block;
	clear: both;
}

/************************************
* IDENTIFICATION */
#num_adherent2, #password2{
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.loggue{
	background: #AEADAF;
	border-top: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0 5px 0;
	/*height: 40px;*/
}
.deloggue{
	background: #AEADAF;	
	padding: 5px 10px 5px 0;
}
.deloggue a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.deloggue a:hover{
	color: #FFFFFF;
}
/********************************************************************************
 * HOMEPAGE
 */

.texte2, .push1, .push2, .push3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.push1:hover{
	color: #466DB2;
}
.push2:hover{
	color: #76AB54;
}
.push3:hover{
	color: #D58E33;
}
.push_actu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #385FA3;
}
.maj{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#num_adherent, #password{
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.oubli{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3260AF;
}

/********************************************************************************
 * CEE REGIONAUX (carte de France)
 */

#annu .img_art{
	float:right;
	margin: 3px 5px 5px 0;
}
#annu .img_art img {
	border: 1px solid #696969;
	margin-bottom: 2px;
	margin-left: 5px;
}
#annu .img_art a{
	display: block;
	text-align: center;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	text-decoration: none;
}
#annu .img_art a:hover{
	text-decoration: underline;
	color: #466DB2;
}

#annu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}

#annu .comite {
	font-size:13px;
	font-weight:bold;
	color:#2757a2;
	margin-bottom:40px;
	margin-top:45px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:4px;
}

#annu ul {
 margin: 15px;
 padding: 0;
  list-style: none;
 list-style-image: none;
 font-size:12px;
 }

#annu ul li a {
	text-decoration:none;
	/*font-weight:bold;*/
	color:#2757a2;
	 background: url(../img/commun/fleche.gif) 0px 4px no-repeat;
 	padding-left: 15px;
}
#annu ul li a:hover {
	text-decoration:underline;
	color:#bc1c36;
	background:url(../img/commun/fleche2.gif) 0px 4px no-repeat;
}

#annu .titre0 {
	font-size:12px;
	font-weight:bold;
	color:#2757a2;
	text-transform:uppercase;
	padding-bottom: 10px;
}

#annu .titre2 {
	font-weight:bold;
	color:#2757a2;
	font-size:13px;
	margin-top:25px;
	margin-bottom:10px;
	border-bottom:1px dotted #9d9cc6;
	width:350px;
	text-transform:uppercase;
}

#annu .listecce {
	text-align:left;
	font-weight:normal;
	/*font-style:italic;*/
	font-size:9px;
	margin-top:10px;
	margin-bottom:15px;
}

#annu .listecce a{
	background: url(../img/commun/fleche.gif) 0px 4px no-repeat;
 	padding-left: 15px;
	color:#466DB2;
}

#annu .listecce a:hover {
	text-decoration:underline;
	color:#bc1c36;
	background:url(../img/commun/fleche2.gif) 0px 4px no-repeat;
	padding-left: 15px;
}

#annu .texte{
 font-size:10px;
 font-weight:normal;
 text-align:left;
}

#annu .date {
	font-size:9px;
	font-weight:bold;
	margin-top:16px;
	color:#6a8dc8;
}

#annu .titre3{
	font-size:12px;
	font-weight:bold;
}

#annu #blocInfo {
	width: 100%;
	border:1px solid #cac3ef;
	background:#f6f6fd;
	padding:6px;
}
#annu .blocInfoTexte {
	font-size:10px;
	font-weight:normal;
	color:#626262;
}
#annu .blocInfoTexte .pad{
	padding-top:3px;
	padding-bottom:3px;
}
#annu #site{
	color: #466DB2;
	margin-top:10px;
	padding-bottom:3px;
	background: url(../img/commun/fleche.gif) no-repeat 0 5px;
	padding-left: 8px;	
}

#annu .blocInfoTexte a{
	text-decoration:none;
	color:#565555;
}

#annu .blocInfoTexte a:hover{
	text-decoration:underline;
	color:#464545;
}
#annu .blocInfoTexte a.lien{
	color:#565555;
	text-decoration:underline;
}
#annu .posArticle{
	margin-bottom:22px;
}


/********************************************************************************
 * ANNUAIRE
 */
 
 #formulaire table, td th, tr  {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	border:0;
  }
  
  #formulaire .hr {
  border-top:1px solid #ddd;
  margin-bottom:25px;
  margin-top:5px;
 }
  
#formulaire .titre {
	font-size:13px;
	color:#2757a2;
	font-weight:bold;
	margin-top:25px;
}

#formulaire .form {
	width:400px;
	border:1px solid #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
#formulaire .form2{
	width:170px;
	border:1px solid #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
#formulaire .form3{
	width:300px;
	border:1px solid #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}

#formulaire  .cel {
	font-size:11px;
	font-weight:bold;
}

#formulaire .anu{
	font-size:13px;
	color:#2757a2;
	font-weight:bold;
	font-style:normal;
}

#formulaire tclass {
	font-size: 10px;
	color: #626262;
}

#formulaire .recherche a{
	background: url(../img/commun/fleche.gif) 0px 4px no-repeat;
 	padding-left: 15px;
	color:#466DB2;
}

#formulaire .recherche a:hover {
	text-decoration:underline;
	color:#bc1c36;
	background:url(../img/commun/fleche2.gif) 0px 4px no-repeat;
	padding-left: 15px;
}

#formulaire .membre {
	margin-top:25px;
	margin-bottom:10px;
}

#formulaire .rechercher {
	text-align:center;
	margin-top:15px;
}

#formulaire .celTableau {
		/*font-family:Arial, Helvetica, sans-serif;*/
		font-size:9px;
}

/********************************************************************************
 * MOTEUR DE RECHERCHE (page de résultats)
 */

#recherche{
	width: 100%;
} 
 
#recherche #titre{
	font-weight: bold;
	font-size: 12px;
	color: #2757A2;
	text-transform: uppercase;
}
#recherche .result{
	padding-top: 15px;
	list-style-type:none;
}
#recherche .result a{
	font-size: 11px;
	font-weight: bold;
	color: #6A8DC8;
}
#recherche .result a:hover{
	color: #D62C46;
}
#recherche .result a.verrou{
	background: url(../img/commun/verrou.gif) no-repeat 0px 0px;
	padding-left: 15px;
}
#recherche .result a.verrou:hover{
	background: url(../img/commun/verrou2.gif) no-repeat 0px 0px;
	padding-left: 15px;
}
#recherche .result span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}
#recherche .result p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	padding: 5px 0 0 10px;
	margin: 0;
}
#recherche .result p a{
	background: url(../img/commun/doc2.gif) no-repeat 0px 3px;
	padding-left: 15px;
	font-weight: normal;
	color: #D62C46;
}
#recherche .result p a:hover{
	background: url(../img/commun/doc.gif) no-repeat 0px 3px;
	color: #6A8DC8;
}
#recherche .result p a.verrou{
	background: url(../img/commun/verrou2.gif) no-repeat 0px 0px;
	padding-left: 15px;
	font-weight: normal;
}
#recherche .result p a.verrou:hover{
	background: url(../img/commun/verrou.gif) no-repeat 0px 0px;
}

/* Ajout pour la refonte */
legend{
	font-weight:bold;
	color:#2757A2;
	padding:0 10px;
}
.hidden{
	position:absolute;
	left:-999em;
}
.titre_numero{
	font-weight: bold;
	font-size: 11px;
	padding:3px;
	color: #2757A2;
	text-transform: uppercase;
}

/* formulaires */
.formulaires .alert{color:#D62C46;}
.formulaires p{overflow:hidden; height:1%; margin:0 0 0.3em; padding:0;}
.formulaires label{width:150px; display:block; float:left; font-weight:bold;}
.formulaires textarea{width:300px;}
.formulaires .captcha{float:left; margin:0 8px;}
.formulaires .boutons{text-align:center; margin-top:3em}