/* Time-stamp: <style.css  24 Mar 2006 10:38:03> */
/* Copyright AVC-EZKA */

/*--------------------------------------------------*/
/* …lÈments de base                                 */
/*--------------------------------------------------*/

/* Suppression des marges sur tous les ÈlÈments */
* { margin: 0; padding: 0; }
img { border: none; }

body {
    background: #DDE9C4 url("../Images/_Interface/fnd__body.gif")  20% top repeat-y fixed;
    font: 12px/14px georgia, serif; 
    text-align: left;
    line-height: 1.3; 
    color:  #033; 
    margin: 0;
    padding: 0;
}

/* Liens */
a { 
    font-family: "lucida grande", verdana, sans-serif; 
    text-decoration: none; 
    color: #035; 
}

a:hover {
}

/* Fond par defaut */
#background {
    background: url("../Images/_Interface/fnd__default.gif") center top no-repeat fixed;
}

/* Fonds par section */
#ecole #background {
    background: url("../Images/_Interface/fnd_ecole.gif") 30% 0 no-repeat fixed;
}
#formations #background {
    background: url("../Images/_Interface/fnd__grille4.gif") 30% 0 no-repeat fixed;
}
#contacts #background {
    background: url("../Images/_Interface/fnd__map.gif") 30% 0 no-repeat fixed;
}



/* Bloc d'identite visuelle */
#logo {
    position: absolute;
    width: 19%;
    text-align: right;
    padding: 25px 0;
}

/*--------------------------------------------------*/
/* Navigations de niveau 1 et 2                     */
/*--------------------------------------------------*/

ul#nav_1  { position: absolute; left: 20%; top:150px;} 
ul#nav_1 li {font-size: small; line-height: 1.7em; list-style-type: none; display: block; }
ul#nav_1 li a {color: #777; padding: 1px 7px;  }
ul#nav_1 li a:hover { background: ; color: #FFA55C; }
ul#nav_1 li a.selected { color: #099; border: 3px solid #fff;}

ul#nav_2 { position: absolute; left: -250px; top:120px; width: 250px; text-align: right; }
ul#nav_2 li { }
ul#nav_2 li a { }
ul#nav_2 li a:hover { background: #660; }
ul#nav_2 li a.selected { background: #fff; color: #FFA55C; }

/*--------------------------------------------------*/
/* elements de page                                 */
/*--------------------------------------------------*/

#content {
    clear: both;
    width: 575px;
    padding-top: 25px;
    margin-left: 30%;
}

/*--------------------------------------------------*/
/* Haut de page                                     */
/*--------------------------------------------------*/

#pagehat {
    border-bottom: 1px solid #660;
    background-color: #DDE9C4;
    background-image: url("../Images/_Interface/pagehat_default.gif");
    background-position: right top;
    background-repeat: no-repeat;
}

/* Variation des fonds de 'pagehat' selon section */

#ecole #pagehat {
    background-image: url("../Images/_Interface/pagehat_ecole.gif");
    background-position: right top;
}

#accueil #pagehat {
    background-image: url("../Images/_Interface/pagehat_accueil.gif");
    background-position: right top;
}

#formations #pagehat {
    background-image: url("../Images/_Interface/pagehat_formations.gif");
    background-position: left top;
}

#galerie #pagehat {
    background-image: url("../Images/_Interface/pagehat_galeries.gif");
    background-position: right top;
}

#pagehat h1 {
    width: 200px;
    padding: 15px 0 15px 7px;
    border-top: 1px solid #660;
    border-left: 1px solid #660;
    font: x-large lucida, verdana, sans-serif;
    color: #930;
    text-align: right;
}

/*--------------------------------------------------*/
/* Regles generiques pagebody                       */
/*--------------------------------------------------*/

#pagebody, #cover {
    width: 360px;
    float: right;
    padding: 7px 7px 7px 0;
    border-right: 1px solid #660;
}

#pagebody img {
    border: 3px solid #fff;
}

#pagebody h1 {
    padding: 15px 0 15px 7px;
    font: medium "lucida grande", verdana, sans-serif;
    color: #930;
    text-align: right;
}

#pagebody h2 {
	background: #fff;
    padding: 21px 7px 7px 35px ;
    font: medium "lucida grande", verdana, sans-serif;
    color: #930;
}

#pagebody h3 {
    padding: 7px ;
    font: medium "lucida grande", verdana, sans-serif;
    background: #fff;
}

#pagebody p {
    padding: 7px 15px 21px 35px ;
    background: #fff;
}

#pagebody ul, #pagebody dl, #pagebody table {
    background: #fff;
    padding: 0 0 21px 0;
    margin: 0 0 1px 0;
}

#pagebody ul li {
    list-style-type: none;
    background:5px 9px no-repeat url("../Images/_Interface/puce_li.gif") #fff;
    margin: 0;
    padding:7px 15px 3px 35px;
}


/*--------------------------------------------------*/
/* premieres regles pour l'accueil                  */
/*--------------------------------------------------*/

#annonce {
	background: #f7f7f7;
	width: 150px;
	float: right;
	margin-top: 35px;
}

#cover h1 {
    padding: 21px 7px 15px 0;
    font: medium georgia, serif;
    color: #4d449d;
}

#cover img {
	background: #fff;
		margin: 0;
		display: block;
		border: 3px solid #fff;
		border-bottom: 7px solid #fff;
}


/*--------------------------------------------------*/
/* separation des niveaux d'infos dans la formation */
/*--------------------------------------------------*/

#infos {
	margin-left: 7px;
	padding-top: 11px;
	padding-bottom: 21px;
	background: #cc9;
	background: #9cc;
	background: #ffc;
    background: top right no-repeat url("../Images/_Interface/fnd__insert.jpg") #ffc;
}

#infos h2 {
    border-bottom: 1px dotted #DDE9C4;
    margin: 7px 0 3px 21px;
    padding: 3px 7px 0 0;
    font: small "lucida grande", verdana, sans-serif;
    color: #660;
}

#infos p {
  padding: 0 7px 7px 21px;
  line-height: 1.3;
}

/*--------------------------------------------------*/
/* Contacts & formulaire                            */
/*--------------------------------------------------*/

form {
    background: #fff;
    padding: 5px;
}



form fieldset {
    clear: right;
    border: none;
    padding: 7px 7px 7px 30px;
}

#pagebody form h2 {
    margin: 7px 7px 0 0;
    padding: 7px;
}

form label {
    display: block;
    float: left;
    width: 140px;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 0px 10px 5px;
}
form label.full {
    width: 290px;
}

form input, form textarea {
    display: block;
    width: 135px;
    margin-top: 3px;
    border: 1px solid #DDE9C4;
}

form input:focus, form textarea:focus {
	background: #ffc;
}

fieldset:hover{
    background: #f7f7f7;
}

form input.long, form textarea.long, form select {
	width: 280px;
}
form input.submit {
	display: inline;
	background: #fff;
	margin: 7px;
	padding: 3px;
	width: auto;
	font-size: x-large;
}
form input.reset {
	font-size: small;
}

form input.submit:hover {
	background: #930;
	color: #fff;
}

form input.radio {
    clear: left;
    float: left;
    width: auto;
    padding: 0px;
    margin: 0px 7px 0px 0px;
}

form ul li {
    list-style-type: none;
    background: #f30;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------*/
/* Pages de galeries                                */
/*--------------------------------------------------*/

#galeries {
    padding: 7px 7px 7px 0;
    border-right: 1px solid #660;
}

#galeries #pagebody img, #galeries #vignettes img {
    //background: #660;
    //padding: 2px;
    margin-bottom: 0;
}

#galeries p.legende {
	background: #660;
	padding: 1px;
	margin: 0;
	font: x-small "lucida grande", verdana, sans-serif;
}

ul#vignettes {
	float: left;
	width: 200px;
}

ul#vignettes li {
	list-style-type: none;
	display: inline;
}

/*--------------------------------------------------*/
/* Inserts gauches                                  */
/*--------------------------------------------------*/

#pageinsert {
    float: left; 
    width: 200px; 
    padding: 15px 0 0 3px; 
}

/* Carte de visite des pages de contacts */
#pageinsert #address { 
    background-color: #CC9966;
    text-align: right;
}

/* Vignettes des pages de galeries */
ul#thumbnails li {
    list-style-type: none;
    display: inline;
}

ul#thumbnails img { 
    width: 60px;
}

ul#nav_3 { text-align: right; }
ul#nav_3 li { background:none; margin:0; padding: 0; font-size: x-small; line-height: 2.1em; list-style-type: none; }
ul#nav_3 li a { background: #f99; color: #ffc; padding: 3px;}
ul#nav_3 li a:hover, ul#nav_3 li a.selected { background: #fff; color: #033; }

/*--------------------------------------------------*/
/* Pied de page                                     */
/*--------------------------------------------------*/

#footer { 
    clear: both; 
    width: 575px; 
    margin-left: 30%; 
}

#footer p { 
    width: 210px; 
    float: right; 
    border-top: 1px solid #660; 
    border-left: 1px solid #660; 
    padding: 3px; 
    color: #777; 
}
