/*** INFORMATIONS DE LICENCE ***
* Ce fichier est intégré au développement d'un site Web
* Cette feuille de style est dessinée par JNBi L'agence Web
* Tous droits réservés */

/* Table des matières

	- CSS généraux
	- CSS structure	
	- CSS de formulaires
	- Actualités / Brèves / Webline
	- Pages (et zones de bas de page)
	- Consultations
	- Agenda
	- CSS de menus
	- CSS du plan du site
	- CSS de signatures
	- CSS RSS	

*/

/* Informations CSS générales */
/* ----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.001%;
}
li {
	margin-left: 25px;
}
#page_interne li {
	margin-left: 50px;
}
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	font-weight: normal;
	
	text-align: left;
	background: url('visuels/background.jpg') top left repeat-x #c8e2ef;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;

}
td { 	/* Font idem que body */

}
p {
	padding-top:10px;}
blockquote {
	padding-left: 20px;
}
a {
	color:#004578;
        font-size: 12px;
        font-family: Arial;
	font-weight: normal;
	text-decoration : underline;
}
a:hover {
	color:#3da2d9;
	text-decoration : underline;
}

/* Informations CSS Structures */
/* ----------------------------------------------------------------------------------------------*/


#conteneur {
	width: 100%;
	font-size:1.2em;
}
#col_a {
    float:left;
    width:20%;
}
#col_b {
    float:left;
    width:80%;
    background: url('visuels/bg_contenu.jpg') bottom repeat-x #fff;
}
#banniere {
    float: left;
    width: 585px;
    height: 433px;
    background: url('visuels/bg_index.jpg') no-repeat bottom left;
}
#banniere_interne {
    float: left;
    width: 585px;
    background: url('visuels/bg_interne.png') no-repeat top left!important;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="visuels/bg_interne.png", sizingMethod="crop");
}
#bloc_ambiance {
    display: block;
    width: 585px;
    height: 384px;
}
#page_interne {
    padding-top:40px;
    padding-left:60px;
    padding-right: 40px;
    min-height:490px;
    height:auto !important;
    height:490px;
}
#zone_breve {
    float:left;
    margin-left: 20px;
    width: 200px;
    height: 413px;
    padding-bottom: 20px;
    background: url('visuels/bg_zone_breve.jpg') bottom left no-repeat;
    
}
#breve_int {
    margin: 10px 20px 5px 20px;
    overflow:hidden;
    height: 360px;
}
#zone_bas {
    clear: both;
    float:left;
    width: 90%;
    padding-left:60px;
    padding-top: 30px;
    padding-bottom: 45px;
}
#pied_page {
    display:block;
    margin-left:21%;
    width: 760px;
    clear:both;
    line-height: 36px;
    color: #737373;
    background: url('visuels/bg_ombre.png')  top center no-repeat!important;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="visuels/bg_ombre.png", sizingMethod="crop");
}
#test_aro {
	display: block;	
	float: right;
	width: 345px;
	height: 200px;
	padding: 10px;
	background-color: #CCCCCC;
	margin-top: -65px;
}

/* hack_png */
/* ----------------------------------------------------------------------------------------------*/
#image {
	padding-left: 45px;
        margin-bottom: 10px;
        background: url(visuels/img_cadenas.png) no-repeat left !important;
	background: none;
        display: block;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="visuels/img_cadenas.png", sizingMethod="crop");
}
*+html#image {
	background: none;
}

.titre_adherent {
    clear: both;
    padding-top: 20px;
}
/* Informations CSS Formulaires */
/* ----------------------------------------------------------------------------------------------*/

#zone_log {		/* Login/Password pour l'accès aux pages réservées */
	width: 100%;	
	text-align:center;
}
#zone_log_formulaire {
	width: 160px;
	margin-left: auto; 
	margin-right: auto;	
	text-align: left;
}
.alerte_formulaire_ok {	/* CSS de formulaires en général */
	background: #429dcd;
	display:block;
	margin:0px auto;
	font-weight:bold;
	text-align:center;
	padding:20px 10px;
	color:#fff;
}
.alerte_formulaire_ko {
	background:url(visuels/refuse.gif);
	border:1px solid #CC3131;
	color:#fff;
	display:block;
	margin:0px auto;
	font-weight:bold;
	text-align:center;
	padding:10px;
}

/******** Formulaire recherche **************/
#recherche{
        margin-top: 30px;
        height: 80px;
        padding-right: 30px;
        text-align: right;
        border-bottom: 1px solid #cccccc;
        font-weight: bold;
        color: #666;
        float:right;
        width: 170px;
}
#form_recherche{
	display:block;
        line-height:26px;
}
#form_recherche a{
	text-decoration:none;
        font-weight: bold;
        color: #444;
}
#form_recherche input{
	border: 1px solid #999;
        height:18px;
        margin-top: 4px;
}

/******** Formulaire contacts **************/


#contacts_form{
	width:420px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}
#contacts_form span.separation{
	display:block;
	float:left;
	width:350px;
	margin:5px 10px 10px 10px;
	padding:10px;
	border-top:1px solid #aaa;

}
.calage_centre{
	display:block;
	text-align:center;
}
.calage_droite2{
	clear:both;
	display:block;
	float:left;
	width:80px;
	text-align:right;
	margin:0px 10px 0px 0px;
}
.calage_droite{
	clear:both;
	display:block;
	float:left;
	width:80px;
	text-align:right;
	margin:5px 10px 0px 0px;
}
.calage_gauche{
	display:block;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;
	line-height:14px;	
}
.calage_gauche label{
	padding:0 15px 0 5px;
	font-weight:normal;
	
}
	
.asterisque {
	color: #ff0000;
}

a.lien_bouton {
	display:block;
	width:100px;
        float: right;
        margin-right: 8px;
	text-align:center;
	background-color: #03254A;
	border: 1px solid #FFFFFF;
	padding: 5px 10px;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;		
	text-decoration : none;
	letter-spacing: 1px;
}
a.lien_bouton:hover {
	background-color: #03254A;
	color: #FF7014;		
	text-decoration : none;	
	border: 1px solid #FF7014;
}
.contacts_input {
	border:1px solid #CCC;
	padding:3px;
}
.adherents_input {
	border:1px solid #CCC;
	padding:3px;
        display: block;
        width: 210px;
}
h4.menu_adherent {
        padding-left: 40px;
        background: url(visuels/img_compte.png) left no-repeat!important;
        background: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="visuels/img_compte.png", sizingMethod="crop");
        display: block;
        width: 120px;
}
*+html h4.menu_adherent {
	background: none!important;
}
#zone_breve_adherent {
    float:left;
    margin-left: 20px;
    width: 200px;
    height: 512px;
    padding-bottom: 20px;
    background: url('visuels/bg_zone_breve_adherents.jpg') bottom left no-repeat;
    
}
#breve_int_adherent {
    margin: 10px 20px 20px 20px;
    overflow: hidden;
    height: 465px;
}

/******** Formulaire newsletter **************/
#newsletter{
        
        height: 100px;
        padding-right: 30px;
        text-align: right;
        font-weight: bold;
        color: #666;
        float: right;
}
#newsletter_form{
	width: 420px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#newsletter_form span.separation{
        display:block;
	float:left;
	width:350px;
	margin:5px 10px 10px 10px;
	padding:10px;
	border-top:1px solid #aaa;
}
#inscription_newsletter a{
	text-decoration:none;
        font-weight: bold;
        color: #444;
        line-height: 24px;
}
#inscription_newsletter input{
	border: 1px solid #777;
        height: 16px;
        margin-top: 4px;
        background: #afafaf;
        padding-top: 4px;
}
#newsletter_form .calage_centre{
	display: block;
	text-align: center;
}
#newsletter_form .calage_droite{
	clear: both;
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	margin-top: 2px;	
}
#newsletter_form .calage_gauche{
	display: block;
	float: left;
	text-align: left;
}	
#newsletter_form .asterisque {
	color: #FF0000;	
}
#newsletter_form input {
	
}
#newsletter_form .legende_cnil {
	font-weight: normal;
	font-style: italic;
}
a.bt_ins_newsletter {
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #333333;
	border: 1px solid #FFFFFF;
	padding: 3px;		
	font-weight: bold;
	color: #FFFFFF;		
	text-decoration : none;
	letter-spacing: 1px;
}
a.bt_ins_newsletter:hover {
	background-color: #333333;
	color: #FFFFFF;		
	text-decoration : none;	
	border: 1px solid #FFCC33;
}
.alerte_formulaire_newsletter_ok {
	color: #148A14;
	font-weight: bold;
	font-style: normal;
}




/* Informations CSS Actualités / Brèves / Webline */
/* ----------------------------------------------------------------------------------------------*/

h1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #004578;
    text-decoration:none;
    margin-bottom: 20px;
}
h2.webline{		/* Webline */
	position: absolute;
        font-weight:bold;
        font-size:11px;
        color: #ccc;
        margin-left: 70px;
        margin-top: 13px;
        width: 500px;
        z-index:10;
        height: 28px;
        overflow:hidden;
        text-transform: none;
}
h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

h3 {		/* Titre de news et contenus de brèves en page d'accueil */
	font-family: Georgia, Arial;
        font-size: 19px;
        color: #004578;
        font-weight: normal;
        line-height: 26px;
}
h4 {		/* Titre de news et contenus de brèves en page d'accueil */
	font-family: Georgia, Arial;
        font-size: 12px;
        color: #59c4ff;
        font-weight: bold;
}
.actu_chapeau{
	font-weight:normal;
}
.txt_breve {
    font-family: Arial;
    font-size: 11px;
    color: #fff;
}
.lire_plus{
    font-weight: bold;
    color: #004578;
}
.lire_plus_breve{
    font-weight: bold;
    color: #59c4ff;
    padding-left: 85px;
    line-height: 30px;
}
.lire_egalement{
    font-weight: bold;
}


#zone_lire_plus{
	display:block;
	clear:left;
	padding:0 0 30px 0;
}


/* Abonnement par email aux actualités */
#abo_email {
	display: block;	
	width: 340px;
	padding: 10px;
	border: 1px solid #990033;
	background: #FFF;
	margin: 0 auto;
}
#abo_email p {
	display: block;
	width: 280px;
	height: 26px;
	padding: 12px 0 2px 60px;	
	background: #FFF url(visuels/bg_abo_email.gif) center left no-repeat;
}
#abo_email span {
	display: block;
	padding: 8px 0 0 0;	
}
#abo_email input{
	padding: 4px;
	border: 1px solid #CCC;
	float: left;
}
#abo_email a.lien_bouton_abo {
	display: block;
	float: left;
	width: 100px;	
	background-color: #990033;	
	padding: 4px 8px;
	margin-left: 10px;
	text-align: center;
		
	font-size: 14px;
	font-weight: bold;
	color: #FFF;		
	text-decoration : none;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#abo_email a.lien_bouton_abo:hover {
	background-color: #555;
	color: #FFF;		
	text-decoration : none;	
}


/* Informations CSS Pages et "zones bas de page" */
/* ----------------------------------------------------------------------------------------------*/

h1.titre_page{		/* Titre de pages intérieures */
	font-weight:bold;
}
#zone_contact{
	
}
#zone_contact a {
	text-decoration: underline;
	background:url(visuels/picto_email.gif) center left no-repeat;
        color: #fff;
	padding:0px 0px 0px 20px;
}
#zone_contact a:hover {	
	text-decoration: none;
}
#zone_printmode{
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
#zone_printmode a {
	text-decoration: underline;
	background:url(visuels/picto_email.gif) center left no-repeat;
	color: #fff;
	padding:0px 0px 0px 20px;
}
#zone_printmode a:hover {	
	text-decoration: none;
}

/* Informations CSS Consultations */
/* ----------------------------------------------------------------------------------------------*/

.consultation_message {
	background-color: #E6E6E6;	
	margin-top: 5px;
	overflow-x: auto;
	padding: 5px;	
	padding-bottom: 20px;
	width: 520px;	
}
.consultation_titre_noir {
	font-weight: bold;
}
.consultation_msg_valide {
	color: #008C42;
	font-weight: normal;
}
.consultation_msg_refuse {
	color: #FF0000;
	font-weight: normal;
}

/* Informations CSS pour l'Agenda 		   */
/* ----------------------------------------------------------------------------------------------*/

#agenda {	
	width: 159px;	
	text-align: center;
        padding-bottom: 10px;
}
#agenda_prochain_ev {	
	width: 149px;
	padding: 5px;
        padding-bottom: 8px;
	background-color: #8dc5e2;
	text-align: left;
        height: 25px;
        color: #004578;
        overflow:hidden;
}
#agenda_page_interne_bloc_01 {
	float: left;
	width: 170px;
	text-align: left;	
}
#agenda_page_interne_bloc_02 {
	float: left;
	padding-left: 60px;
        padding-right: 40px;
		
}
#agenda_page_interne_bloc_01_contenu {	
	width: 170px;	
	background-image: url(visuels/agenda_page_middle.gif);	
	background-repeat: repeat-y;
}
a.lien_evenement {
	font-weight: bold;
	color: #59c4ff;
	text-decoration: underline;	
}
a.lien_evenement:hover {
	color: #3da2d9;
	font-weight: bold;
	text-decoration: none;
}
a.prochain_evenement {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #606060;	
	text-decoration: none;
}
a.prochain_evenement:hover {
	color: #3da2d9;
	text-decoration: underline;
}
.typo_agenda {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #fff;
}
.typo_agenda_today{
	font-weight: bold;
	background-color:#FFFFFF;
	color: #606060;
}
.typo_agenda_prochain_ev_titre {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #004578;
}
.titre_agenda_evenement {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #E02424;
}
.titre_agenda_evenement_date {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
}
.select_agenda {
	font-weight: normal;	
}

/* Informations CSS de menu */
/* ---------------------------------------------------------------------------------------------- */

#menu_int {
	display: block;	
	width: 200px;
        float:right;
        text-align: right;
        text-transform: uppercase;
        line-height:21px;
        margin-top: 30px;
        padding-bottom:30px;
        border-bottom: 1px solid #cccccc;
}
#menu_int dl, dt, dd, ul, li {
	margin: 0px;
	padding-right: 15px;
}
#menu_int li { 	
	list-style-type: none;	
}

/* MENU VERTICALE / HORIZONTALE */
/* changer la valeur de la class de la div menu_int : fichier menu.php */

/* MENU VERTICALE */

#menu_int.verticale dt a{ 
	font-weight: bold;	
	text-decoration: none;	
	width: auto;
	padding:5px 0px;
	display:block;	
}
#menu_int.verticale dd {
	position: absolute;
	z-index: 100;
	margin-left: 180px;
	margin-top: -26px;
	background: #fff;
        border: 1px solid #bbb;
        border-left: 4px solid #004578;
}

#menu_int ul {
	padding: 2px 0 0 0; /* idem à margin #menu_int.horizontale dd en positif */
}
#menu_int li {
	text-align: left;	
	z-index: 100;
}
#menu_int li a {
	display: block;
	width: 120px;
	padding: 2px 10px;
	background: #fff;
        color: #004578;
	font-weight: bold;	
	text-decoration: none;		
}
#menu_int li a:hover{
	color: #59c4ff;
}


/* Informations CSS Plan de site */
/* ----------------------------------------------------------------------------------------------*/


ul#plan_site li{
    line-height: 30px;
    text-decoration: none;
}

ul#plan_site ul li{
	margin-left:60px;}

ul#plan_site ul ul li{
	margin-left:80px;}
	
ul#plan_site li a{ text-decoration: none;
}

ul#plan_site ul li a{ /* niveau 2 */
}

ul#plan_site ul ul li a{ /* niveau 3 */
}	

/* Facebook */
/* ----------------------------------------------------------------------------------------------*/

.zone_facebook {
	clear: both;
	float: right;
	width: 170px;
	padding: 15px 30px 0 0;
	text-align: right;
	border-top: 1px solid #ccc;
}

/* Informations CSS Signatures */
/* ----------------------------------------------------------------------------------------------*/

a.jnbi {
	color: #737373;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a.jnbi:hover {
	color: #333333;		
	text-decoration: underline;
}

/* Informations CSS RSS */
/* ----------------------------------------------------------------------------------------------*/

#rss {
	display: block;
	float: left;	
	background: url(visuels/picto_rss.gif) no-repeat;
	width: 16px;
	height: 16px;
        margin-top:9px;
        margin-right:8px;
	text-indent: -9999px;

}

/* Informations CSS FCK */
/* ----------------------------------------------------------------------------------------------*/

.wimg_bordure_rouge {
	border: 2px solid #FF0000;
}
.wimg_bordure_grise {
	border: 1px solid #444444;		
}

.wimg_droite {
	padding:0 0 0 5px;
	float:right;
}
.wimg_gauche {
	padding:0 5px 0 0;
	float:left;
}
.wsc_Titre {
	font-family: Arial, Helvetica, sans-serif;
	color: #004578;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
.wsc_Chapeau {
	font-family: Arial, Helvetica, sans-serif;
	color: #45a4d8;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
a.awsc_lien_rouge {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.awsc_lien_rouge:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.awsc_lien_vert {
	font-family: Arial, Helvetica, sans-serif;
	color: #75DB75;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
a.awsc_lien_vert:hover {
	color: #75DB75;
	text-decoration: none;
}
a.awsc_lien_gris {
	color: #595959;
	text-decoration: none;
        font-weight:normal;
}
a.awsc_lien_gris:hover {
	color: #e25b01;
	text-decoration: none;
        font-weight:normal;
}
.wimg_bordure_rouge {
	border: 2px solid #FF0000;
}
.wimg_bordure_grise {
	border: 1px solid #444444;
}
.wimg_ecart10 {
	padding: 10px;
}
