
/* Styles pour le centrage des pages */

body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}
#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	text-align: left;
}


/* Styles par defaut */

body {
	background-color: #FFFFFF;
}
body, p, td, div {
	color: #808080;	/* FFFFFF */
	font-family: Verdana,Helvetica;
	font-size: 12px;
}
a  {
	color: #F8A82A;	/* A3C100 */
	text-decoration: underline;	/* none */
}
a:hover {
	color: #F8A82A;	/* 688223 */
	text-decoration: underline;
}
form {
	margin: 0px;
}
input, select, textarea {
	border-width: 1px;
	border-color: #000000;	/* FAB685 */
	padding: 0px;
	background-color: #B9BCDA;
	font-family: Verdana,Helvetica;
	color: #333333;
	font-size: 12px;
}
img {
	border-color: #ffffff;
}


/* Style du rappel de navigation en titre dans le corps de la page */

.rappel_navig {
	font-weight: bold;
	font-size : 11px;
	color: #ffffff;
}
.rappel_navig a {
	text-decoration: none;
}
.rappel_navig a:hover {
}


/* Style des liens vers les sous-pages */

.liens_sous_pages {
}


/* Style des retour vers les pages d'origine depuis les sous-pages */

.retour_super_page {
	font-size : 11px;
	text-align: right;
}


/* Styles des menus de la barre de gauche */

.barregauche_menu_txt {
	color: #ffffff;
	font-size: 11px;
	line-height: 1.3;
}
.barregauche_menu_txt a {
	color: #ffffff;
	text-decoration: none;
}
.barregauche_menu_txt a:hover {
	color: #ffff00;
	text-decoration: underline;
}
/* style utilise dans les menus deroulant */
.rub_std { /* inusite */ }
.rub_std_on { /* inusite */ }


/* Styles de la barre de droite */

.acces_direct,
.acces_direct a {
	text-decoration: none;
}
.acces_direct a:hover {
	text-decoration: underline;
}

.actus_barre_droite {
	border: 1px solid #ffffff;
	padding: 7px;
	background-color: #FF7E02;
}
.actus_barre_droite, 
.actus_barre_droite a {
	color: #260013;
	font-size: 10px;
	text-decoration: none;
}
.actus_barre_droite a:hover {	/* .actus_barre_droite div:hover */
	color: #FFFFFF;
	text-decoration: underline;
}
.actus_barre_droite_lien_menu,
.actus_barre_droite_lien_menu a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
.actus_barre_droite_lien_menu a:hover {
	color: #FF7E02;
	text-decoration: underline;
}


/* Styles du pied de page */

.pieddepage {
	color: #666666;
	font-size : 9px;
	text-align : center;
	margin-bottom: 5px;
}
.pieddepage a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.pieddepage a:hover {
	color: #ffff00;
	text-decoration: underline;
}
.bouton_navig {
	text-align:center;
}
.bouton_navig a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.bouton_navig a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}

/* style des calques au dessus de la carte du Finistère */
div.finistere {
	background-color:#CBCF30;
	color:#FFFFFF;
	padding:5px;
}



/* style du formulaire d'aide aux choix */

form.aide_au_choix {
	width:265px;
	font-weight:bold;
	padding:7px;
	background:url('/public/aide_aux_choix/images/fond-recherche-aide-aux-choix.gif');
}

form.aide_au_choix input {
	width:110px;
	color:#FFFFFF;
	background-color:#CBCF30;
	border:2px solid #FFFFFF;
	margin:10px;
}

form.aide_au_choix select {
	width:245px;
	font-weight:normal;
	border:none;
	padding:2px;
}
table.lexique {
	background-color:#FEEED4;
}


table.lexique th {
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
table.lexique td {
	font-size:11px;
	text-align:left;
}


/* style de textes  */

.titre {
	color:#30A812;
	font-size:16px;
}

b.orange {
	color:#F8A82B;
}


/* style ajoutés partie formations */

td.bouton_formation {
	width: 170px;
	height: 23px;
	background-image: url(/public/formations/images/fond_bouton.jpg);
	background-repeat: no-repeat;
}
td.bouton_formation a {
	color: #FFFFFF;
	text-decoration: none;
}
td.bouton_formation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
