/* CSS Document */

/*#################################################################################################################
/*###																											###
/*###								FEUILLE DE STYLE 															###
/*###																											###
/*#################################################################################################################

/*
	 * Les éléments graphiques et le design du site (et donc cette feuille de styles CSS
	 * et les images) restent la propriété exclusive de leurs auteurs
	 * respectifs conformément aux droits d'auteur. Toute réutilisation
	 * devra faire l'objet d'une demande préalable (email:ppontier@hotmail.com).
	 * Il est de plus dans votre intêret d'avoir un site au design original,
	 * pour qu'il ait sa propre identité visuelle, plutôt qu'un design plagié...
 */

/*
############################################################
##														  ##
##						GENERAL							  ##
##														  ##
############################################################
*/


body 
{
	background-color: #0099CC;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*
############################################################
##														  ##
##					SPECIFIQUE							  ##
##														  ##
############################################################
*/

.Titre 
{
	color:#000000;
	font-size:24px;
	font:bold;
}

a:link.Type1 {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited.Type1 {
	text-decoration: none;
	color: #FFFF66;
}
a:hover.Type1 {
	text-decoration: none;
	color: #FF0000;
}
a:active.Type1 {
	text-decoration: none;
}

a:link.Type2 {
	color: #000000;
	text-decoration: none;
	font-size:small;
}
a:visited.Type2 {
	text-decoration: none;
	color: #FFFFFF;
	font-size:small;
}
a:hover.Type2 {
	text-decoration: none;
	color: #FF0000;
	font-size:small;
}
a:active.Type2 {
	text-decoration: none;
	font-size:small;
}

a:link.Type3 {
	color: #FF0000;
	text-decoration: none;
	font-size:small;
}
a:visited.Type3 {
	text-decoration: none;
	color: #FF0000;
	font-size:small;
}
a:hover.Type3 {
	text-decoration: none;
	color: #00CC33;
	font-size:small;
}
a:active.Type3 {
	text-decoration: none;
	font-size:small;
}
.Style1 {font-size: x-small}

.Style2 {
	color: #FFFFFF;
	font-size: 9px;
}
.Style3 {color: #CCCCCC;
}
.Style4 {font-size: 9px;
}
.Style6 {color: #003399;
}
.Style7 {color: #FF0000;
}
.Style8 {color: #000000;
}
.Style10 {font-size: small;
}
.resumenews{color:#FF0000;}
.titrenews{font-size:large;}
/*==============================================*/
/* ConceptRTE body                              */
/*==============================================*/


body.rte {
   padding: 0px;
   margin: 5px 0px;
   text-align: left;
   background-color: #FFFFFF;
   color: #000000;
   font-family: verdana,helvetica;
   font-size: x-small;
   z-index:1;
}

/*==============================================*/
/* form tags                                    */
/*==============================================*/

input.button  {
   font-family: verdana,helvetica;
   color: #ffffff;
   font-size: xx-small;
   background-color: #4D4D4D;
   border: 1px solid #000000;
   z-index:1;
   cursor:pointer;
   cursor:hand;
}

input {
   font-family: verdana,helvetica;
   color: #555566;
   font-size: xx-small;
   background-color: #ffffff;
   border: 1px solid #000000;
   z-index:1;
}

select {
   font-family: verdana,helvetica;
   color: #555566;
   font-size: xx-small;
   background-color: #ffffff;
   border: 1px solid #000000;
   z-index:1;
}

/*==============================================*/
/* Applicable to a DIV tag                      */
/*==============================================*/

.rowTitle {
   border: none;
   text-decoration: none;
   positon:relative;
   margin: 3px 20px 3px 20px;
   visibility:visible;
   font-size:small;
   font-weight: bold;
   width: 800px;
   z-index:1;
   clear:both;
}

.row {
   border: none;
   text-decoration: none;
   positon:relative;
   margin: 3px 20px 3px 20px;
   visibility:visible;
   font-size:x-small;
   width: 800px;
   z-index:1;
   text-align: justify;
   clear:both;
}

.rowPopup {
   border: none;
   text-decoration: none;
   text-align: center;
   positon:relative;
   margin: 3px 20px 3px 20px;
   visibility:visible;
   font-size:x-small;
   z-index:1;
   clear:both;
}

/*==============================================*/
/* Applicable to a SPAN tag to be used in a row */
/*==============================================*/

.label {
   position: relative;
   text-align: right;
   vertical-align: baseline;
   padding-right: 15;
   left: 0;
   font-weight: bold;
   width: 50%;
   z-index:1;
   font-size: xx-small;
   float:left;
}

.field {
   vertical-align: baseline;
   position: relative;
   font-size: xx-small;
   z-index:1;
   float:left;
}

.rteColumn {
   position: relative;
   text-align: left;
   vertical-align: top;
   padding-left: 15;
   left: 0;
   width: 570px;
   z-index:1;
   float:left;
}

.downalodColumn {
   position: relative;
   text-align: right;
   vertical-align: top;
   left: 570px;
   width: 230px;
   z-index:1;
   float:left;
}

.labelPopup {
   position: relative;
   vertical-align: baseline;
   font-weight: bold;
   z-index:1;
   font-size: xx-small;
   float:left;
}

.fieldPopup {
   vertical-align: baseline;
   position: relative;
   font-size: xx-small;
   z-index:1;   
   float:left;
}
.tableaunews {
	width: 650px;
	border:1;
	background-color: #A0FEE4;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:x-small;
}
body {
	background-color: #A0FEE4;
}
a:link {
	color: #A0FEE4;
	text-decoration: none;
}
a:visited {
	color: #A0FEE4;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	font-size: x-small;
}
a:link.Type2 {
	color: #000000;
	text-decoration: none;
}
a:visited.Type2 {
	color: #000000;
	text-decoration: none;
}
a:hover.Type2 {
	color: #FF0000;
	text-decoration: none;
}
a:active.Type2 {
	text-decoration: none;
}
.Style1 {font-size: small;
}
.Style2 {color: #FFFFFF;
}
.Style3 {font-size: x-small;
}
.Style4 {
	color: #000000;
	font-size: x-small;
}
.Style5 {color: #000000;
}
.Style11 {
	color: #009900;
	font-weight: bold;
}
.Style12 {
	color: #009933;
	font-size: large;
}
.Style14 {color: #009900;
}