@font-face {
	font-family: "Gabo4";
	src: url('../fonts/Gabo4.ttf') format('truetype');
}

@font-face {
	font-family: "GeosansLight";	
	src: url('../fonts/GeosansLight.ttf') format('truetype');	
}

@font-face {
	font-family: "youareloved";
	src: url('../fonts/YouAreLoved.ttf') format('truetype');
}

p {
	text-align: justify;
	padding: 10px;
	margin: 0;
}

body{
	margin: 2px 0 0 0;
	padding: 0;
	font-family: "Arial","Verdana","Helvetica",sans-serif;
	
	line-height: 1.5;
	background: url('../images/bg_blackPaper3.jpg') repeat-y;
 	background-color: #000;
	color: #BBB;
}

/*	########################################################################################## 
	Boutons d'acces au backOffice ce SPIP
	##########################################################################################	*/

.spip-admin-float{
	display: none;	/* pour pas avoir de clip au chargement de la page */
}

#boutonsSPIPBackOffice{
	height: 20px;
}

.new-spip-admin-float{
	float: left;
	width: 950px;
	margin: 2px 0;
	padding: 0 10px 0 0;
}

.new-spip-admin-boutons{
	float: right;
	padding: 0px 5px;
	margin: 0px 0px 2px 2px;
	color: #444;
	background-color: #777;
	font-size: 14px;
	border: 1px solid #444;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;	
}

a.new-spip-admin-boutons:link, a.new-spip-admin-boutons:visited {
	text-decoration: none;
	background: url('../images/buttonblue.png');
}

a.new-spip-admin-boutons:hover {
	color: #FFF;
	background: none;
	background-color: #444;
		border: 1px solid #999;
}

/* ########## Structure principale	########## */

#mainContener{
	width: 960px;	
	margin: 0 auto;
	/*background: url('../images/12_col.gif') repeat-y;	*/
}

#header{
	clear: both;
	width: 938px;
	margin: 0 auto;
	height: 120px;
 		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;	
		border: 1px solid #BBB;
}

#show{
	width: 938px;
	height: 120px;
 	background: url('../images/banniere/image1.jpg') no-repeat;
	
 		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
}

#logo{
 	position: relative;
	width: 342px;
	height: 120px;
	margin-top: -120px;
	margin-left: auto;
	margin-right: auto;
 	background: url('../images/logo.png') no-repeat;
}


/*	########################################################################################## 
	Menu de navigation principale
	##########################################################################################	*/


#bandeauGauche{
	float: left;
	display: inline;
	width: 218px;
	margin: 20px 0 0 10px;
}

#enteteMenu{
	width: 213px;
	height: 34px;
	background: url('../images/enteteMenu.png') 4px 0px no-repeat;
}

#menu {
	color: #BBB;
	background: url('../images/bg_menu.png') repeat-x;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#menu li {
	display: block;
	margin: 0px;
	border-bottom: 1px dotted #B1B69C;
}

#menu li:last-child {
	display: block;
	margin: 0px;
	border: none;
}

#menu a {
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 25px;
	height: 100%;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #BBB;
}

#menu a:hover {
	color: #000;
	background-color: #6f92aa;	
}

#menu .on a:link, #menu .on a:visited{
	color: #000;
	background: url('../images/camera.gif') 3px center no-repeat;
	background-color: #777;
}


/*	########################################################################################## 
	Encart de presentation sur la page d'accueil
	##########################################################################################	*/

#zephoto{
/* 	margin-top: 20px; */
	float: right;
	width: 175px;
	height: 175px;
	background: url('../images/photoPierre.png') no-repeat;
/* 		border: 1px solid #FFF; */
}

/* ############################## zone d'affichage principale : content	##############################	*/

#content{
	float: left;
	display: inline;
	width: 700px;
	margin: 20px 0px 30px 20px;
	overflow: hidden;
}

#enteteContent{
	width: 694px;
	height: 34px;
	background: url('../images/enteteContent.png') 2px 0px no-repeat;
}

#contenu{
	padding: 10px;
		min-height:620px;
		height:auto !important;
		height: 620px;	/* taille min de la div sous IE6	*/

		background: url('../images/bg_content.png') top repeat-x;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;	
}

#contenu  p {
	margin: 0 0 20px 0;
	padding: 0;
}

#contenu img{
	border: none;
}

/**
 *	ShowRoom
 */

#descriptifRubrique{
	color: #FFF;
	font-size: 20px;
	font-family	: "Gabo4","Arial","Verdana","Helvetica",sans-serif;
}
 
#showRoom{
	float: left;
}

#showRoom .vignette{
	float: left;
	display: inline;	/* hack ie6 marge	*/
	margin: 10px 0 10px 28px;
	width: 134px;
	height: 190px;
	overflow: hidden;
}

#showRoom .titreArticle{
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

#showRoom .vignette img{
	width: 130px;
	height: 130px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid #BBB;
		-moz-box-shadow: #000 0px 4px 10px -5px;
		-webkit-box-shadow: 0px 2px 4px #000;
}

/**
 *	mapMonde
 */
 
#mapMonde{
	cursor: pointer;
	margin: 0 0 10px 0;
	padding: 0;
	width: 680px;
/* 	height: 45px;	Version Scrollable */
	height: 409px;
	background: url('../images/mapMonde2.png') no-repeat;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 1px solid #afb1ae;
}

#mapMonde a:link, #mapMonde a:visited{
	text-decoration: none;
}

#miniEarth{
	height: 45px;
	width: 45px;
	background: url('../images/miniEarth.png') no-repeat;
}

#Afrique, #Amerique, #Asie, #Europe, #Oceanie {
/* 	display: none */;
	position: absolute;		
	width: 16px;
	height: 16px;
	background: url('../images/check.png') no-repeat;
}

#Afrique{
	margin-left: 340px;
	margin-top: 225px;
}

#Amerique {
	margin-left: 140px;
	margin-top: 215px;
}

 #Asie {
 	margin-left: 465px;
	margin-top: 125px;
 }

 #Europe {
 	margin-left: 320px;
	margin-top: 145px;
 }

 #Oceanie { 
	margin-left: 545px;
	margin-top: 290px;
 }



/**
 *	Footer
 */

#preFooter{
	float: left;
	width: 960px;
	margin: 0;
	padding: 0px 0px;
	text-align: justify;
	color: #BBB;
	border-top: 1px solid #FFF;
}

#girafe{
	margin-top: -242px;
	width: 194px;
	height: 242px;
	background: url('../images/girafe.png') center no-repeat;
}

#vegetation{
	margin-top: -37px;
	width: 960px;
	height: 37px;
	background: url('../images/vegetation.png') no-repeat;
}

#annotations{
	padding: 5px 0;
}

#preFooter p{
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0 10px;
	width: 940px;
	color: #BBB;	
	text-align: right;
	border-top: 1px dashed #999;
}

/*	########################################################################################## 
	Page portfolios (rubrique=2.html)
	##########################################################################################	*/

.theme{
	cursor: pointer;
	position: relative;
	float: left;
	display: inline;
	margin: 0 0 20px 0;
	padding: 0;
	width: 328px;
	height: 88px;
	border: 1px solid #afb1ae;
	
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	overflow: hidden;
}

.impair{
	margin-right: 20px;
}

.nomTheme{
	position: relative;
	margin-top: -70px;
	color: #FFF;
	background-color: #000;
	display: block;
	font-size: 28px;
	text-align: center;
	font-family	: "youareloved","Arial","Verdana","Helvetica",sans-serif;
}

* html .nomTheme{margin-top: -65px;}	/* hack alignement IE6	*/
*+html .nomTheme{margin-top: -65px;}	/* hack alignement IE7	*/

.bgTheme img{
	border: none;
	height: 88px;
}

.titreTheme{
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #FFF;
	font-family	: "Gabo4","Arial","Verdana","Helvetica",sans-serif;
}

/*	########################################################################################## 
	Page evenementiel (rubrique=4.html)
	##########################################################################################	*/

.previewArticle{
	clear: both;
	float: left;
	cursor: pointer;
	margin: 0 0 20px 0;
	padding: 0;
	width: 658px;
	padding: 10px;
	border: 1px solid transparent;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;	
}

.previewArticle a:link, .previewArticle a:visited{
	color: #FFF;
	text-decoration: none;
}

.previewArticle a:hover{
	color: #FFF;
}

.previewTitre{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.ctnPreview{
	float: left;
}

.previewVignette{
	float: left;
	width: 48px;
	height: 48px;
	background: url('../images/thumbnail-show.png') no-repeat;
}

.previewTexte{
	float: right;
	width: 582px;
	margin-left: 10px;
	color: #BBB;
	text-align: justify;
}


/*	########################################################################################## 
	Style du formulaire de contact
	##########################################################################################	*/

/* Form styles */
.formulaire_ecrire_auteur { /* todo	*/}

.erreur_message {
	margin: 0 15px 0 220px;
	padding: 2px 2px 2px 0px;
	color: red;
	background: url('../images/arrow.png') 0px center no-repeat;
	font-size: 10px;
	overflow: hidden;
}

.erreur_message span{
	padding-left: 20px;
}

.formulaire_ecrire_auteur form legend { font-weight: bold; color: #BBB; }

.formulaire_ecrire_auteur form div {
	padding: 0.25em 0;
}
	
.formulaire_ecrire_auteur label, .formulaire_ecrire_auteur span.label {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	width: 200px;
	text-align: right;
}

/* .formulaire_ecrire_auteur input:focus, .formulaire_ecrire_auteur textarea:focus {
	background-color: #c5d3d7;
} */

.clear{
	clear: both;
	font-size: 0;
}


/*	########################################################################################## 
	ToolTip
	##########################################################################################	*/

#tooltip {
	position:absolute;
	display:none;
	font-family: "Arial","Verdana","Helvetica",sans-serif;
	line-height: 1;
	font-size: 14px;
	border: 1px solid #4c3632;
	background-color: #FFF;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

#tooltip .toolTitle {
	/* background-color: #777; */
	color: #926d47;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

#tooltip .toolContent {
	margin: 5px;
	color: #444;
	text-align: justify;
}

/*	########################################################################################## 
	Article.html
	##########################################################################################	*/

#titreArticle{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

.barre{
	border-top: 1px dotted #FFF;
}
	
#chapo{
	color: #BBB;
	margin-top: 10px;
}

#texte{
	padding-top: 10px;
	border-top: 1px dotted #FFF;			
}

.spip_documents_left{
	margin: 0px 15px 0px 0px;
	padding: 0px;
}	
	
#contenu .spip_documents_left img{
	border: 3px solid #BBB;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
}
	


/*	########################################################################################## 
	Divers
	##########################################################################################	*/

.entoure{
	background-color: #cec6b5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
	
#debugBouton {
	float: left;
	display: inline;
	cursor: pointer;
	padding: 0px 5px;
	margin: 0px 0px 2px 10px;
	color: #444;
	background-color: #BBB;
	font-size: 14px;
	border: 1px solid #444;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;	
}
