/*------------------------------------------------------*
  *-----------------------------------     CSS FONCTION     ----*
  *------------------------------------------------------*
  pour enlever les pointillés autour des liens sur Firefox
  *------------------------------------------------------*/


a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}


/*------------------------------------------------------*
  *-----------------------------------     CSS PRINCIPAL     ----*
  *------------------------------------------------------*/
  
body {
	font-family: Arial;
	font-size: 11px;
	border:0;
	margin:0;
	padding:0;
	margin-left: 94px;
	margin-right: 40px;
}


	 
#global {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
     }	 

#haut {
	clear:both;
	width:800px;
	height:450px;
	background-image: url(../images/deco/bandeau.gif);
     }

#menu1{
	float:left;
	width:200px;
	padding-top: 400px;
	height:50px;

    }


#menu1 a {
	font-size:12px;
	color: #7F7F7F;
	text-decoration:none;
	display:inline;
	display:block;
	width:200px;
	height:17px;

     }

#menu1 a:hover{
	color: #000000;
     }



#menu1 a.item-on {
	font-size:12px;
	color: #000000;
	text-decoration:none;
	display:inline;
	display:block;
	width:200px;
	height:17px;
     }

#menu1 a.item-on:hover{
	font-size:12px;
	color: #000000;
	text-decoration:none;
	display:inline;
	width: 15px;
	height: 15px;
	display:block;
	width:200px;
	height:17px;
     }



	 
	 
#menu2{
	float:left;
	width:600px;
	padding-top: 418px;
	height:32px;
	text-align:right;
	font-size: 12px;
	display:none;
    }
	 
	 
#content {
	float:left;
	width:100%;
	padding-top: 30px;
     }



#project {
	clear:both;
	width:500px;
	padding-top: 15px;
	padding-bottom: 15px;


     }
.project-line{
	width:100%;
	float:left;
     }

.gototop{
	text-align:right;
	width:100%;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
     }
	 

 
#footer {
	clear:both;
	width:800px;
	padding-top: 5px;
	padding-bottom: 10px;
     }
	 
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;

	text-transform: uppercase;
	margin:0px;
	padding:0px;
     }

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin:0px;
	padding-bottom:8px;
	font-weight: lighter;
     }

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin:0px;
	padding-top:8px;
	font-weight:lighter;

     }
	 
img.vignette {
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 7px;
     }



hr.spip{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
     }





/*------------------------------------------------------*
  *-----------------------------------     HACK POINTILLE FIREFOX     ----*
  *------------------------------------------------------*/
  
a {

	color: #666666;
	outline: none;
     }

a:focus {

	-moz-outline-style: none;

}

/*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/
  
a.lien-menu {

   position: relative;
	color: #7F7F7F;
	text-decoration:none;
	display:inline;
	width: 15px;
	height: 15px;
	padding-left:6px;
}

a.lien-menu-on {
	position: relative;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-left: 8px;
}

a.lien-menu span {
   display: none; /* on masque l'lien-menubulle */
}

a.lien-menu-on span {
   display: none; /* on masque l'lien-menubulle */
}

	
a.lien-menu:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   font-weight:bold;
   color:#000000;

}

a.lien-menu-on:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   text-decoration: none;
}


a.lien-menu:hover span {
   display: inline; /* on affiche l'lien-menubulle */
   position: absolute;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: -17px; /* on positionne notre lien-menubulle */
   right: 1px;
   background-color:#FFFFFF;
   padding: 0px;
   color:#000000;
   text-decoration: none;
     font-weight:normal;
}

a.lien-menu-on:hover span {
   display: inline; /* on affiche l'lien-menubulle */
   position: absolute;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: -17px; /* on positionne notre lien-menubulle */
   right: 1px;
   background-color:#FFFFFF;
   padding: 0px;
   color:#000000;
   text-decoration: none;
   font-weight:normal;
}


/*------------------------------------------------------*
  *-----------------------------------     CSS AUTRES LIENS     ----*
  *------------------------------------------------------*/
  


a.spip_out {
	color: #7F7F7F;
	font-style: italic;
	text-decoration:underline;
     }

a.spip_out:hover{
	text-decoration:none;
     }


a.spip_in {
	color: #7F7F7F;
	font-style: italic;
	text-decoration:underline;
     }

a.spip_in:hover{
	text-decoration:none;
     }


a.top {
	font-size:10px;
	color:#000000;
	text-decoration:none;
     }

a.top:hover{
	text-decoration:underline;
     }

/*------------------------------------------------------*
  *-----------------------------------     CSS SPIP     ----*
  *------------------------------------------------------*/
  

p.spip {
	margin-top: 0;
	margin-bottom: 8px;
     }

.spip_documents{
	padding-left: 10px;
	padding-right: 10px;
     }