/* ----- Internet Handheld Style Sheet ----- */ 

 
/* ---------- Structure du document ---------- */

/* Base du document */
html	{ 
	padding: 0px 20px;	
	border: 0px solid lime;
	}

/* Corps du document */
body {
	position: relative;
	max-width: 1000px;
	min-height: 460px;
	margin: 0 auto; 
	padding: 0;	
	background:  white ;
	color: rgb(0,0,51);
	text-align: justify;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 13px;
	border: 1px solid white;
	}
#infoContent{
	border: 0px solid fuchsia;
	}
#infoMsg{
	border-top: 1px solid rgb(53,101,211);
	margin: 5px 0px 0px 0px;
	padding-top: 10px;
	min-height: 355px;
	}
div#msgCol1 {
	border: 0px solid red;
	vertical-align: top;
	}
#msgCol2 {
	border: 0px solid orange;
	vertical-align: top;
	padding: 20px 0 0 30px;
	}

/* --------- Mise en forme generale ---------- */
/* Titre de niveau 1 */
h1 {	
	background:  white ;
	font-size: 130%;
	border: 0px solid red;
	}
/* Titre de niveau 2 */
h2 {	
	font-size: 110%;
	font-weight: bold;
	}
/* Titre de niveau 3 */
h3 {	
	font-size: 100%;
	}
/* Paragraphes */
p{
	}
/* Listes */ 
ol, ul, dl	{
	padding-left: 30px;
	}
/* Images inserees dans les documents */
img	{
margin: 10px;
	border: 1px solid black;
	}
/* Liens par defaut */
											
a {
	background-color: transparent;
	color:  rgb(53,101,211);
	text-decoration: underline;
	}
/* Lien lors du survol */
a:hover	 {
	color:black;
	text-decoration: underline ;
	background-color: #F5F5F5;
	}
/* Liens automatiques vers le glossaire */
a.glossLink{ 
	background: rgb(239,239,239)
	}

/* Tables */
table{
	}
td{	text-align: left;
	vertical-align: top;
	padding: 2px
	}
th{	
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-weight: bold
	}

/* Formulaires */
button	{
	background: gray;
	color:  white;
	cursor: pointer;
	}
button:hover{
	background: white;
	color: black;
	}
option{
	background: white;
	color: black;
	}
input, select, textarea	{
	background: none;
	border: 1px solid gray;
	}



/* ---------- Zone de navigation ---------- */

/* Barre de navigation principale */
#navglobal{
	width: 100%;
	background: white;
	padding: 265px 0 0 0;
	display: block;
	white-space: nowrap;
	margin: 0;
	border: 0px solid blue;
	}
#navglobal li{
	margin: 5px 0;
list-style-type: none;
	border-top: 1px solid lightgrey;
	}
/* Mise en page des liens */
#navglobal a{
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(0,0,51);
	}
/* Survol du lien  */
#navglobal a:hover{
	background: #006E9F;
	color: white;
	}
#navglobal a.actif:hover{
	background: none;
	color: rgb(53,101,211);
	cursor: default;
	}


/* Barre de navigation secondaire #nav2 */
#navglobal ul.nav2	{
	background: white;
	margin: 0px;
	padding: 10px 0 0 0;
	text-align: left;
	display: none;
	}
#navglobal ul.nav2.actif	{
	display: inline;
	}
#navglobal ul.nav2 li{
	padding: 0 0 0 30px;
	border-top: 1px dotted lightgrey;
	}
/* Mise en page du lien dans #nav2 */
#navglobal ul.nav2 a{text-decoration: none;
	font-size: 100%;
	display: block;
	padding: 3px 3px 3px 0px;
	margin: 0px;
	background: transparent;
	border-bottom: 0px dotted rgb(211,211,211);
	}
/* Survol du lien dans #nav2 */
#navglobal ul.nav2 a:hover{
	background:  rgb(250,250,255);
	color: black;	
	}
/* Etat lors du clic sur le lien dans #nav2 */
#navglobal ul.nav2 a:active{}
/* Puce au survol du lien dans #nav2 */
#navglobal ul.nav2 a:hover:before{
	content: '> ';	
	}




/* Barre de navigation niveau 3 #nav3*/
#navglobal ul.nav3	{
	margin: 0px;
	display: none;
	}
#navglobal ul.nav3.actif	{
	display: inline;
	}
#navglobal ul.nav3 a{
	margin: 0px;
	padding: 0 0 0 15px;
	border-bottom: 1px dotted rgb(211,211,211);
	}

/* Mise en evidence des liens actifs */
#navglobal a.actif{
	font-weight: bold;
	color:  rgb(53,101,211);
	}

/* Mise en evidence des accesskeys */
#navglobal	em{ text-decoration: underline;
	font-style: normal;
	}
/* Navigateur */
.vousIci{
	font-size: 80%;
	}


/* ---------- Langues ----------  */
#navLang{border: none;
	position: absolute;
	top: 110px;
	right: 85px;
	z-index: 6;
	}
#navLang a{
	}
#navLang a.actif{ color: red;
	}

/* ---------- Documents divers ---------- */

/* News ?id=50 */
.newsAccroche{
	font-style: italic;
	}
.newsima{border: none;
	float: right;
	}
.newsfeed img{float: none;
	margin: 0px 2px;
	padding: 0px;
	border: none;
	}
.fullNews{border: 1px dotted gray;
	margin: 5px;
	padding: 5px;
	}

div#newsSidebar {
	padding: 3px 5px 25px 5px;
	margin: 0px;
	text-align: left;
	position: absolute;
	top: 5px;
	left: 0px;
	background: white;
	color: black;
	}
div#newsSidebar .dateJour{
	font-style: italic;
	font-size: small;
	}
div#newsSidebar .datePubli{
	font-size: x-small;
	}
.addSidebar{font-weight: bold;
	font-size: medium;
	}


/* Galerie */

ul.galerie li.multiGalerie{
	position: relative;
	display: block;
	min-height: 85px;
	margin: 0 0 7px 0;
	padding: 0 0 7px 120px;
	border: 0px solid fuchsia;
	border-bottom: 1px dotted  rgb(53,101,211);
	}
ul.galerie li.multiGalerie img{
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	margin: 2px 0 0 0;
	vertical-align: top;
	display: inline;
	float: left;
	border: 1px solid rgb(53,101,211);
	}
ul.galerie li a{
	text-decoration: none;
	}
ul.galerie li h2{
	padding: 0px;
	margin: 0;
	border: 0px solid red;
	}
ul.galerie li p{
	padding: 0px;
	margin: 0;
	display: inline-block;
	border: 0px solid orange;
	}



ul.galerie{
	padding: 0;
	text-align: left;
	padding: 0px;
	margin: 0;
	border: 0px solid red;
	}

ul.galerie img, galerieImage img{
	float: none;
	padding: 2px;
	margin: 2px 5px;
	border: 1px solid rgb(53,101,211);
	}

#show{float: none;
	padding: 2px;
	margin: 0;
	border: 1px solid rgb(53,101,211);
	}
.galerieLegende textarea{
}



/* Livre d'or ?id=12 */

.livredor label{display: block;
	 }
.livredor{margin-left: 20px;
	 }

/* Glossaire ?id=35 */
.glossTitre{text-decoration: none;
	}
.glossLink{
	font-weight: bold;
	}

/* Plan de site ?id=1026 */

ul.siteMap{border: 0px solid lime;
	padding-left: 0;
	border-bottom: 1px dotted  rgb(204,204,204);
	}
ul.siteMap>li{border: 0px solid red;
	list-style-type: none;
	margin-bottom: 10px;
	}
ul.siteMap>li>a{border: 0px solid fuchsia;
	font-size: 120%;
	margin-bottom: 10px;
	border-bottom: 1px dotted  rgb(204,204,204);
	display: block;
	}
ul.siteMap a{
	text-decoration: none;
	}
ul.siteMap li{
	padding: 1px;
	}


/* Page de liens ?id=5 */
/* Position des images en survol*/
#cible{position: absolute;
	top: 50px;
	right: 190px;
	}


/* Liens par theme */

div#liens ul li a{
	display: block;
	padding-top: 5px;
	}

#liens a:hover img{
	padding-top: 5px;
	} 


/* ---------- Elements speciaux ---------- */	
/* Galerie dans la page */
.inlineGalery{width: 180px;
	float: left;
	}
.inlineGalery img{float: none;
	margin: 5px;
	padding: 0;
	}
.inlineGalery img:hover{}
.inlineGalery a:hover{}

/* ---------- Fin des document ---------- */


/* Illustrations (pour tous les documents)*/
div#illustrations {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: 250px;
	text-align: right;
	overflow: hidden;
	border: 0px solid red;
	}
div#illustrations img{
	border: none;
	margin: 0;
	}

/* Pied de page */
#footer{
	border: 0px solid orange;
	}
#boutons{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	border: 0px solid red;
	}
#fonctions{
	text-align: right;
	padding: 20px 10px 20px 0px;
	margin: 0;
	font-size: 85%;
	border: 0px solid purple;
	}
#fonctions a, address a{
	text-decoration: none;
	}

/* Recherches sur le web (doit &#65533;tre activ&#65533;e depuis les param&#65533;tres!) */
#searchoptions{
	white-space: nowrap;
	}
div#search{
	position: absolute;
	top: 155px;
	right: 20px;
	white-space: nowrap;
	border: red solid 0px;
	text-align: right;
	}
div#search button, div#search input{
	border: 1px solid rgb(211,211,211);
	font-size: 80%;
	
	}
div#search input#q{
	width: 180px;
	
	}


/* Zone de collecte des e-mails pour la newsletter */
.newsletter{
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	position: relative;
	top: -35px;
	background: white;
	z-index: 3;
	border: red solid 0px;
	width: 350px;
	}
/* Champs de saisie */
.newsletter input{
	
	}

/* Logo */
#logo	img{border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	}

/* Coordonnees du client */
address	{
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0;
	border-bottom: 1px solid rgb(211,211,211);
	font-size: 80%;
	font-style: normal;
	color: black;
	}

/* Icones en fin de document (XHTML, CSS, WAI)*/
ul#validation {
	text-align: center;
	margin: 0;
	padding: 10px 10px 16px 6px;
	font-size: 60%;
	border-top: 1px solid rgb(53,101,211);
	}

/* Commander la doc */
div#commandez img{
	display: none;
}

/* Loggin */
div.log{
	padding-top: 200px
	}