/* -------------------- general ---------------------- */

body {
    margin: 0;
	padding: 0;
    text-align: center; /*IE centering*/
	background: #fff url('./layout/bkgd.gif') 0 0 repeat-x;
	background-attachment: fixed;
	text-decoration: none;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 13px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.6em;
}

img {
    border: none;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

h1 {
    margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: #fff;
	text-decoration: none;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 36px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.2em;
	text-transform: uppercase;
}

h2 {
    margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: #fff;
	text-decoration: none;
    color: #B3B3B3;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 36px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.2em;
	/*text-transform: uppercase;*/
}

h3 {
    text-align: left; 
    margin: 0px 0px 24px 0px;
	padding: 0;
	background-color: #fff;
	text-decoration: none;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 13px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.6em;
}







/*below : the lightbox elements layout*/

.lightboxOverlay {
    z-index:50;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    cursor:pointer;
}
.lightboxContainer {
    z-index:51;
    position:absolute;
    left:-9999em;
    background:#fff url('./layout/loading.gif') 50% 50% no-repeat;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
}


.lightboxTop {
	padding: 5px;
    border-top: solid 2px #000;
}

a.lightboxClose {
	display: block !important;
	display: inline-block; /*IE*/
    float: right;
    margin: 0;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 16px;
    height: 16px;
    background-image: url(./buttons/closelightbox_off.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

a.lightboxClose:link, a.lightboxClose:visited {

}

a.lightboxClose:hover, a.lightboxClose:active {
    background-image: url(./buttons/closelightbox_on.gif);
}


#lightboxOverflow {
	position: relative;
	bottom: 0px;
	margin: 5px 5px 0px 0px;
    padding: 0px 15px 0px 20px;
    width: 680px;
    background-color: #fff;
    text-align: left;
    overflow: auto;
}

p.colonne_texte_projet {
    text-align: left;
}
p.colonne_texte_projet p {
    margin: 0px 0px 20px 0px;
	padding: 0;
	width: 648px;
    text-align: left;   
	line-height: 1.4em;
	background-color: transparent;
	text-decoration: none;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 14px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
}

/*img.image_projet {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}*/





/*below : the container div layout*/

#container {
    margin: 0 auto; /*FF & co centering*/
    padding: 0;
    width: 800px;
    text-align: left;
    background: transparent;
}





/* le cache noir en position fixed sous lequel tout passe en scroll */

#cacheNoir {
	z-index: 10;
    position: fixed;
    top: 0px;
    margin-left: 0px;
    width: 800px;
	height: 13px;
	background: #fff url('./layout/bkgd.gif') 0 0 repeat-x;
}





/* MENU GENERAL - DROITE */

#menu_droite {
    position: fixed;
    top: 20px;
    margin-left: 740px;
    width: 60px;
    text-align: right;
}

p.langues {
    margin: 0px 3px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	text-decoration: none;
    color: #808080;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 10px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.8em;
}

span.menu_langues {
    color: #000;
	font-weight: bold; 
}

a.menu_langues:link, a.menu_langues:visited {
	text-decoration: none;
    color: #808080;
	font-weight: normal; 
}

a.menu_langues:hover, a.menu_langues:active {
    color: #000;
	font-weight: bold; 
}

li.menu_droite {
    list-style: none;
    margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 10px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.8em;
}

span.menu_droite {
	background-color: black;
    color: white;
    text-decoration: none;
    margin: 0px 0px 0px 4px;
    padding: 1px 2px 0px 2px;
}

a.menu_droite {
    color: black;
    text-decoration: none;
    margin: 0px 0px 0px 4px;
    padding: 1px 2px 0px 2px;
}

a.menu_droite:link, a.menu_droite:visited {
	background-color: white;
	color: black;
}

a.menu_droite:hover, a.menu_droite:active {
    background-color: black;
    color: white;
}






/* /////////////////////// colonne de gauche /////////////////////// */

a.SRP:link, a.SRP:visited {
	margin-left: -2px;
	padding: 2px;
	background-color: white;
    text-decoration: none;
    color: black;
	font-weight: normal; 
}

a.SRP:hover, a.SRP:active {
	background-color: black;
	color: white;
}



/* APERCU - GAUCHE */

#apercu_gauche {
    /*float: left;*/
    width: 432px;
    position: fixed;
    top: 56px;
}

#apercu {
	text-align: left;
}

img.apercu_image {
    border: 1px solid #000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

p.accueil_date {
    text-align: left;
    margin: 0px 0px 16px 0px;
	padding: 0;	
    background-color: transparent;
	text-decoration: none;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 10px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.8em;
}

h2.accueil_titre {
	color: black;
}

p.legende {
    text-align: left;
    margin: 5px 0px 21px 0px;
	padding: 0;
	background-color: #fff;
	text-decoration: none;
    color: #8C8C8C;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 9px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: 0.035em;
  	word-spacing: auto;
	line-height: 1.3em;
}

p.suite {
	padding-top: 10px;
	padding-right: 160px;
	text-align: right;
}
a.suite {
    margin: 0px 0px 30px 0px;
	padding: 0;
	background-color: #fff;
	text-decoration: underline;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 12px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.2em;
	position: relative;
	left: 160px;
	top: -25px;
}

a.suite:link, a.suite:visited {

}

a.suite:hover, a.suite:active {
    /*font-weight: bold;*/
    text-decoration: none;
}



/* /////////////////////// colonne centrale /////////////////////// */

/* MENU - CENTRE (tous les noms de projets) */

#menu_centre {
    margin: 99px 0px 0px 475px;
	padding: 0;
    text-align: left;
    width: 230px;
    background: transparent;
}

ul {
    margin: 0;
	padding: 0;
}

li {
    list-style: none;
}

li.titre_chapitre { 
    margin: 15px 0px 5px 0px;
	padding: 0;
	text-decoration: none;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 13px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.2em;
}

a.titre_chapitre {
    padding: 1px 2px 0px 2px;
    color: #000;
    text-decoration: none;
	text-transform: uppercase;
}

a.titre_chapitre:link, a.titre_chapitre:visited {

}

a.titre_chapitre:hover, a.titre_chapitre:active {
    background-color: #000;
    color: #fff;
}

li.menu_titre_projet {
    list-style: none;
    margin: 0px 0px 0px 0px;
	padding: 0;
	padding-left: 2px;
	background-color: transparent;
	text-decoration: none;
    color: #999;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 10px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.8em;
}

a.menu_titre_projet {
    color: #444;
    text-decoration: none;
    margin: 0px 0px 0px 4px;
    padding: 1px 2px 0px 2px;
	text-transform: uppercase;
}

a.menu_titre_projet:link, a.menu_titre_projet:visited {

}

a.menu_titre_projet:hover, a.menu_titre_projet:active {
    background-color: #000;
    color: #fff;
}


/* /////////////////////// page intérieure - texte /////////////////////// */

/* titre de paragraphe */
   
p.titre_projet {
    text-align: left;
    margin: 10px 0px 10px 0px;
	padding: 0;
	background-color: #fff;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 36px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.2em;
	text-transform: uppercase;
}

/* texte de chapitre (tete de rubrique) */

p.titre_chapitre {
    text-align: left;
    margin: 16px 0px 0px 0px;
	padding: 0;
	background-color: transparent;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 36px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.2em;
}
   
p.texte_chapitre {
    text-align: left;     
    margin: 10px 0px 0px 0px;
	padding: 0;
	background-color: transparent;
    color: #666;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 17px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.3em;
}

/* tête de paragraphe des pages additionnelles */

p.titre_paragraphe {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 19px;
}

/* texte courant noir */

p.texte_courant_noir {
    text-align: left;   
    margin: 0px 0px 20px 0px;
	padding: 0;
	background-color: transparent;
    color: #000;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 14px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.4em;
	width: 648px;
}

/* texte courant gris */

p.texte_courant_gris {
    text-align: left;     
    margin: 0px 0px 15px 0px;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
    color: #666;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 14px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.32em;
}

/* texte des crédits */

p.texte_credits {
    text-align: left;     
    margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
    color: #808080;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 9px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.8em;
}





/* /////////////////////// page A PROPOS /////////////////////// */

/* zone de CONTENU */

#contenu_page {
    width: 666px;
    position: absolute;
    top: 56px;
}

/* image dans "a propos" */

img.image_apropos {
    border: none;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}






/* /////////////////////// page LIENS /////////////////////// */

/* liste des liens */

ul.liens {
    text-align: left;
    margin: 0px 0px 20px 0px;
	padding: 0;
}

li.lien {
    list-style: none;
    text-align: left;    
    margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
    color: #666;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 14px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.32em;
}


a.lien {
    color: #666;
    text-decoration: underline;
}

a.lien:link, a.lien:visited {

}

a.lien:hover, a.lien:active {
    color: #666;
    text-decoration: none;
}





/* credits web */

#footer {
	margin-top: 200px;
	width: 800px;
	text-align: right;
	line-height: 1.5em;
	color: #000;
	font-size: 10px;
	font-variant: small-caps;
}


