/* ----- Internet handheld style sheet ----- */ 

/* Corps du documents */
p, li	{color: #2F2F2F;
	padding-right: 5px;
	padding-left: 5px;
	}
h1 {color: gray;
	font-size: medium;
	text-align: left;
	 }
h2 {	color: black;
	 font-size: small;
	text-align: left;
	 }
h3 {	color: gray;
	 font-size: small;
	font-weight: bold;
	text-align: left;
	 }
body    {color: black;
	font-family: Arial, Helvetica,  sans-serif;
	font-size: x-small;
	background: white;
	padding: 80px 0px 0px 0px;
	margin: 2px;
	text-align: justify;
	}
img	{margin: 10px;
	border: 1px solid black;
	max-width: 100%;
	}
.evidence{font-weight: bolder;
	}
.centre	{text-align: center;
	}	

/* Liens */											
a 	{color: gray;
	 background-color: transparent ;
	 text-decoration: underline;
	 }
a:hover	 {color:black;
	 text-decoration: underline ;
	 background-color: #F5F5F5;
	}

/* Barre de navigation laterale */
#navglobal{
	background: #EEEEEE;
	padding: 7px 0px 7px 20px;
	display: block;
	white-space: nowrap;
	margin: 13px 0 0 0;
	list-style-type: none;

	}
/*#navglobal li{
	display: inline;
	}*/
/* Mise en page des liens */
#navglobal a{
	margin: 1px;
	padding: 2px 6px;
	text-decoration: none;
	background: #DCDCDC;
	color: #6E6E6E;
	display: block;
	}
/* Survol du lien  */
#navglobal a:hover{
	background: #006E9F;
	color: white;
	}
/* Etat lors du clic sur le lien dans #nav */
#navglobal a:active{}


/* Barre de navigation secondaire #nav2 */
#navglobal ul.nav2	{
	list-style-type: none;
	width: 180px;
	background: white;
	margin: 0px;
	padding: 0px;
	display: none;
	}
#navglobal ul.nav2.actif	{
	display: inline;
	border: 0px solid lime;
	}
/* Mise en page du lien dans #nav2 */
#navglobal ul.nav2 a{text-decoration: none;
	font-size: 100%;
	display: block;
	padding: 2px 2px 2px 22px;
	margin: 0px;
	background: transparent;
	border-bottom: 1px dotted lightgrey;
	}
/* Survol du lien dans #nav2 */
#navglobal ul.nav2 a:hover{
	background:  #c0c0c0;
	color: black;	
	}
/* Puce au survol du lien dans #nav2 */
#navglobal ul.nav2 a:hover:before{
	content: '> ';	
	}




/* Barre de navigation niveau 3 #nav3*/
#navglobal ul.nav3	{
	position: relative;
	left: 180px;
	top: -18px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	display: none;
	}
#navglobal ul.nav3.actif	{
	display: inline;
	}
#navglobal ul.nav3 a{
	border-bottom: 1px dotted lightgrey;
	}

/* Mise en evidence des liens actifs */
#navglobal a.actif{
	font-weight: bold;
	}

/* Mise en evidence des accesskeys */
#navglobal	em{ text-decoration: underline;
	font-style: normal;
	}




/* 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: 2px;
	padding: 2px;
	}


/* Pied de page */
address	{border-top: 1px solid lightgrey;
	text-align: center;
	padding: 1px 5px 5px 5px;
	margin: 0px;
	font-size: 80%;
	}

#fonctions{text-align: center;
	padding: 10px;
	display: none;
	}

/* Logo */
#logo	{border: none;
	max-width: 90%;
	position: absolute;
	top: 3px;
	left: 1px;
	}
#logo	img{border: none;
	}

.newsletter{
	margin: 0px;
	float: left;
	width: 350px;
	padding-bottom: 1px;
	color: #007577;
	font-weight: bold;
	font-size: larger;
	width: 100%;
	}
/* Formulaires */
button	{background: lightgrey;
	color:  black;
	cursor: pointer;
	}
button:hover{
	background: black;
	color: rgb(211, 211, 211);
	}
input, select, textarea	{background: none;
	border: 1px solid gray;
}


/* Tables */
table{margin-left: 15px}
td, th{	text-align: left;
	vertical-align: top;
	padding: 2px
	}
table#visible td, th{
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	}
table#visible{border-top: 1px solid gray;
	border-right: 1px solid gray;
	}

/* Masked elements */
#search,
#validation,
#boutons,
#slogan,
#yourSize,
.vousIci{
	display: none;
	}