html {
	height: 100%;
	margin: 0;
	padding: 0;
}
	
body {
	padding: 0;
	margin: 0 auto;
	height: 100%;
	color: #333;
	background: url(img/fond_banniere.jpg) no-repeat 50% 0 #2d2d2d;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: .8em;
}

/* ------ CONTENEURS PAGE D'ACCUEIL PRINCIPALE -----*/

#francais, #english, #italiano {
	width: 250px;
	min-height: 260px; /* penser à ajouter parade pour IE6 (min-height non pris en compte) */
	float: left;
	color: #555;
	font-size: .85em;
	background-color: #fff;
	padding: 0 1.2em 1em 1.2em;
	border:1px solid #ccc;
	-moz-box-shadow: 2px 2px 12px #000; 
    -webkit-box-shadow: 2px 2px 12px #000; 
    box-shadow: 2px 2px 12px #000; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
     border-radius: 10px;
}

#francais {margin-top: 1.5em;}
#english {margin: 1.5em 3em 0 3em;}
#italiano {margin-top: 1.5em;}

#francais p, #english p, italiano p {text-align:center;padding-top:1em;}

#francais ul, #english ul, italiano ul {padding-left: 1.2em;}

#francais li a, #english li a, #italiano li a  {
	color: #333;
	text-decoration: none;
}

#francais li a:hover, #english li a:hover, #italiano li a:hover {
	text-decoration: underline;
}

#francais a.bouton {
	text-decoration: none;
	background-color: #C09;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
	padding: .7em .8em .7em .8em;
	border: 1px solid #939;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     border-radius: 5px;
     -moz-box-shadow: 1px 1px 8px #777; 
    -webkit-box-shadow: 1px 1px 8px #777; 
    box-shadow: 1px 1px 8px #777;	
}

#francais a.bouton:hover {
	background-color: #80C100;
	border: 1px solid #79B600;
}



/*---------- CONTENEUR GENERAL ----------*/


#conteneur {
	min-height: 100%;
	width: 945px;
	padding: 0;
	margin: 0 auto;
	/*position: relative;*/
	/*background: url(img/cadre_hack.jpg) no-repeat 100% 100%;*/
}

/*---------- ENTETE + MENU ----------*/
	
#header {
	color: #fff;
	height: 400px;
	position: relative;
	/*background: url(img/haut_cadre.jpg) no-repeat 100% 100%;*/
}	

#header h1 {
	display:none;
}


ul#menu {
	position: absolute;
	top: 6px;
	left: 260px;
	padding:0; 
  	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
  }
  
ul#menu li {
	list-style-type: none;
  }

ul#menu a {
	color: #fff;
	text-decoration: none;
}

ul#menu a:hover {
	color: #9c0;
	text-decoration: none;
}

/* liens directs en haut de page */
  
p.headlinks {
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: .5em;
	padding: 0;
	color: #888;
	font-size: .8em;
	text-align: right;
}

p.headlinks a {
	text-decoration: none;
	color: #888;
}

p.headlinks a:hover {
	text-decoration: none;
	color: #ddd;
}


/* lien RSS en haut de page */

p.headrss {
	position: absolute;
	top: 0;
	left: 400px;
	margin-top: .5em;
	padding: 0;
}

img.rss {
	border: 0px;
}




/*---------- CONTENU DES PAGES ----------*/

#page {
	width: 100%;
	background-color: #fff;
	/*background: url(img/cadre.jpg) repeat-y 50% 0 #fff;*/
	/*padding-bottom: 4em;*/
	/*overflow: auto;*/
	border: 5px solid #fff;
    -moz-box-shadow: 1px 1px 20px #000; 
    -webkit-box-shadow: 1px 1px 20px #000; 
    box-shadow: 1px 1px 20px #000; 
}

#page_content {
	margin: 1em 1.5em 1em 1.5em;
	/*overflow: hidden;*/
}

/* div servant sur les breves contenant des diaporamas */
#page_detail div.diaporama-home {
	display:none;
}

/*---------- PIED DE PAGE ----------*/

#footer {
	width: 100%;
	text-align: right;
	font-size: .85em;
	background-color: #eee;
	border: 5px solid #eee;
    -moz-box-shadow: 1px 6px 20px #000; 
    -webkit-box-shadow: 1px 6px 20px #000; 
    box-shadow: 1px 6px 20px #000; 
}

#footer p {
	text-align:right;
}

#footer a {
	text-decoration: none;
}

#footer img {
	border: 0px;
}


/*------- SHARE THIS ------------*/

#share {
	float: right;
	width: 15%;
	text-align: right;
}

#share a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: .85em;
}

/*---------- FIL D'ARIANE ----------*/

#fil_ariane {
	float: left;
	width: 80%;
}

p.fil {
	color: #666;
	font-size: .85em;
	text-align: left;
	padding: 0;
	margin:0;
}

p.fil a {
	color: #666;
	text-decoration: none;
}

p.fil a:hover {
	text-decoration: underline;
}


/*---------- ACCUEIL : conteneurs et styles supplémentaires ----------*/

/* dernieres publications (colonne de gauche) */

#news1 {
	float: left;
	width: 59%;
	background: #fff;
	/*margin-top: 0;*/
	padding-top: 1em;
	font-size: .85em;
}

#news1 div.diaporama-page {
	display:none;
}

/* titre des sections dans la colonne de gauche */

h3.home-zone {
	border-bottom:2px solid #999;
	font-variant:small-caps;
	font-weight:bold;
	color:#777;
	font-size:1.6em;
	text-align:right;
}

/* actus dans la colonne de gauche */

h4.home-article {
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
	padding-bottom: .3em;
	margin-bottom: .5em;
	
}

h4.home-article a {
	color: #939;
	text-decoration: none;
}

h4.home-article a:hover {
	color: #690;
	text-decoration: none;
}

#news1 p {
	margin:0 0 .8em 0;
	font-size: 1em;
}

#news1 p.date_home {
	float:left;
	margin:0;
	font-weight:bold;
	color: #333;
	text-align:left;
}

#news1 li a {
	color: #333;
	text-decoration: none;
}

#news1 li a:hover {
	text-decoration: underline;
}


/* breves de la catégorie accueil (colonne de droite) */

#news2 {
	float: right;
	width: 33%;
	margin-top: 1.5em;
	font-size: .85em;
	background-color: #fff;
	padding: 0 1.2em 1em 1.2em;
	border:1px solid #ccc;
	-moz-box-shadow: 2px 2px 12px #bbb; 
    -webkit-box-shadow: 2px 2px 12px #bbb; 
    box-shadow: 2px 2px 12px #bbb; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
     border-radius: 10px;
}

#news2 div.diaporama-page {
	display:none;
}

/* titre des news dans la colonne de droite */

h3.home-news {
	border-bottom:2px solid #555;
	font-variant:small-caps;
	font-weight:bold;
	color:#333;
	font-size:1.5em;      
}

h3.home-news a, h3.home-news a:hover {
	color:#333;
	text-decoration: none;
}



/*---------- TITRE PAGE (CATEGORIE, ARTICLE, BREVE...) ----------*/

h2 {
	font-size: 1.7em;
	color: #690;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: .3em;
	padding-top: .5em;
}

/*---------- TITRE SOUS-CATEGORIE + CHAPITRES DANS ARTICLE ----------*/

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #939;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #690;
}

/*---------- TITRES SITEMAP ----------*/


#sitemap {
	margin: 0 0 0 2em;
}

#sitemap a {
	color: #333;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

p.sous_cat {
	margin: 0 0 0 2em;
	padding: 0;
}

/*---------- LIENS ----------*/

a {
	color: #690;
	text-decoration : underline;
}

a:hover {
	color: #939;
	text-decoration : underline;
}

a img {
	border: 0px;
}


h3 a {
	color: #939;
	text-decoration: none;
}

h3 a:hover {
	color: #690;
}

h4 a {
	text-decoration: none;
}

h4 a:hover {
	color: #939;
}

/*---------- TEXTES ET PARAGRAPHES ----------*/

p {
	font-size: 1em;
	text-align: justify;
	line-height: 1.4em;
}

li {
	font-size: 1em;
	line-height: 1.4em;
}


/* indication du nb de ressources dans une categorie */

p.nb_ressources {
	margin: 0;
	padding-top: .2em;
	text-align: right;
	font-size: .9em;
	color: #999;
}

h4.bigger {
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: .3em;

}

/* utilisé dans la page autres villages pour les notes */

code {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: .85em;
	color: #444;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* affichage de la date de publication dans une page "breve" ou "article" */

p.date {
	font-size: .9em;
	text-align: right;
	color: #690;
	padding: .2em 0 0 0;
	margin: 0;
}

/* bloc de citation dans un article */

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 2em;
	padding-left: 1em;
	color: #777;
	font-family: Georgia, "DejaVu Serif", Norasi, serif;
	font-style: italic;
}


/* navigation en bas de page des catégories (pages suivantes/precedentes) */

p.nav_pages {
	padding-top: 1em;
	line-height: 1.8em;
	text-align: center;
	font-size: .9em;
	color: #939;
}

p.nav_pages a {
	text-decoration : none
}

p.nav_pages a:hover {
	color: #939;
	text-decoration : none
}

a.current {
	color: #939;
	font-weight: bold;
}

/*---------- ELEMENTS COMMUNS : ARTICLES DANS UNE CATEGORIE PAR EXEMPLE ----------*/

div.ressource {}

.ressource h3.last {
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .3em;	
}

.ressource p.date {
	font-size: .9em;
	text-align: right;
	color: #690;
	padding: .2em 0 0 0;
	margin: 0;
}


/* ----- RUBRIQUE CARTES : PRESENTATION DES RESSOURCES */

div.map {}


.map h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .3em;	
}

/* ----- RUBRIQUE LIENS : PRESENTATION DES RESSOURCES */

div.link {
	margin: 1em 0 1em 3em;
	font-size: .85em;
	border-bottom: 1px solid #ccc;
}


.link a {
	color: #690;
	text-decoration: none;
}

.link a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #690;
}

/*---------- INDEX DES VIDEOS : PRESENTATION DES RESSOURCES ----------*/


div.index_videos {}

div.index_videos h3 {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: .9em;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .3em;	
}

div.index_videos p {
	font-size: .85em;
	margin-left: 2em;
}

div.index_videos object {
	margin-top: 1em;
	margin-left: 2em;
}

div.index_videos li {
	font-size: .85em;
}

div.index_videos h3 a {
	color: #939;
	text-decoration: none;
}

div.index_videos h3 a:hover {
	color: #690;
}

div.index_videos li a {
	color: #333;
	text-decoration: none;
}

div.index_videos li a:hover {
	text-decoration: underline;
}





/* insertion d'images dans les articles/breves (images "classiques" syntaxe wiki) */

img.px-left { 
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 0.5em 1.5em 1em 0;
}

img.px-right { 
	float: right;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 0.5em 0.5em 1em 1.5em;
}

img.px-center { 
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 1em auto 1em auto;
}

/* separateur pour remettre l'alignement "normal" apres avoir insere une image */

hr {
	display:block;
 	height: 1px;
 	line-height: 1px;
 	margin: 0;
 	/*_margin: -7px 0;*/
 	padding: 0;
 	border: 0;
	color: #fff;
	background-color: #fff;
	clear: both;
}

/* mise en forme des tableaux (syntaxe wiki) */
  
  table.wiki-table {
    background: #fff;
    border-spacing: 0;
    border-collapse: collapse;
	font-size: .9em;
    padding:0;
    margin:0;
}

table.wiki-table tr,td,th {padding:0; margin:0;}

table.wiki-table th {
    padding: .5em ;
    border: 1px solid #777;
    background: #eee;
    font-weight: bold;
}

table.wiki-table td {
    padding: .5em ;
    border: 1px solid #777;
}



/*---------- AIDE : affichage des touches (accesskey) ----------*/

kbd {
	color : #000;
	background: #f4f4f4;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	padding: .2em;
	font-size: 1.2em;
}

ul.keyboard {
	padding-left: 3em;
}

ul.keyboard li {
	padding-bottom: .7em;
}


/*---------- MISE EN FORME GALERIE SYNTAXE WIKI ----------*/

.gallery {
	float: left;
	padding: 0;
	margin: 0;
	padding-right: 20px;
}

.gallery-img {
	float:left;
	background: url(img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;

}

.gallery-img img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
  }
  
 .gallery-legend {
	text-align: left;
	font-size: .85em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 12px;
	clear: both;
}


/*---- MISE EN FORME DES ALBUMS ZENPHOTO ----*/

div.zp_album {
	float: left;
	background: url(img/cadre-photo-zp.png) 0 0 no-repeat;
	width: 100%;
	min-height: 170px;
	margin: 2em 0 0 0;
}

div.zp_album img {
	float: left;
	margin: 9px 25px 0 11px;
	border: 0;
}

div.zp_album a {
	color: #333;
	text-decoration: none;
}

div.zp_album a:hover {
	color: #690;
}


div.zp_album h3 {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
	color: #333;
	font-size: 1em;
	margin: .5em 0 0 0;
	padding: 0;
}


div.zp_album p {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

div.zp_album p.compteur {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	color: #888;
}



/*---------- MOTEUR DE RECHERCHE ----------*/


form.search, fieldset.search {
	display: inline;
	margin-top: 2px;
	padding: 0;
	border: 0;
}

form.search {
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: 2em;
	padding: 0;
	text-align: right;
}


/*-------------- FORMULAIRE CONFERENCE + ENVOI PAR MAIL	--------------*/


form.registration {
	position: relative;
	text-align: left;
}


#piedForm {
	text-align: center;
	padding: .5em;
} 


#corpForm {
	color: black;
	margin: 0;
}

#corpForm fieldset {
	width: 500px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 1em;
	font-style: normal;
	padding: 0 1em 1em 1em;
}

#corpForm legend {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #690;
	border: none;
}
	
#corpForm p {
	color: #333;
	padding: .2em 0;
	margin: 0 0 .2em 0;
	clear: both;
	text-indent: 0px;
}

#corpForm p.question {
	color: #333;
	text-align:center;
}

#corpForm p.question_oubli {
	color: red;
	text-align:center;
}

#corpForm span.explication {
	font-size: .75em;
	color: #939;
}

#corpForm label {
	float: left;
	width: 40%;
	text-align: right;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

#corpForm label.oblig {
	font-weight: bold;
}

#corpForm label.oblig_oubli {
	font-weight: bold;
	color: red;
}

#corpForm label.cache {
	color: #fff;
}

