/* Styles Generaux */

body { 
	color: #000000; 
	background-color: #ffffff; 
	background-image: url(fond_page.gif); 
	background-repeat: no-repeat;
}

a { 
	color: #594fbf;
	text-decoration: none; 
}

a:visited { 
	color: #666666; 
	text-decoration: none; 
}	

a:hover {
	color: #594fbf; 
	text-decoration: underline; 
}

/*li {
	list-style-type: square;
}*/


/* liste avec une puce bleue */
li.pucebleue {
	list-style-image: url(puceprojet.gif);
	list-style-position: outside;
}


/* liste sans puce */
li.sanspuce {
	list-style-type: none;
}

strong {
	font-style: normal;
	font-weight: bold;
	color: #333333; 
	background-color: transparent;
}

input {
	font-family: "courier new", courier, mono; 
	font-size: 10pt; 
}

.coultableau { 
	color: #000000; 
	background-color: #ccccff;
	vertical-align: top; 
}


table.tbleu {
    border: solid #594fbf 1px;
	border-collapse: collapse;
}

table.tbleu td {
    padding: 5px;
    border: 1px solid #CFCBED;
	
}

/* Styles Entete */

.celltopleft { 
	vertical-align: top; 
	text-align: left;
}

.celltopright {
	vertical-align: top; 
	text-align: right;
}

p.form {
	margin-left: 50px;
	text-align: right;
}

.sousrubrique { 
	font-family: Arial, Helvetica, Lucida, sans-serif;  
	font-size: 12px;
	vertical-align: top; 
}


/* Styles Corps toute page */


h1 {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #594fbf;
	margin-left: 40px;
	padding: 0;
	letter-spacing: 3px;
}

h2 {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #594fbf;
	background-color: transparent;
	letter-spacing: 2px;

}


h3 {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #594fbf;
	background-color: transparent;
}


p.rubint {
	font-family: Arial, Helvetica, Lucida, sans-serif;  
	font-size: 12px;
	margin-top: 0;
    margin-bottom: 15px;
	padding-top: 0;
	text-align: right;
}


/* Styles Corps Page Finale */

div.texte {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin-top: 0;
}

 
div.corps {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin-top: 0;
	margin-left: 40px;
}

div.corps p img {
	float: left;
}


div.corps p.misenvaleur {
	padding-left: 40px;
	padding-right: 40px;
	font-weight: bold;
	font-style: italic;
}


div.tableau {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	vertical-align: top; 
	text-align: left;
}


div.txttab {
	font-family: "Times New Roman", Times, serif;  
	font-size: 12pt;
	margin-top: 0;
	margin-left: 15px;
}

div.legende {
	font-family: Arial, Helvetica, Lucida, sans-serif;   
	font-size: 12px;
	margin-top: 15px;
	margin-left: 15px;
	text-align: left;
	color: #ff8800;
	background-color: transparent;
}

/* Styles Corps Page Menu */

td.menu { 
	vertical-align: top;
	font-family: Arial, Helvetica, Lucida, sans-serif;
	line-height: 16px;
	width: 60%;
}

td.breves { 
	vertical-align: top;
	font-family: "Times New Roman", Times, serif; 
	width: 40%;
}


td.breves h2 { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 13px;
	font-weight: bold;
	margin-left: 30px;
	color: #594fbf;
	background-color: transparent;
}

td.breves p { 
	margin-left: 30px;
	font-size: 12px;
}


td.breves a { 
	font-style: italic;
}


/* Styles Pied de page */

div.bastrait { 
	text-align: center;
	margin-top: 30px; 
}


div.basnavig { 
	font-family: Arial, Helvetica, Lucida, sans-serif; 
	font-size: 12px; 
	text-align: right;
	border-color: #b4dc14;                                          
	border-style: solid; 
	border-width: 0 0 1px 0; 
	padding: 9px; 
	margin-left: 85px; 
	margin-right: 20px; 
	margin-top: 7px; 
	color: #333333;
	background-color: #ffffff;
}

div.basnavigdri { 
	font-family: Arial, Helvetica, Lucida, sans-serif; 
	font-size: 12px; 
	text-align: right;
	border-color: #CC0066;                                          
	border-style: solid; 
	border-width: 0 0 1px 0; 
	padding: 9px; 
	margin-left: 85px; 
	margin-right: 20px; 
	margin-top: 7px; 
	color: #333333;
	background-color: #ffffff;
}

div.infos {
	font-family: "courier new", courier, mono; 
	font-size: 12px; 
	margin-top: 12px; 
	margin-left: 85px;
	margin-bottom: 30px; 
	color: #666666;
	background-color: transparent;
}

/*  basvigmenu en vert utilise dans toutes les pages */
div.basnavigmenu {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin-left: 213px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 5px;
	color: #333333;
	background-color: #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b4dc14;
	border-right-color: #b4dc14;
	border-bottom-color: #b4dc14;
	border-left-color: #b4dc14;
}

/*  basvigmenu en bleu */
div.basnavigmenub {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin-left: 213px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 5px;
	color: #333333;
	background-color: #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a0a0df;
	border-right-color: #a0a0df;
	border-bottom-color: #a0a0df;
	border-left-color: #a0a0df;
}

/*  basvigmenu en bleu roi */
div.basnavigmenubr {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin-left: 213px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 5px;
	color: #333333;
	background-color: #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #60bfff;
	border-right-color: #60bfff;
	border-bottom-color: #60bfff;
	border-left-color: #60bfff;
}

/*  basvigmenu en gris */
div.basnavigmenug {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin-left: 213px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 5px;
	color: #333333;
	background-color: #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
}

/*  basvigmenu en orange */
div.basnavigmenuo {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin-left: 213px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 5px;
	color: #333333;
	background-color: #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fab535;
	border-right-color: #fab535;
	border-bottom-color: #fab535;
	border-left-color: #fab535;
}

/*  basvigmenu en rose */
div.basnavigmenur {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin-left: 213px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 5px;
	color: #333333;
	background-color: #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e560bf;
	border-right-color: #e560bf;
	border-bottom-color: #e560bf;
	border-left-color: #e560bf;
}

/*  basvigmenu en bleu europe */
div.basnavigmenueurope {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin-left: 213px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 5px;
	color: #333333;
	background-color: #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}


/*  basvigmenu en rose relations internationales */
div.basnavigmenudri {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin-left: 213px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 5px;
	color: #333333;
	background-color: #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0066;
	border-right-color: #CC0066;
	border-bottom-color: #CC0066;
	border-left-color: #CC0066;
}



div.infosmenu {
	font-family: "courier new", courier, mono; 
	font-size: 12px; 
	margin-top: 10px; 
	margin-left: 213px;
	margin-bottom: 30px;
}



.bleu {
	color:  #594fbf;
	}

.blanc {
	color:  #ffffff;
	}
	
.rouge {
	color:  #ff0000;
	}

.orange {
	color:  #FF8800;
	}
	

img {  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	vertical-align: bottom; 
	border-style: none
}

/********************************************/
/* colonne1 */
.tab_menu1{
	vertical-align: top;
	text-align: right;
	width: 177px;
}

/* colonne 2 */
.tab_menu2{
	vertical-align: top;
	height: 65px;
}

/* menus */

/* menu secondaire en haut de la page */

.menu2{
	margin-left: 160px;
	vertical-align: top;
	height: 60px;
}

/* etats des liens du menu secondaire en haut de la page */
 .menu2 a {
	text-decoration: none;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: -1px;
	margin-left: -1px;
	line-height: 21px;
} 

.menu2 a:link {
	color: #333333;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
 	text-decoration: none;
}	 
	 
.menu2 a:visited {
	color: #333333;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
}

.menu2 a:hover {
	color: #333333;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}

.menu2 a:active {
	color: #333333;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

/* menu voir aussi */
.liens_voiraussi{
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: lighter;
	text-align: left;
	margin-left: 60px;
	line-height: 140%;
	width: 118px;
}

/* états des liens du menu voir aussi */
.liens_voiraussi a{
	color: #666666;
	text-decoration: none;
}

.liens_voiraussi a:hover{
	color: #666666; 
	text-decoration: underline;
}


/* contenu de la page*/
.contenu{
	vertical-align: text-top;
    margin-left: 40px;
}

/* image du menu secondaire en haut de la page */
.imgmenu2 {
	margin-left: 35px;
}


/* date en bleu*/
.date {
	font-size: 12px;
	color: #594fbf;
}


/* conteneur de la rubrique */
.cadre_rubrique{
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #eeeeee;
	font-size: 12px;
	padding: 5px;
}

/* zone pour le lien de la fleche vers la page de cette rubrique*/
.lienfleche{
	display: block;
	width: 25px;
	height: 16px;
}

/****************************************************************************************/

/*     ORANGE    */
/* conteneur titre rubrique*/
.cont_rubrique_o{
	height: 16px;
	width: auto;
	padding: 0px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #FAB535;
}


/*partie gauche de la boite contenant le titre de la rubrique*/
.rub_orange_g{
	float: left;
	height: 16px;
	width: auto;
	padding: 0px;
	font-weight: bold;
	background-image: url(images/orange_g.gif);
	color: #FAB535;
	background-repeat: repeat-x;
	font-size: 14px;
}


/* partie milieu de la boite contenant le titre de la rubrique représentant un triangle */
.rub_orange_m{
	width: 26px;
	height: 16px;
	padding: 0px;
	background-image: url(images/orange_m.gif);
	background-repeat: no-repeat;
	float: left;
}


/* partie droite de la boite contenant le titre de la rubrique représentant une fleche */
.rub_orange_d{
	float: right;
	width: 25px;
	height: 16px;
	padding: 0px;
    background-image:  url(images/orange_d.gif);
}

/*     GRIS    */
/* conteneur titre rubrique*/
.cont_rubrique_g{
	height: 16px;
	width: auto;
	padding: 0px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #bfbfbf;
}


/*partie gauche de la boite contenant le titre de la rubrique*/
.rub_gris_g{
	float: left;
	height: 16px;
	width: auto;
	padding: 0px;
	font-weight: bold;
	background-image: url(images/gris_g.gif);
	color: #bfbfbf;
	background-repeat: repeat-x;
	font-size: 14px;
}


/* partie milieu de la boite contenant le titre de la rubrique représentant un triangle */
.rub_gris_m{
	width: 26px;
	height: 16px;
	padding: 0px;
	background-image: url(images/gris_m.gif);
	background-repeat: no-repeat;
	float: left;
}


/*partie droite de la boite contenant le titre de la rubrique représentnant une fleche */
.rub_gris_d{
	float: right;
	width: 25px;
	height: 16px;
	padding: 0px;
    background-image:  url(images/gris_d.gif);
}

/*     BLEU INRIA    */
/* conteneur titre rubrique*/
.cont_rubrique_b{
	height: 16px;
	width: auto;
	padding: 0px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #a0a0df;
}


/*partie gauche de la boite contenant le titre de la rubrique*/
.rub_bleu_g{
	float: left;
	height: 16px;
	width: auto;
	padding: 0px;
	font-weight: bold;
	background-image: url(images/bleu_g.gif);
	color: #a0a0df;
	background-repeat: repeat-x;
	font-size: 14px;
}


/* partie milieu de la boite contenant le titre de la rubrique représentant un triangle */
.rub_bleu_m{
	width: 26px;
	height: 16px;
	padding: 0px;
	background-image: url(images/bleu_m.gif);
	background-repeat: no-repeat;
	float: left;
}


/*partie droite de la boite contenant le titre de la rubrique représentant une fleche */
.rub_bleu_d{
	float: right;
	width: 25px;
	height: 16px;
	padding: 0px;
    background-image:  url(images/bleu_d.gif);
}


/*     VERT    */
/* conteneur titre rubrique*/
.cont_rubrique_v{
	height: 16px;
	width: auto;
	padding: 0px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #bfdf60;
}


/*partie gauche de la boite contenant le titre de la rubrique*/
.rub_vert_g{
	float: left;
	height: 16px;
	width: auto;
	padding: 0px;
	font-weight: bold;
	background-image: url(images/vert_g.gif);
	color: #bfdf60;
	background-repeat: repeat-x;
	font-size: 14px;
}


/* partie milieu de la boite contenant le titre de la rubrique représentant un triangle */
.rub_vert_m{
	width: 26px;
	height: 16px;
	padding: 0px;
	background-image: url(images/vert_m.gif);
	background-repeat: no-repeat;
	float: left;
}


/*partie droite de la boite contenant le titre de la rubrique représentant une fleche */
.rub_vert_d{
	float: right;
	width: 25px;
	height: 16px;
	padding: 0px;
    background-image:  url(images/vert_d.gif);
}


/*     BLEU ROI    */
/* conteneur titre rubrique*/
.cont_rubrique_br{
	height: 16px;
	width: auto;
	padding: 0px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #60bfff;
}


/*partie gauche de la boite contenant le titre de la rubrique*/
.rub_bleur_g{
	float: left;
	height: 16px;
	width: auto;
	padding: 0px;
	font-weight: bold;
	background-image: url(images/bleur_g.gif);
	color: #60bfff;
	background-repeat: repeat-x;
	font-size: 14px;
}


/* partie milieu de la boite contenant le titre de la rubrique représentant un triangle */
.rub_bleur_m{
	width: 26px;
	height: 16px;
	padding: 0px;
	background-image: url(images/bleur_m.gif);
	background-repeat: no-repeat;
	float: left;
}


/*partie droite de la boite contenant le titre de la rubrique représentant une fleche */
.rub_bleur_d{
	float: right;
	width: 25px;
	height: 16px;
	padding: 0px;
    background-image:  url(images/bleur_d.gif);
}


/*     ROSE    */
/* conteneur titre rubrique*/
.cont_rubrique_r{
	height: 16px;
	width: auto;
	padding: 0px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #e560bf;
}


/*partie gauche de la boite contenant le titre de la rubrique*/
.rub_rose_g{
	float: left;
	height: 16px;
	width: auto;
	padding: 0px;
	font-weight: bold;
	background-image: url(images/rose_g.gif);
	color: #e560bf;
	background-repeat: repeat-x;
	font-size: 14px;
}


/* partie milieu de la boite contenant le titre de la rubrique représentant un triangle */
.rub_rose_m{
	width: 26px;
	height: 16px;
	padding: 0px;
	background-image: url(images/rose_m.gif);
	background-repeat: no-repeat;
	float: left;
}


/*partie droite de la boite contenant le titre de la rubrique représentant une fleche */
.rub_rose_d{
	float: right;
	width: 25px;
	height: 16px;
	padding: 0px;
    background-image:  url(images/rose_d.gif);
}

/*     DREI    */
/* conteneur titre rubrique*/
.cont_rubrique_drei{
	height: 16px;
	width: auto;
	padding: 0px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #CC0066;
}


/*partie gauche de la boite contenant le titre de la rubrique*/
.rub_drei_g{
	float: left;
	height: 16px;
	width: auto;
	padding: 0px;
	font-weight: bold;
	background-image: url(images/drei_g.gif);
	color: #CC0066;
	background-repeat: repeat-x;
	font-size: 14px;
}


/* partie milieu de la boite contenant le titre de la rubrique représentant un triangle */
.rub_drei_m{
	width: 26px;
	height: 16px;
	padding: 0px;
	background-image: url(images/drei_m.gif);
	background-repeat: no-repeat;
	float: left;
}


/*partie droite de la boite contenant le titre de la rubrique représentant une fleche */
.rub_drei_d{
	float: right;
	width: 25px;
	height: 16px;
	padding: 0px;
    background-image:  url(images/drei_d.gif);
}


/*     EUROPE    */
/* conteneur titre rubrique*/
.cont_rubrique_europe{
	height: 16px;
	width: auto;
	padding: 0px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #003399;
}


/*partie gauche de la boite contenant le titre de la rubrique*/
.rub_europe_g{
	float: left;
	height: 16px;
	width: auto;
	padding: 0px;
	font-weight: bold;
	background-image: url(images/europe_g.gif);
	color: #003399;
	background-repeat: repeat-x;
	font-size: 14px;
}


/* partie milieu de la boite contenant le titre de la rubrique représentant un triangle */
.rub_europe_m{
	width: 26px;
	height: 16px;
	padding: 0px;
	background-image: url(images/europe_m.gif);
	background-repeat: no-repeat;
	float: left;
}


/*partie droite de la boite contenant le titre de la rubrique représentant une fleche */
.rub_europe_d{
	float: right;
	width: 25px;
	height: 16px;
	padding: 0px;
    background-image:  url(images/europe_d.gif);
}



.gauche {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* AJOUT 05/01/2007 */

/* tableau de couleur orange */

.tab_fond_orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FAB535;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
}
.tab_section_orange {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FAB535;
	border-right-color: #FAB535;
	border-bottom-color: #FAB535;
	border-left-color: #FAB535;
	font-size: 12px;
}
.tab_finsection_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FAB535;
	border-right-color: #FAB535;
	border-bottom-color: #FAB535;
	border-left-color: #FAB535;
}

/* tableau de couleur gris */
.tab_fond_gris {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #BCBCBC;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
}
.tab_section_gris {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #bcbcbc;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bcbcbc;
	font-size: 12px;
}
.tab_finsection_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bcbcbc;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bcbcbc;
}

/* tableau de couleur vert */

.tab_fond_vert {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #bfdf60;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
}
.tab_section_vert {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #bfdf60;
	border-right-color: #bfdf60;
	border-bottom-color: #bfdf60;
	border-left-color: #bfdf60;
	font-size: 12px;
}
.tab_finsection_vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfdf60;
	border-right-color: #bfdf60;
	border-bottom-color: #bfdf60;
	border-left-color: #bfdf60;
}

/* tableau de couleur rouge */
.tab_fond_rouge {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #ED1C24;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
}
.tab_section_rouge {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: ED1C24;
	border-right-color: #ed1c24;
	border-bottom-color: #ed1c24;
	border-left-color: #ed1c24;
	font-size: 12px;
}
.tab_finsection_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED1C24;
	border-right-color: #ED1C24;
	border-bottom-color: #ED1C24;
	border-left-color: #ED1C24;
}

/* lien de couleur blanc */
.lien_blanc a {
	color: #FFFFFF;
	text-decoration:none;
}

.lien_blanc a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* liste a puce */

.puce_orange {
	list-style-image: url(../puce_orange.gif);
}

.puce_verte {
	list-style-image: url(../puce_verte.gif);
}

.puce_grise {
	list-style-image: url(../puce_grise.gif);
}

.puce_rouge {
	list-style-image: url(../puce_rouge.gif);
}


.clearer
{
	height: 0px;
	width: 100%;
	line-height: 0px;
	clear: both;
}

.imggauche
{
	display: block;
	clear: none;
	float: left;
	margin: 0px 5px 3px 0px;
	border: 0px;
}
.imgdroite
{
	display: block;
	clear: none;
	float: right;
	margin: 0px 0px 3px 5px;
	border: 0px;
}


.colgauche {
	display: block;
	clear: both;
	float: left;
	margin: 0px;
}
.coldroite {
	display: block;
	float: right;
	margin: 0px;
}

/* encart avec fond bleu clair */
.fondbleu {
	background-color: #F4F4FB;
	border: 1px dotted #594FBF;
	color: #333333;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	float: right;
	width: 270px;
}
/* pages d'actualités */
.fondbleu {
	background-color: #F4F4FB;
	border: 1px dotted #594FBF;
	color: #333333;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	float: right;
	width: 270px;
}
.fondbleu2 {
	background-color: #F4F4FB;
	border: 1px dotted #594FBF;
	color: #333333;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	float: right;
	width: 270px;
	margin-top: 15px;
}
div.legendeactu {
	font-family: Arial, Helvetica, Lucida, sans-serif;   
	font-size: 11px;
	margin-top: 5px;
	margin-left: 5px;
	text-align: left;
	color: #ff8800;
	background-color: transparent;
}

/* bloc de droite avec fond bleu clair */
.blocdroite {
	background-color: #F4F4FB;
	border: 1px dotted #594FBF;
	color: #333333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	float: right;
	width: 170px;
	margin-left: 15px;
}

.blocdroite h2{
	background-position: center;
	font-size: 1.1em;
	margin: 0px;
}

/* page rapport annuel */


.small {
	font-size: 0.8em;
	clear: both;
	margin-top: 0px;
	margin-right: 33px;
	margin-bottom: 5px;
	margin-left: 50px;
}

.pdf {
	display: block;
	width: 60px;
	float: left;
	text-align: center;
	color: #666666;
	margin-right: 5px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 0.8em;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.pdf a {
	color: #333333;
}
.pdf a:hover {
	color: #594fbf;
	text-decoration:underline;
}

.sommairepointille li {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(pointilles.gif);
	list-style-type: none;
}	
.sommairepointille .gauche {
	background-color: #FFFFFF;
	float: left;
	display: block;
	font-weight: bold;
	padding-right: 5px;
	margin-left: -37px;
}
.sommairepointille .droite {
	float: right;
	display: block;
	background-color: #FFFFFF;
	padding-left: 5px;
}
