
@import url('reset.css');
@import url('container.css');


/* structure du site */

body {

   text-align: center;
   font-size: 0.7em;
   font-family: Arial;
}

a {
    text-decoration: none;
    outline: none;
   color: #546582;
   /* color: #FABB00; */
}

a:hover {
    text-decoration: underline;
}



#page {
    width: 80em;
    text-align: left;
    margin: 0 auto;
}

#header {
	font: 11px Verdana;
	font-style: bold;
	color: #7B7C7E;
}

/* #header a { color: #7B7C7E;} */

#bando {
        float: left;
       
        background-image: url(../images/logo.jpg);
        background-repeat: no-repeat;
	width: 599px;
	height: 140px;
	}

#diaporama {
        float: left;
        background-image: url(../images/diapomsh.gif);
        background-repeat: no-repeat;
        width:250px;
	height: 140px;
}


/* #top { height: 2.2em; background: #00FFFF;} */

/* Marge avant le menu special haut */
   
#top-left {
            float: left;
            width: 32.2em;
            height: 2.32em;
            background: #FFFFFF;
}

/* Menu special haut */
     
#top-center {
            float: left;
            padding-bottom: 5px;
            width: 48em;
            color: #000000;
            background: #FFFFFF;
            font-style: bold;
}
       

/*Zone menu principal central */
	
#menu  {	
	border:0px;
	clear:both;
}

/* Entre le menu prinçipal horizontal et le début du contenu */

#middle {
        clear: both;
        height: 2.7em;
        padding-top: 30px;
        padding-bottom: 14px;
}

/* Fil d'Ariane */

#breadcrumb {
	height:20px;
	font-size:12px;
	color:#FABB00;
	text-align:left;
	line-height: 20px;
	/* font-weight: bold; */
	}
	
#breadcrumb a {
	color: #7B7C7E;
	text-decoration:underline;
	}
	
#breadcrumb a:hover {
	text-decoration:none;
	}

/* Fin Fil d'ariane */
    
/* Mise de la page courante en format pdf */

#pdf
{
       float:right;
       width:80px;
     
       margin-bottom: 50px;
       
}
        
/* Zone pour le menu gauche */
    
#left {
    float: left;
    width: 20em;
    padding: 0px 30px 0px 0px;
}
	
#left.search {
    height: 100px;
}

/* Zone de contenu + container.css */

 #center {
    float: left;
    width: 48em;
    background: #FFFFFF;
}

    #center a {
        text-decoration: underline;
    }
    
    #center a:hover {
        text-decoration: none;
    } 
    
    

 /*   #footer.avecDroite {
        margin: 30px 0 0 16.9em;
        height: 1.8em;
        width: 51.9em;
    } */
   
 /* Menu special pied de page */
 
    #footer {
	float: right;
	margin-top: 30px;
	margin-right: 150px;
	height: 10em;
	background: #FFFFFF;
	
	}
    #footer a {
        text-decoration: none;
        
    }
    
        #footer a:hover {
        text-decoration: underline;
        color: #FABB00;
    }
	
          
/* classes */

.clear { clear: both; }


