




/*
     FILE ARCHIVED ON 8:31:02 Aug 2, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:49:05 Dec 14, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 10
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	color: #F0E39E;
	background: #58585A;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color:#999999;
}

/* Conteneur central */
#global {
	background: #FFFFFF url(/images/fond_page.jpg)  0 117px repeat-x ;
}

/* Navigation */
#navigation {

}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

/* Contenu principal */
#principal {
	color: #181A12;

}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #666;
}

/* Contenu secondaire */
#secondaire {


}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 5px;
}
#global {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 0px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
	background:url(/images/fond_map_monde.gif) 0 100% no-repeat;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 210px;
	padding-left:15px;
	padding-bottom:0;

}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu principal */
#principal {
	float: left;
	width: 450px;
	padding: 0;
	font-size:11px;
	color:#666666;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 675px;
	margin-right: 0px;
	padding: 14px 16px;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 15px 15px 15px;
	font-size: 11px;
	color:#999999;
	background-color:#E2E3E4;
	text-align:center;
}

#pied a{
color:#666666;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

.bloc{
display:block;
width:172px;
padding:12px 2px 16px 16px;
background:url(/images/fond_bloc.jpg) 0 0 repeat-x;
color:#58585A;
font-size:10px;
line-height:16px;}

.bloc2{
display:block;
width:164px;
padding:8px 10px 16px 16px;
background:url(/images/fond_bloc_2.jpg) 0 0 repeat-x;
color:#58585A;
font-size:10px;}

span.titre{
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#E75312;}

span.titrecolonne{
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#E75312;}
