@charset "UTF-8";
/*
 * CSS version 3.4.3 ©Abricadabra - 26/05/2010 
 *
 * @author E. Deharbe
 *
 * w3c : Ce document est valide conformément à la recommandation CSS niveau 2.1 !
 *
 */  
 
body {
    margin: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/v3_4/fds_grad.jpg);
	background-repeat: repeat-x;
}

/* liens */

a {
   color:#FF7600;
   text-decoration:none;
}
a:hover {
   color:#839BCF;
   text-decoration:underline;
}


/* Conteneur global */

div#global {
    width: 1040px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* Nouvelles class */

div#bandeauarchiv {
    background-image: url(../images/v3_4/bandeauarchiv_v3_4.png);
    background-repeat: no-repeat;
    height: 150px;
}
.archivtitre {
	font-family: Verdana;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #333333;
	background-color: #EEEEEE;
	padding: 2px;
	border: thin solid #000000;
	text-align: center;
	clear: both;
	width: 600px;
}
div#footerarchiv {
	position: relative;
	float: left;
	text-align: center;
	width: 1040px;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a#archiv {
	color:#0000FF;
}

img {
	border-width:0px;
	border-bottom-color:#FFFFFF
}
/* Fermer cette fenêtre */

.ligne-fermer {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.fermerfenetre {
	font-family: Verdana;
	padding: 2px;
	margin: 0px;
	width: 150px;
	float: right;
	font-size: 8pt;
	font-weight: lighter;
	color: #000000;
	border-top: thin none #000000;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
}
a#fermer {
	color:#000000;
}

/* Mise en page */

.cont {
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
}

.cont0 {
	width: 99%;
	clear: both;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

.cont1 {
	border: thin solid #1a1a1a;
	float:left;
	margin: 5px;
}

.cont2 {
	font-family: Verdana;
	font-size: 9pt;
	color: #1a1a1a;
	text-align: left;
}

.cont3 {
	font-family: Verdana;
	font-size: 9pt;
	color: #1a1a1a;
	text-align: left;
}

.text {
	width: 100%;
	font-family: Verdana;
	font-size: 8.5pt;
	color: #000000;
	clear: both;
	text-align: left;
	background-color: #FFFFFF;
}

/* Box textes en 2 colonnes */

#cont2Col {
	width: 100%;
	clear: both;
	background-color: #FFFFFF;	
}
#contcolGauche {
	width: 35%;
    float: left;
}
#contcolDroite {
	width: 35%;
    float: right;
	text-align: center;
}
#contcolGauche2 {
	width: 48%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 5px;
}
#contcolDroite2 {
	width: 48%;
    float: right;
	text-align: left;
	background-color: #FFFFFF;	
	padding-left: 5px;
}

/* Alignement du texte */

 #aligngauche {
    text-align: left;
 }
 #aligncentre {
    text-align: center;
 }

/* archives -- clean */

.GrosRougeCentre {
	font-family: Verdana;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	color: #FF7600;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
}
.txt10ptOrangeFonds {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
	background-color: #FFFFCC;
}
.txt10ptOrangeB {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #FF7600;
	text-decoration: none;
	font-weight: bold;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
}
.txt10ptOrange {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #FF7600;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
}
.txt10ptGris {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:  url(../images/v3/bullet1.gif);
	list-style-type: none;
}
.txtPetitBlue {
	font-family: Verdana;
	font-size: 8.5pt;
	font-style: normal;
	line-height: normal;
	color: #008AFF;
	text-decoration: none;
	font-weight: normal;
}
.encadreGauche {
	float: left;
	margin-right: 10px;
}
