/* Style utilisé par défaut */
* {
	font-family: Verdana, arial, helvetica, Tahoma, serif;
	font-size: 9pt;
}

/* Style redefini des liens par défaut */
a:link {
	color: #000066;
	font-family: Verdana, arial, helvetica, Tahoma, serif;
	font-size: 9pt;
	text-decoration: none;
}

/* Style redefini des liens par défaut : visited */
a:visited {
	color: #000066;
	font-family: Verdana, arial, helvetica, Tahoma, serif;
	font-size: 9pt;
	text-decoration: none;
}

/* Style redefini des liens par défaut : hover */
a:hover {
	color: #FF6347;
	cursor: pointer;
	font-family: Verdana, arial, helvetica, Tahoma, serif;
	font-size: 9pt;
	text-decoration: underline;
}

/* Style redefini des liens par défaut : active */
a:active {
	color: #000066;
	font-family: Verdana, arial, helvetica, Tahoma, serif;
	font-size: 9pt;
	text-decoration: none;
}

/* Style redefini des liens du menu */
a:link.menu {
	color:  #000066;
	font-family: Verdana, arial, helvetica, Tahoma, serif;
	font-size: 9pt;
	text-decoration: none;
}

/* Style redefini des liens du menu : visited */
a:visited.menu {
	color: #000066;
	font-family: Verdana, arial, helvetica, Tahoma, serif;
	font-size: 9pt;
	text-decoration: none;
}

/* Style redefini des liens du menu : hover */
a:hover.menu {
	color: #000066;
	cursor: pointer;
	font-family: Verdana, arial, helvetica, Tahoma, serif;
	font-size: 9pt;
	text-decoration: underline;
}

/* Style redefini des liens du menu : active */
a:active.menu {
	color:  #000066;
	font-family: Verdana, arial, helvetica, Tahoma, serif;
	font-size: 9pt;
	text-decoration: none;
}

/* Style redefini du corps de pages web du site + scroll + marges */
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, arial, helvetica, Tahoma, cursive;
	font-size: 9pt;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

/* Style redefini des listes avec puces (lu, li) */
li {
	line-height: 17px;
	list-style-image: url(/img/li_puce.gif);
	text-indent: -5pt;
}

/* Style redefini de touts les tableaux HTML */
table, td, tr {
	font-family: Verdana, arial, helvetica, Tahoma, cursive;
	font-size: 9pt;
}

/* Style de texte pour tous les messages d'alerts */
.attention {
	color: #FF0000;
	background-color: transparent;
	font-size: 10pt;
}

/* Style du cadre du pied de page 
(inc-footer.asp) */
.boxfooter {
	color: #FFFFFF;
	background-color: transparent;
	font-size: 12px;
	height: 30px;
}

/* Style du texte du pied de page 
(inc-footer.asp) */
.txtfooter {
	color: black;
	background-color: transparent;
	font-size: 9px;
}


/* Style du cadre des pages 
(inc-header.asp) */
.boxmain {
}

/* Style du cadre permettant de gérer le menu des rubriques 
(inc-left.asp) */
.boxmenu {
	/*color: white;*/
	background-color: #FFF;
	border: 1px solid #53A4E5;
}

/* Style de la première ligne du menu des rubriques : le lien vers l'accueil 
(inc-left.asp) */
.boxmenu_aquabandeau {
}

/* Style du cadre de navigation contextuel
(inc-outil.asp) */
.boxnav {
	color: #000000;
	background-color: #FFECCE;
	background-image: url(../img/fond.gif);
	border: 1px solid #F67A1C;
}

/* Style des champs du formulaire de contact général du site
(contact.asp) */
.boxContactInput {
/*	color: Navy;*/
	background-color: #C1E0F7;
	border: 1px solid #52A6E6;
}

/*
- Style des libelles des résultats d'une recherche globale
- Pages utilisées : recherche.asp
- Ajouter le 07/10/2003
*/
.txtSearchLibelle {
	background-color: #52A6E6;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

/*
- Style des nom de rubrique des résultats d'une rehcerche globale
- Pages utilisées : recherche.asp
- Ajouter le 07/10/2003
*/
.boxSearchRubrique {
	background-color: #F2FFC6;
	color: black;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

/*
- Style des champs du formulaire de recherche générale du site
- Pages utilisées : inc-left.asp
- Ajouter le 24/10/2003
*/
.boxSearchInput {
/*	color: Navy;*/
	background-color: lightgray;
	border: 1px solid #7599C6;
}

/*
- Style des formulaires d'abonnement aux newsletters
- Pages utilisées : /newsletter/
- Ajouter le 07/10/2003
*/
.boxNewsletter {
	background-color: #FFFFFF;
	color: #7599C6;
	font-weight: bold;
	border-bottom: 1px solid #516AA3;
	border-top: 1px solid #516AA3;
}