 /*------------------------------------------------------*
  *--------    Menu Autres Ecole     				 ----*
  *------------------------------------------------------*/
  
/*on definit la taille de la div du menu ainsi que la taille de parties du menu.*/
div#menuecole {
          width: 150px;
		  margin:25px;
         }

div#menuecole ul {
             padding: 0;
             width: 150px;
             border:0px solid;
             margin:0px;
			 color: #480c46; /* couleur de la bordure qui n'est pas utilisé actuellement */
			 background-color:#480c46;
			 -moz-border-radius: 5px 15px 15px 5px; /* Bord arrondi pour mozzilla en cours de validation par css3 */
			 -webkit-border-radius: 5px 15px 15px 5px; /* Bord arrondi pour chrome en cours de validation par css3 */
			 border-radius: 5px 15px 15px 5px; 
			 font-size:14px;
			 text-align:center  
            }

/*On positionne les elements du menu */
div#menuecole ul li {
                position:relative;
                list-style: none; /*on enleve les icones de liste */
                border-bottom:1px solid; /*ajout d'une bordure de separation d'element:*/
				}

div#menuecole ul ul {
                position: absolute;
                top: 0;
                /*left: 150px; /*150px correspond au décalage a droite, on décale de la taille du ul de base*/
				font-size:12px;
				text-align:left
               }  


div#menuecole li a {
               text-decoration: none; /* plus de soulignement pour les liens */
			   color: #ff6600;
              }   
 /* fond pr les sous-menu*/
div#menuecole li.sousmenu {
                      /* background: yellow; */
                     } 

/* On cache tous les sous menu avec la propriété display none */
div#menuecole ul ul {
                position: absolute;
                top: 0;
                left: 150px;
                display:none;
				left: 0px; top: 44px; /* Permet de mettre le sous menu sous le menu*/
               }

/*Lors du survol ,avec la souris, les sousmenu apparaissent grace a display: block */
div#menuecole ul.niveau1 li.sousmenu:hover ul.niveau2,
div#menuecole ul.niveau2 li.sousmenu:hover ul.niveau3 {
                                                  display:block;
												  }
 /* fond blanc pour le menu */
div#menuecole a {
            color:#000000;
           }

/* fond different au survol de la souris entre les sous-menu et les "basiques"*/
div#menuecole li:hover {
                   background: #EDD;
				   -moz-border-radius: 5px 15px 15px 5px; /* Bord arrondi pour mozzilla en cours de validation par css3 */
				   -webkit-border-radius: 5px 15px 15px 5px; /* Bord arrondi pour chrome en cours de validation par css3 */
				   border-radius: 5px 15px 15px 5px; x;      
                  }

div#menuecole li.sousmenu:hover {
                            /* background-color:#BBB; */ /* Changement de la couleur de fond quna don passe avec la souris */
							-moz-border-radius: 5px 15px 15px 5px; /* Bord arrondi pour mozzilla en cours de validation par css3 */
			   				-webkit-border-radius: 5px 15px 15px 5px; /* Bord arrondi pour chrome en cours de validation par css3 */
			   				border-radius: 5px 15px 15px 5px;       
                           }

/* Rajout d'une petite fleche pour les sous menu (j'ai pioché cette astuce sur le web ;) )
div#menuecole li.sousmenu {
                      background: url(fleche.gif) 95% 50% no-repeat;
                     }
*/

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 150-(8 de bordure + 8 de padding) =84 */
div#menuecole li a {
               text-decoration: none;
               padding: 4px 0 4px 8px;
               display:block;
			   border-left: 8px solid #BBB;
			   width:134px;
			   -moz-border-radius: 5px 15px 15px 5px; /* Bord arrondi pour mozzilla en cours de validation par css3 */
			   -webkit-border-radius: 5px 15px 15px 5px; /* Bord arrondi pour chrome en cours de validation par css3 */
			   border-radius: 5px 15px 15px 5px;      
              }

/* la bordure de chaque hauteur a une couleur de survol*/
div#menuecole li a:hover {
                     border-left-color: #ff6699;
					 }
div#menuecole ul ul li a:hover {
                           border-left-color: #ff6699;
						   }
div#menuecole ul ul ul li a:hover {
                              border-left-color: #cc66cc;
							  } 												 
												 
 /*------------------------------------------------*
  *---   ---              CSS                    --*
  *------------------------------------------------*/
		
html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B795B6;
	background-color: #51004F;
}

p, form, input {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B795B6;
	text-align:justify;
}
p a {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B795B6;
}
p a:hover {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
}

select {
	color: #000;
	background-color: #fff;
}


#flash_anim{
	margin:0 auto;
	padding:0;
	width:800px;
	height:500px;}
	
#flash_menu{
	margin:0;
	padding:0;
	width:200px;
	height:600px;}


 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general_index{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image:url(../images/ar.gif);
	background-position:center top;
}
#general{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image:url(../images/content-ar.gif);
	background-position:600px top;
	background-repeat:no-repeat;
}

/*Haut de page  HEADER*/

#header{
	padding-left:33px;
	padding-top:0px;
	width:667px;
	height:187px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 100%;
}
.fond{
	background-image:url(../images/fond.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
#pagelogo{
	height:100px;
}
#pageaccueil{
	width:700px;
	background-image:url(../images/accueil/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pageagenda{
	width:700px;
	background-image:url(../images/agenda/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pageecole{
	width:700px;
	background-image:url(../images/ecole/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pagecours{
	width:700px;
	background-image:url(../images/cours/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pageliens{
	width:700px;
	background-image:url(../images/liens/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pagehoraires{
	width:700px;
	background-image:url(../images/cours/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pagetarifs{
	width:700px;
	background-image:url(../images/tarifs/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pageprofs{
	width:700px;
	background-image:url(../images/profs/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pagestagessoirees{
	width:700px;
	background-image:url(../images/stagessoirees/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pagecontact{
	width:700px;
	background-image:url(../images/contact/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pagevideos{
	width:700px;
	background-image:url(../images/videos/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pagecajarc{
	width:700px;
	background-image:url(../images/cajarc/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pagevillefranche{
	width:700px;
	background-image:url(../images/villefranche/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pagebax{
	width:700px;
	background-image:url(../images/bax/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pageaubin{
	width:700px;
	background-image:url(../images/aubin/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
#pagecapdenac{
	width:700px;
	background-image:url(../images/capdenac/titre-ar.gif);
	background-position:20px top;
	background-repeat:no-repeat;
	padding-top:0px;
}
.puce{
padding-left:50px;}

#cadre_photo{
	width:211px;
	height:152px;
	background-image:url(../images/photo-cadre.gif);
	padding-top:3px;
	padding-left:3px;
}
.sous_menu{
	padding-top:28px;
	padding-right:95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #854D84;
}
.sous_menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #854D84;
	text-decoration:none;
}
.sous_menu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
}
/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding-top:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:100%;
	height:30px;
	text-align: center;
	color: #854D84;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	color:orange;
}


/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


.ar_ecole{
	padding-top:50px;
}

 /*------------------------------------------------------*
  *--------------------------     CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;

  }
  
   h2 {
   	margin: 0;
    padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff6600;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#814780;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }

		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
.surligne{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

 /*------------------------------------------------------*
  *--------------------------     CSS MENU DEBUT     ----*
  *------------------------------------------------------*/

/* MENU VERTICAL */

ul#menu_vertical{
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
	text-align:center;
	color:#fff;
}

ul#menu_vertical li{
	margin:0 0 1px 0;
	background:#990000;
	border: 1px solid #600;
}

ul#menu_vertical li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	text-decoration:none;
}

ul#menu_vertical li a:hover, ul#menu_vertical li a:focus, ul#menu_vertical li a:active {
	background:#900;
	text-decoration:none;
}

/* MENU HORIZONTAL ne pas oublier de mettre un clear:both; après votre menu*/

ul#menu_horizontal{
	margin: 0 ;
	padding: 0 ;
	list-style: none;
}

ul#menu_horizontal li{
	margin-right:1px;
	width: 150px;
	border:1px solid #600;
	color:#fff;
	float:left;
}

ul#menu_horizontal li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	line-height:1em;
	text-align:center;
	text-decoration:none;
}

ul#menu_horizontal li a:hover, ul#menu_horizontal li a:focus, ul#menu_horizontal li a:active {
	background: #900 ;
	text-decoration:none;
}


 
 /*------------------------------------------------------*
  *--------------------------     CSS MENU FIN	     ----*
  *------------------------------------------------------*/



 /*------------------------------------------------------*
  *--------------------------     CSS PLANS DEBUT    ----*
  *------------------------------------------------------*/
  
/*page plans debut*/
#plan {
	width: 310px;
}

#plan img {
 margin-top: 10px;
	margin-bottom: 10px;
}

/*page plans fin*/



/*pop up plans DEBUT */
#popup_plan {
 margin-top:20px;
	width: 550px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
}

#popup_plan a {
	color:#333;
	text-decoration:none;
}

#popup_plan a:hover {
	color:#666;
}

#popup_plan img {
	border: 1px solid #333;
}

/*pop up plans FIN */

 /*------------------------------------------------------*
  *--------------------------     CSS PLANS FIN         ----*
  *------------------------------------------------------*/



 /*------------------------------------------------------*
  *-----------    CSS EFFETS  DEBUT                  ----*
  *------------------------------------------------------*/

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
	}


/* .transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	*/
 /*------------------------------------------------------*
  *-----------    CSS EFFETS  FIN                    ----*
  *------------------------------------------------------*/






 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV général contenant l'ensemble du FORMULAIRE */
div.formulaire_general {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: inherit;
	color: inherit;
	width: 527px;
	margin: 0 auto;

}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
	color: #f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque LIGNE D'ERREUR de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* Tableau de champs général */
table.formulaire_table {
	border-style: solid;
	border-width: 0px;
	border-color: #999;
	width: 100%;
}
/* GROUPE de champs : ligne EN-TÊTE de table */
.formulaire_table th {
	color: #fff;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
/* GROUPE de champs : en FIELSET */
.formulaire_table fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}
/* LEGENDE du fielset ci-dessus */
.formulaire_table legend {
	font-weight: bold;
	padding: 5px;
}
/* LIGNES de SÉPARATION entre deux lignes de champs */
.formulaire_cell_espacement {
	height: 5px;
}

/* LIBELLE des champ dans le formulaires */
/*---------------------------------------*/
	/* Dans TOUS les cas */
	td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
		width: 100px;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}
	/* Normal */
	td.formulaire_nom_champ {
	}
	/* En cas d'ERREUR sur le champ */
	td.formulaire_nom_champ_erreur {
		color: #f00;
		font-weight: bold;
	}

/* CELLULES qui contiennent les CHAMPS */
/*-------------------------------------*/
	/* Dans TOUS les cas */
	td.formulaire_td_champ, td.formulaire_td_champ_erreur {
		padding-right: 10px;
	}
	/* Normal */
	td.formulaire_td_champ {
	}
	/* En cas d'ERREUR sur le champ */
	td.formulaire_td_champ_erreur {
	}

/* Champs dans les formulaires : INPUT, TEXTAREA */
/*-----------------------------------------------*/
	/* Dans TOUS les cas */
	.formulaire_champ, .formulaire_champ_erreur {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
		text-align: left;
		width: 427px;
		padding-top: 2px;
		padding-right: 3px;
		padding-bottom: 2px;
		padding-left: 0px;
		/* Attention, jouer sur l'opacité peut provoquer des problèmes d'affichage de SELECT sous IE */
		/*
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		*/
	}
	/* Normal */
	.formulaire_champ {
		background-color: #eee;
		color: #000;
		border-style: solid;
		border-width: 1px;
		border-color: #ccc;
	}
	/* En cas d'ERREUR sur le champ */
	.formulaire_champ_erreur {
		background-color: #fcc;
		border-style: solid;
		border-width: 1px;
		border-color: #f99;
	}

/* SUFFIXES : texte qui s'ajoute après les champs (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}

/* Cellules réunies (colspan) : dans TOUS les cas */
td.formulaire_td_colspan, td.formulaire_td_colspan_erreur {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Cellule TD du Titre d'un objet TABLEAU */
td.formulaire_tableau_titre {
	font-style: italic;
}
/* Cellule TH d'un objet TABLEAU au croisement des en-têtes de lignes/colonnes */
th.formulaire_tableau_coin {
	background-color : transparent;
}
/* EN-TETE TH de COLONNES d'un objet TABLEAU */
th.formulaire_tableau_colonne_entete {
	background-color: #ccc;
}
/* EN-TETE TH de LIGNES d'un objet TABLEAU */
th.formulaire_tableau_ligne_entete {
	background-color: #ccc;
}

/* TD du Bouton "ENVOYER" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* BOUTON "ENVOYER" du formulaire */
input.formulaire_envoyer {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #B795B6;
	color: #000;
	border: solid 1px #fff;
	cursor: pointer;
	margin: 10px;
}

/* TEXTE EN BAS du formulaire concernant les astérisques */
.formulaire_note {
	text-align: left;
	font-style: italic;
}

/* DIV du message une fois le MESSAGE ENVOYÉ */
div.formulaire_msgRetour {
	background-color: #eee;
	color: #000;
	text-align: center;	
	padding: 10px;
	margin: 50px auto;
	border: solid 1px #999;
}
/* Lien "RETOUR" un fois le message envoyé */
a.formulaire_msgRetour_lien {
	color: #000;
	font-weight: bold;
}

/**************/
/* CALENDRIER */
/**************/

.div_calend{
	position: absolute;
	margin-left: 0px;
	margin-top: -80px;
	display: none;
	z-index: 10;
}
.div_calend .tab_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	text-align: center;
	width: 280px;
	border: solid 1px #333;
}
.div_calend .cell_mois {
	background-color: #ccc;
	font-weight: bold;
	color: #000;
	text-align: center;
	width: 60%;
	padding: 3px;
}
.div_calend .cell_fleche {
	background-color: #ccc;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 3px;
}
.div_calend .cell_nomjour {
	font-size: 10px;
	color: #000;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #ddd;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: solid 1px #ddd;
	padding: 3px;
}
.div_calend .cell_jour {
	font-size: 10px;
	color: #000;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #fff;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #fff;
}
.div_calend .cell_jour:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #ccc;
}
.div_calend .cell_jour_vide {
	background-color: #f8f8f8;
}
.div_calend .cell_jour_a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align:center;
	display: block;
	width:100%;
	padding: 3px;
}
.div_calend .cell_jour_a:hover{
	background-color: #fff;
	color: #4FA500;
	font-weight:bold;
}
.div_calend .cell_fleche {
	text-align: center;
	vertical-align: middle;
}
.div_calend .lien_mois{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.div_calend .lien_fermer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	padding: 2px;	 /** voir note de l'attribut taille **/
	display: block;  /** on met un display: block car le margin-top ne sera pas pris en compte pour un display in-line (par défaut) **/
	width: 70px;	 /** display: block implique une taille de 100%. Il faut donc mettre une taille qui DOIT être cohérente avec le padding **/
	text-align: center;
}

/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*

 

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  DEBUT              ----*
  *------------------------------------------------------*/

#referencement {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 50px;
	color: #854D84;
}

#referencement img {
	padding: 3px;
}

#referencement a {
	color: #854D84;
	text-decoration: none;
}

#referencement a:hover {
	color: #fff;
}

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/

