/* CSS Document */

body {
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	color: #1761AB;
	font-family: tahoma, verdana, sans serif;
	font-size: 09pt;
}
body.popUp {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}



#menu, #menu ul /* Liste */ {
	padding : 0; /* pas de marge intérieure */
	margin : 0; /* ni extérieure */
	list-style : none; /* on supprime le style par défaut de la liste */
	line-height : 21px; /* on définit une hauteur pour chaque élément */
	text-align : center; /* on centre le texte qui se trouve dans la liste */
}
#menu /* Ensemble du menu */ {
	font-weight : bold; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
	font-size : 12px; /* hauteur du texte : 12 pixels */
}
#menu li a /* Contenu des listes */ {
	display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding : 0; /* aucune marge intérieure */
	background : #F93; /* couleur de fond */
	color : #fff; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	width : 139px; /* largeur */
	font-family: tahoma, verdana, sans serif;
	font-size: 7pt;
	font-weight: bold;
}
#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
	color: #fff; /* On passe le texte en noir... */
	background: #1761AB; /* ... et au contraire, le fond en blanc */
}
#menu li /* Elements des listes */ {
	float: left;
	/* pour IE qui ne reconnaît pas "transparent" */
	border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}
#menu li ul li a /* Contenu des listes */ {
	display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding : 5px 0px; /* aucune marge intérieure */
	background : #F93; /* couleur de fond */
	color : #fff; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	min-width: 139px;
	font-family: tahoma, verdana, sans serif;
	font-size: 7pt;
	font-weight: bold;
	line-height: 12pt;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li {
	border-right: 1px solid transparent; /* on met une bordure transparente à droite de chaque élément */
	margin-top:0px;
}
#menu li ul /* Sous-listes */ {
	position: absolute; /* Position absolue */
	width: 139px; /* Largeur des sous-listes */
	left: -999em; /* Hop, on envoie loin du champ de vision */
}
#menu li ul li /* Éléments de sous-listes */ {
	/* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
	border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li {
	border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}
#menu li ul ul {
	margin : -22px 0 0 139px; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */
	/* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
	border-left : 1px solid #fff; /* Petite bordure à gauche pour ne pas coller ... */
}
/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul {
	border-left : 1px solid transparent; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}



/* CLASSES GENERALES */
.bold {
	font-weight: bold;
}
h1.accueil {
	padding-left:0;
	margin-left:0;
	font-size:12px;
	color:#FF6600;
}
.bg {
	font-weight: bold;
	font-size:12pt;
	color: #000099;
}
h3 {
	color: #F90;
	padding-left:15px;
	font-size: 10pt;
}
.centre {
	text-align: center;
}
.right {
	text-align: right;
}
.boldCentre {
	font-weight: bold;
	text-align: center;
}
.boldRight {
	font-weight: bold;
	text-align: right;
}
.rouge {
	color: #FF0000;
	text-align: left;
	font-size: 10pt;
}
.small {
	font-size:08pt;
}
.bu {
	font-weight:bold;
	text-decoration:underline;
}
/* MENU LOGO */
div.menuTop {
	width : 980px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	float : none;
	height : 78px;
}
div.logo {
	float : left;
	width : 190px;
	height : 78px;
	margin : 0;
	padding : 0;
}
div.menuDt {
	float : right;
	width : 190px;
	height : 78px;
	margin : 0 0 0 10px;
	padding : 0;
}
div.flash {
	width : 576px;
	float : right;
	text-align : center;
}
/* DIV ACCUEIL */
div.pcpal {
	width : 980px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	float : none;
	min-height : 450px;
}
div.colGa {
	float : left;
	width : 190px;
	height : 550px;
	margin : 5px 10px 0 0;
	padding : 0;
}
div.colDt {
	float : right;
	width : 190px;
	height : 550px;
	margin : 5px 0 0 10px;
	padding : 0;
}
div.colonne2 {
	line-height : normal;
	border : 1px solid #1761AB;
	padding : 5px;
	margin-bottom : 10px;
	height : 46%;
}
div.colonne2 h1 {
	font-size : 13px;
	text-align : center;
	color : #1761AB;
	padding-left : 5px;
	font-weight : bold;
	border-bottom : 1px solid #1761AB;
	padding-bottom : 5px;
}
div.colonne2 h2 {
	font-size : 12px;
	text-align : left;
	color : #1761AB;
	padding-left : 5px;
	font-weight : normal;
	padding-bottom : 5px;
}
div.colonne2 p {
	font-size : 11px;
	text-align : left;
	color : #1761AB;
	padding-left : 5px;
}
div.colonne2 a {
	font-size : 11px;
	text-align : left;
	color : #FF6600;
	padding-left : 5px;
	text-decoration : underline;
}
div.colonne1 {
	line-height : normal;
	border : thin solid #FF9933;
	margin : 0 0 10px 0;
	padding : 5px;
	height : 46%;
}
div.colonne1 h1 {
	font-size : 13px;
	text-align : center;
	color : #FF9933;
	padding : 0 0 5px 0;
	font-weight : bold;
	background-color : #FFFFFF;
	vertical-align : baseline;
	border-bottom : 1px solid #FF9933;
}
div.colonne1 p {
	font-size : 11px;
	text-align : left;
	color : #1761AB;
	padding-left : 5px;
}
div.colonne1 a {
	font-size : 11px;
	text-align : left;
	color : #1761AB;
	padding-left : 5px;
	text-decoration : underline;
}
div.visite {
	min-height:50px;
	margin-bottom: 10px;
	padding-bottom:10px;
}
div.intro {
	width : 576px;
	float : right;
	text-align : center;
	height : 15%;
	vertical-align : middle;
}
div.new1 {
	width : 580px;
	padding : 0px;
	margin : 5px 0 0 0;
	float : right;
	background-color : #E5E5E5;
	color : #6E6E6E;
	font-size : 08pt;
	background-image : url(images/coinBleu.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height : 22%;
}
div.new1 img {
	padding: 10px;
}
div.new1 h1 {
	color: #5A65C0;
	font-size: 10pt;
	font-weight: bold;
}
a:link.l_newB, a:visited.l_newB, a:active.l_newB {
	font-family: tahoma, verdana, sans serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #5A65C0;
}
a:hover.l_newB {
	font-family: tahoma, verdana, sans serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #5A65C0;
}
div.new1 hr {
	color: #5A65C0;
	background-color: #5A65C0;
	height: 1px;
	border: 0;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0;/*this will align it left for Mozilla*/
}
div.new1 p {
	font-size:12px;
}
div.new1 a {
	font-size:12px;
	color: #6E6E6E;
}
div.new2 {
	width : 580px;
	padding : 0px;
	margin : 5px 0 0 0;
	float : right;
	background-color : #E5E5E5;
	color : #6E6E6E;
	font-size : 08pt;
	background-image : url(images/coinVert.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height : 20%;
}
div.new2 img {
	padding: 10px;
}
div.new2 h1 {
	color: #11A49B;
	font-size: 10pt;
	font-weight: bold;
}
a:link.l_newV, a:visited.l_newV, a:active.l_newV {
	font-family: tahoma, verdana, sans serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #11A49B;
}
a:hover.l_newV {
	font-family: tahoma, verdana, sans serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #11A49B;
}
div.new2 hr {
	color: #11A49B;
	background-color: #11A49B;
	height: 1px;
	border: 0;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0;/*this will align it left for Mozilla*/
}
div.new2 p {
	font-size:12px;
}
div.new2 a {
	font-size:12px;
	color: #6E6E6E;
}
div.new3 {
	width : 580px;
	padding : 0px;
	margin : 5px 0 0 0;
	float : right;
	background-color : #E5E5E5;
	color : #6E6E6E;
	font-size : 08pt;
	background-image : url(images/coinMarron.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height : 20%;
}
div.new3 img {
	padding: 10px;
}
div.new3 h1 {
	color: #AF775D;
	font-size: 10pt;
	font-weight: bold;
}
a:link.l_newM, a:visited.l_newM, a:active.l_newM {
	font-family: tahoma, verdana, sans serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #AF775D;
}
a:hover.l_newM {
	font-family: tahoma, verdana, sans serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #AF775D;
}
div.new3 hr {
	color: #AF775D;
	background-color: #AF775D;
	height: 1px;
	border: 0;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0;/*this will align it left for Mozilla*/
}
div.new3 p {
	font-size:12px;
}
div.new3 a {
	font-size:12px;
	color: #6E6E6E;
}
div.new4 {
	width : 580px;
	padding : 0px;
	margin : 5px 0 0 0;
	float : right;
	background-color : #E5E5E5;
	color : #6E6E6E;
	font-size : 08pt;
	background-image : url(images/coinOrange.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height : 16%;
}
div.new4 img {
	padding: 10px;
}
div.new4 h1 {
	color: #FF6600;
	font-size: 10pt;
	font-weight: bold;
}
a:link.l_newO, a:visited.l_newO, a:active.l_newO {
	font-family: tahoma, verdana, sans serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
a:hover.l_newO {
	font-family: tahoma, verdana, sans serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
}
div.new4 hr {
	color: #FF6600;
	background-color: #FF6600;
	height: 1px;
	border: 0;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0;/*this will align it left for Mozilla*/
}
div.new4 p {
	font-size:12px;
}
div.new4 a {
	font-size:12px;
	color: #6E6E6E;
}
a.gris {
	font-family: tahoma, verdana, sans serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6E6E6E;
}
/* FORMULAIRES */

input {
	border : 1px inset rgb(23, 97,171);
	background-color : #E0EDF2;
	font-family : tahoma, verdana, sans serif;
	font-size : 12px;
	color : #1761AB;
}
textarea {
	border : 1px solid rgb(23, 97, 171);
	background-color : #E0EDF2;
	font-family : tahoma, verdana, sans serif;
	font-size : 12px;
	color : #1761AB;
}
select {
	border : 1px solid rgb(23, 97, 171);
	background-color : #E0EDF2;
	font-family : tahoma, verdana, sans serif;
	font-size : 12px;
	color : #1761AB;
}
input.submit {
	border : 1px outset #666;
	background-color : #CCC;
	font-family : tahoma, verdana, sans serif;
	font-size : 12px;
	color : #000;
	padding : 3px;
}
.important {
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}
/* PARAGRAPHE */
p {
	font-size: 09pt;
	padding-left:15px;
}
p.titre {
	font-size: 11pt;
	font-weight: bold;
}
p.blanc {
	color: white;
	font-weight: bold;
	font-size: 08pt;
}
div.border {
	border: 2px dotted #1761AB;
	padding: 15px;
	text-align: center;
	margin-left : 100px;
	margin-right : 100px;
}
p.orange {
	color: #FF9B37;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}
.obligation {
	font-weight: lighter;
	font-size: 07pt;
	color: rgb(162,192,224);
	text-align:center;
}
p.agendaPasse {
	color: #999999;
}
p.decalGa {
	padding-left:25px;
}
.visiteG {
	font-size:10pt;
	font-weight:bold;
	line-height:20px;
	padding-left:0px;
	color: #1761AB;
}
h1.titrePage {
	color: #1761AB;
	border-bottom: 2px solid #1761AB;
	font-size: 16pt;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: lighter;
	font-family: tahoma, verdana, sans serif;
}
h2.titre {
	font-size: 11pt;
	font-weight: bold;
	font-family: tahoma, verdana, sans serif;
	padding-left:15px;
}
h2.titre2 {
	font-size: 14pt;
	font-weight: lighter;
	font-family: tahoma, verdana, sans serif;
	padding-left:15px;
}
h2.accroche {
	font-size: 14pt;
	font-weight: lighter;
	font-family: tahoma, verdana, sans serif;
}
h2.accrocheDeb {
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, verdana, sans serif;
}
td.titreV {
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, verdana, sans serif;
	text-align:justify;
	border-bottom:3px solid #FF9933;
}
h2.titrePage {
	color: #1761AB;
	font-size: 14pt;
	padding-left: 15px;
	font-family: tahoma, verdana, sans serif;
}
div.repQuest {
	padding-left: 20px;
	padding-right: 20px;
}
/* LISTES */
ul {
	font-size: 09pt;
}
li {
	font-size: 09pt;
}
dt {
	font-size: 09pt;
	font-weight: bold;
}
dd {
	font-size: 09pt;
	padding-bottom: 15px;
}
/* TABLEAUX */

td {
	font-size: 09pt;
}
td.titrePage {
	height: 55px;
}
td.revue {
	vertical-align: top;
}
td.top {
	background-color: #FF9933;
	background-image:url(http://www.cotral.com/images/sepOnglet.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	text-align: left;
	height: 25px;
	padding-left:10px;
}
td.top2 {
	background-color: #1761AB;
	background-image:url(http://www.cotral.com/images/sepOnglet_o.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	text-align: left;
	height: 25px;
	padding-left:10px;
}
td.menuTop {
	background-color: #1761AB;
	text-align: left;
	height: 20px;
	padding-left:5px;
}
td.navigation {
	background-color: #1761AB;
	background-image:url(http://www.cotral.com/images/sepOnglet_o.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	text-align: left;
	padding-left:3px;
	height: 25px;
	color: #1761AB;
	font-size: 09pt;
	font-weight: bold;
}
div.slogan {
	background-color:#1761AB;
	text-align: center;
	color: white;
	font-size: 09pt;
	font-weight: bold;
	letter-spacing:1.5px;
	margin: 0px auto 0px auto;
	width:980px;
	padding: 5px;
}
div.pcpal2 {
	width : 980px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	float : none;
}
div.position {
	font-size: 7pt;
	color: #1761AB;
	height: 30px;
	float:none;
}
div.bordure {
	border: 2px solid #1761AB;
	padding: 5px;
	left: 0px;
	width: 773px;
	margin: 0px;
	top: 0px;
	margin-left:195px;
	min-height:450px
}
.borange {
	font-weight : bold;
	color : #FF6600;
	font-size: 11pt;
}
div.adresse {
	color: rgb(162,192,224);
	font-size: 07pt;
	font-weight: bold;
	background-color: white;
	text-align:center;
	margin: 0px auto 0px auto;
	width:780px;
}
div.adresse p {
	color: rgb(162,192,224);
	font-size: 07pt;
	font-weight: bold;
	text-align:center;
}
.nouveautesDr {
	font-size: 08pt;
	text-align: right;
}
.nouveautesGa {
	font-size: 07pt;
	text-align: left;
}
td.idPam {
	font-size: 08pt;
	text-align: right;
	padding: 5px;
}
.legende {
	font-size: 09pt;
	font-weight: lighter;
	font-style: italic;
}
.colonneDt {
	border-right: 1px solid #FF9933;
}
td.graphito {
	color: #FFFFFF;
	font-size: 08pt;
	text-align: center;
}
td.navigTop {
	text-align: right;
}
.mentionCnil {
	font-size: 07pt;
	text-align: justify;
}
.bleu {
	font-family: tahoma, verdana, sans serif;
	font-size: 09pt;
	font-weight: normal;
	color: #1761AB;
}
/* LIENS */ 

/* liens en général */
a:link {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: none;
	color: #1761AB;
}
a:visited {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: none;
	color: #1761AB;
}
a:active {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: none;
	color: #1761AB;
}
a:hover {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: none;
	color: #1761AB;
}
/* liens yellow */
a:link.yellow, a:visited.yellow, a:active.yellow, a:hover.yellow {
	font-family: tahoma, verdana, sans serif;
	font-size: 07pt;
	font-weight: normal;
	text-decoration: none;
	color: #1761AB;
}
/* liens bleus */
a:link.bleu, a:visited.bleu, a:active.bleu {
	font-family: tahoma, verdana, sans serif;
	font-size: 09pt;
	font-weight: normal;
	color: #1761AB;
	text-decoration: underline;
}
a:hover.bleu {
	font-family: tahoma, verdana, sans serif;
	font-size: 09pt;
	font-weight: normal;
	text-decoration: none;
	color: #1761AB;
}
/* liens bleu + gras */
a:link.bleuGr, a:visited.bleuGr, a:active.bleuGr {
	font-family: tahoma, verdana, sans serif;
	font-size: 09pt;
	font-weight: bold;
	text-decoration: underline;
	color: #1761AB;
}
a:hover.bleuGr {
	font-family: tahoma, verdana, sans serif;
	font-size: 09pt;
	font-weight: bold;
	text-decoration: none;
	color: #1761AB;
}
/* liens bleus + gros (plan du site)*/
a:link.bleuG {
	font-family: tahoma, verdana, sans serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #1761AB;
}
a:visited.bleuG {
	font-family: tahoma, verdana, sans serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #1761AB;
}
a:active.bleuG {
	font-family: tahoma, verdana, sans serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #1761AB;
}
a:hover.bleuG {
	font-family: tahoma, verdana, sans serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #1761AB;
}
a:link.menuTop, a:visited.menuTop, a:active.menuTop {
	font-family: tahoma, verdana, sans serif;
	font-size: 07pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.menuTop {
	font-family: tahoma, verdana, sans serif;
	font-size: 07pt;
	font-weight: bold;
	color: #1761AB;
	text-decoration: none;
}
/* barre de navigation du haut */
a:link.l_top {
	font-family: tahoma, verdana, sans serif;
	font-size: 7pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a:visited.l_top {
	font-family: tahoma, verdana, sans serif;
	font-size: 7pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a:active.l_top {
	font-family: tahoma, verdana, sans serif;
	font-size: 7pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a:hover.l_top {
	font-family: tahoma, verdana, sans serif;
	font-size: 7pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
/* barre de navigation rubrique */
a:link.navigation, a:visited.navigation, a:active.navigation {
	font-family: tahoma, verdana, sans serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.navigation {
	font-family: tahoma, verdana, sans serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
/* barre de navigation rubrique */
a:link.menu, a:visited.menu, a:active.menu, a:hover.menu {
	font-family: tahoma, verdana, sans serif;
	font-size: 07pt;
	color: #1761AB;
	text-decoration: none;
}
/* liens bleus */
a:link.bleuP {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: none;
	color: #1761AB;
}
a:visited.bleuP {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: none;
	color: #1761AB;
}
a:active.bleuP {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: none;
	color: #1761AB;
}
a:hover.bleuP {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: underline;
	color: #1761AB;
}
/* liens blanc */
a:link.blanc {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited.blanc {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a:active.blanc {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.blanc {
	font-family: tahoma, verdana, sans serif;
	font-size: 08pt;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
/* LIEN CNIL */
a:link.cnil {
	font-family: tahoma, verdana, sans serif;
	font-size: 07pt;
	font-weight: normal;
	text-decoration: none;
	color: rgb(162,192,224);
}
a:visited.cnil {
	font-family: tahoma, verdana, sans serif;
	font-size: 07pt;
	font-weight: normal;
	text-decoration: none;
	color: rgb(162,192,224);
}
a:active.cnil {
	font-family: tahoma, verdana, sans serif;
	font-size: 07pt;
	font-weight: normal;
	text-decoration: none;
	color: rgb(162,192,224);
}
a:hover.cnil {
	font-family: tahoma, verdana, sans serif;
	font-size: 07pt;
	font-weight: normal;
	text-decoration: underline;
	color: rgb(162,192,224);
}
.recherche {
	font-style:italic;
	font-size:09px;
	padding:5px;
}
hr {
	border: 1px solid #1761AB;
}
.alpha {
	font-family: tahoma, verdana, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	list-style-position: inside;
	list-style-type: lower-alpha;
}
/* STYLE FORMULAIRE DE CONTACT */
td.titre1 {
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 2px solid #1761AB;
}
td.titre2 {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 30px;
}
/* ADMIN EMAILING */
th.top {
	background-color: #1761AB;
	font-family: tahoma, verdana, sans serif;
	color: white;
}
/* ECONOMIE */
.gdTitreTab {
	font-family: tahoma, verdana, "sans serif";
	font-size: 10pt;
	background-color: #AEC4D7;
	border: 1px solid #1D489B;
	font-weight:bold;
	padding: 3px;
}
.intTab {
	font-family: tahoma, verdana, "sans serif";
	font-size: 08pt;
	text-align: center;
	border: 1px solid #006699;
}
.totTab {
	font-family: tahoma, verdana, "sans serif";
	font-size: 08pt;
	text-align: right;
	padding-right: 25px;
	border: 1px solid #006699;
}
.titreTab {
	font-family: tahoma, "verdana sans serif";
	font-size: 8pt;
	text-align: center;
	vertical-align: top;
	border: 1px solid #006699;
}


/* CONTACT */
/* liens contact */
a:link.contact, a:visited.contact, a:active.contact {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
	color: #F60;
	padding:5px;
}
a:hover.contact {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	color: #F60;
	padding:5px;
}

p.contact {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 11pt;
	font-weight: normal;
	color: #F60;
	padding:5px;
}

