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;
}
	
/*---------- CONTENEUR GENERAL ----------*/


#conteneur {
	min-height: 100%;
	width: 740px;
	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: 150px;
	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: 300px;
	margin-top: .5em;
	padding: 0;
}

img.rss {
	border: 0px;
}


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

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: url(img/cadre.jpg) repeat-y 50% 0 #fff;
	text-align: right;
}
  
#footer p {
	margin: 0 2.5em .5em 2.5em;
	border-top: 1px solid #ccc;
	text-align: right;
	padding: 0;
	font-size: .85em;
}

#footer a {
	text-decoration: none;
}

#footer img {
	border: 0px;
	padding-top: 6px;
}


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

#page {
	width: 100%;
	background: url(img/cadre.jpg) repeat-y 50% 0 #fff;
	padding-bottom: 4em;
	overflow: auto;
}

#page_content {
	margin: 1em 2.5em 1em 2.5em;
	overflow: hidden;
}


/*------- 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;
}

/*---------- 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 + TITRE ACTU ----------*/

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: #939;
}

/*---------- 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 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;
}

/* ARTICLES SUR LA PAGE D'ACCUEIL */

div.last_ressource {
	width: 385px;
}


.last_ressource 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;	
}

.last_ressource p {
	font-size: .85em;
}

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

.last_ressource li {
	font-size: .85em;
}


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

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


/* ----- 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;
}


/*---------- ACCUEIL : conteneurs supplˇmentaires ----------*/

/* dernieres publications */

#news1 {
	float: left;
	width: 59%;
	background: #fff;
	margin-top: 0;
}

p.type_news {
	margin: 2em 0 1em 0;
	line-height: 35px;
	background: url(img/cadre-section-homepage.jpg) no-repeat;
	font-weight: bold;
	text-align: center;
	color: #777;
	font-size: .8em;
}

/* breves de la catˇgorie accueil */

#news2 {
	float: right;
	width: 40%;
	background: #fff;
	margin-top: 1.5em;
}

/*---------- ACCUEIL : prˇsentation des cadres des breves  ---------- */

div.news { 
	width: 273px;
	padding-top: 23px;
	background: url(img/cadre-news1.jpg) top left no-repeat;

}

div.news_content {
	background: url(img/cadre-news2.jpg) bottom left no-repeat;
	padding-bottom: 30px;
}

.news_content h3 {
	margin: 0 35px 10px 30px;
	font-size: 1em;
	color: #9c0;
	text-align: center;
	background-color: #191919;
}

.news_content p {
	margin: 0 35px 5px 30px;
	font-size: .85em;
	color: #ccc;
	text-align: left;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #191919;
	clear: both;
}

.news_content ul {
	margin: 0 35px 5px 10px;
	font-size: .85em;
	color: #ccc;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
}

.news_content ol {
	margin: 0 35px 5px 10px;
	font-size: .85em;
	color: #ccc;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
}

.news_content a {
	text-decoration: none;
	font-weight: bold;
	color: #9c0;
}

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


.news_content strong {
	color: #eee;
}

.news_content blockquote {
	border-left: 1px solid #ccc;
	margin: 0 15px 5px 35px;
	padding: 0;
}

.news_content blockquote p {
	margin: 0 15px 0 15px;
	padding: 0;
}

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

.news_content hr {
	display:block;
	width: 50px;
 	height: 1px;
 	line-height: 1px;
 	margin: 0 auto;
 	/*_margin: -7px 0;*/
 	padding: 0;
 	border: 0;
	color: #191919;
	background-color: #191919;
	clear: both;
}

.news_content object {
	margin: 0 35px 5px 30px;
	clear: both;
}

/* image au format wiki galerie dans une news de la page d'accueil */

#news2 .gallery {
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 30px;
}

#news2 .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;

}

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

/*---------- ACCUEIL : prˇsentation du cadre contenant l'ensemble des derni¸res news  ---------- */

div.newsAll { 
	width: 273px;
	padding-top: 23px;
	background: url(img/cadre-news-all1.jpg) top left no-repeat;

}

div.newsAll_content {
	background: url(img/cadre-news-all2.jpg) bottom left no-repeat;
	padding-bottom: 30px;
}

.newsAll_content h3 {
	margin: 0 35px 10px 30px;
	font-size: 1em;
	color: #333;
	text-align: center;
	background-color: #ddd;
}

.newsAll_content p {
	margin: 0 35px 5px 30px;
	font-size: .85em;
	text-align: left;
	background-color: #ddd;
}

.newsAll_content ul {
	margin: 0 35px 5px 30px;
	padding-left: 15px;
	font-size: .85em;
	text-align: left;
}

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

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




/*---------- ACCUEIL : prˇsentation du cadre contenant le livre d'or (cadre vert)  ---------- */

div.newsGuestbook { 
	width: 273px;
	padding-top: 23px;
	background: url(img/cadre-news-vert1.jpg) top left no-repeat;

}

div.newsGuestbook_content {
	background: url(img/cadre-news-vert2.jpg) bottom left no-repeat;
	padding-bottom: 30px;
}

.newsGuestbook_content h3 {
	margin: 0 35px 10px 30px;
	font-size: 1em;
	color: #fff;
	text-align: center;
	background-color: #690;
}

.newsGuestbook_content p {
	margin: 0 35px 5px 30px;
	font-size: .85em;
	color: #fff;
	text-align: left;
	background-color: #690;
}

.newsGuestbook_content a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.newsGuestbook_content 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;
}

