/* CSS Document */
	
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(/images/fond-site.gif);
	background-position: center;
	background-repeat: repeat-y;
}
	
#page {
	position: relative;
	margin: auto;
	width: 990px;	

	background-color: #fff;
}

/*----------------------
/* Agrandir / réduire
/**/
.size0 { 
	font-size: 90%; 
} 

.size1 { 
	font-size: 95%; 
/* this is going to be the default font-size */ 
} 

.size2 { 
	font-size:100%; 
} 

.size3 { 
	font-size:110%; 
} 

.size4 { 
	font-size:120%; 
} 



/*-------------------------
/* entete
/**/
#entete {
	position: relative;
	height: 277px;
	width: 990px;
	background-image: url(../images/fond-entete.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}

#titre {

	position: absolute;
	top: 95px;
	left: 200px;
	text-transform: uppercase;
	font-size: 18px;
}

#icones {
	position: absolute;
	bottom: 75px;
	right: 10px;

}

#icones img {
	border: 0;
}

/*----------------------------
/* indice 
/**/
#indice {
	position: absolute;
	top: 10px;
	left: 300px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#indice-valeur {
	position: absolute;
	top: 0px;
	left: 130px;
	width: 90px;
	color: #000;
	text-align: right;
}

#indice-variation {
	position: absolute;
	top: 0px;
	left: 245px;
	width: 90px;
	color: #000;
	text-align: right;
	
}

/*-------------------------
/* recherche
/**/
#recherche {
	position: absolute;
	top : 6px;
	left: 706px;
}

#recherche img {
	position: absolute;
	top: 0;
	left: 0;
}

#recherche input {
	position: absolute;
	top: 5px;
	left: 35px;
	height: 14px;
	border: 0;
	background: transparent;
	width: 220px;

}


/*------------------------
/* menus
/**/

#menu-superieur {
	position: absolute;
	right: 10px;
	top: 210px;
	color: #7accc8;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	
}

#menu-superieur a {
	text-decoration: none;
	color: #fff;
}

#menu-superieur a:hover {
	
	color: #efa717;
}

#menu-inferieur {
	position: absolute;
	right: 10px;
	top: 247px;
	color: #7accc8;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	
}

#menu-inferieur a {
	text-decoration: none;
	color: #000;
}

#menu-inferieur a:hover {
	
	color: #fff;
}



/*-------------------------
/* principal
/**/
#principal {
	
	background-image: url(../images/fond-principal.gif);
	background-repeat: no-repeat;
	
}



/*-------------------------
/* liens-rapides 
/**/

#liens-rapides {
	
	float: left;
	width: 240px;
	padding-left: 30px;
	padding-top: 84px;
}

#liens-rapides ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#liens-rapides li {
	position: relative;
	height: 32px;
	padding-top: 10px;
	padding-left: 50px;
	margin-bottom: 15px;	
}

#liens-rapides a {
	font-size: 17px;
	color: #000;
	text-decoration: none;
}

#liens-rapides a:hover {
	text-decoration: underline;
}

#liens-rapides img {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
}

/*-------------------------
/* sous-menu
/**/
#sous-menu {
	
	float: left;
	width: 190px;
	background-color: #1e24a3; /*#3035a3;*/
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	padding-bottom: 15px;
	
}

#sous-menu a {
	color: #fff;
	font-size: 14px;
	display:block;
	/*height: 15px;*/
	text-decoration: none;
	padding: 10px;
}

#sous-menu a:hover {
	background-color: #fff;
	color: #3035a3;
	
}

#sous-menu ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	
}

/*-------------------------
/* contenu 
/**/
#contenu {
	float: left;
	
	width: 412px;
	min-height: 400px;
}

* html #contenu {
	height: 400px;
}

.typePage_170.estFiche h1 {
	font-size: 20px !important;
}

.typePage_170.estFiche h2 {
	font-size: 18px !important;
}



.texte #contenu {
	width: 610px;
	padding-left: 80px;
}

#contenu h1 {
	padding: 0;
	margin: 0;
	color: #199187;
	font-size: 41px;
	font-weight: normal;
}

#contenu h2 {
	color: #13159b;
	font-size: 1.6em;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 0;
}

#page_1 #contenu h2 {
	margin-top: 0 !important;

}

#contenu .lire-la-suite {
	vertical-align: middle;
}

#contenu a,
#a-surveiller a {
	color: #199187;
	
}

#contenu a:hover,
#a-surveiller a:hover {
	color: #2f31a1;

}

#fil {
	color: #fff;
	padding-bottom: 20px;
	padding-top: 3px;
	font-size: 10px;
}

#fil a {
	color: #fff;
}

/*-------------------------
/* colonne-droite
/**/
#colonne-droite {
	float: right;
	padding-top: 25px;
	width: 214px;
	
}

#colonne-droite .texte {
	padding-right: 10px 
}

#colonne-droite .texte a {
	color: #199187;
}

#colonne-droite .texte a:hover {
	color: #2f31a1;
}

#colonne-droite .texte h2 {
	padding: 0;
	margin: 0;
	color: #2f31a1;
	font-size: 20px
}



#colonne-droite .texte p {
	padding: 0;
	margin: 0;
	
	margin-bottom: 10px;
}

#colonne-droite  {
	font-size: 12px;
}

#a-surveiller {
	background-image: url(../images/fond-a-surveiller.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
}

#a-surveiller .evenement {
	margin-top: 20px;
	padding-left: 18px;
	padding-right: 14px;
}

#a-surveiller h2 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 24px;
}

#a-surveiller h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;

}

#bas-accueil {
	margin-bottom: 20px;
}

#bas-accueil img {
	vertical-align: middle;
	border: 0;
}

#bas-accueil a {
	text-decoration: none;
	font-size: 10px;
}

/*-------------------------
/* Actualité
/**/

.actualite {
	margin-bottom : 2em;
}

.actualite img.photo {
	padding: 2px;
	border : 1px solid #0f149b;
	margin-right: 10px;
}

.actualite h2 a {
	text-decoration: none;
	color: #13159b !important;
}

.actualite h2 a:hover {
	text-decoration: underline;
}

.actualite strong {
	display : block;
	font-weight : normal;
	font-size: 16px !important;
	padding: 0 !important;
	margin: 0 !important;
}

/*-------------------------
/* Vidéo
/**/
.video {
	/*padding: 2px;
	border : 1px solid #0f149b;
	width: 425px;
	margin: auto;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;*/
}


/*--------------------------
/* Nouvelles
/**/

h2.surtitre {
	font-size: 16px !important;
	padding: 0 !important;
	margin: 0 !important;
}

p.surtitre {
	color: #199187 !important;
	font-size: 25px;
	margin-bottom : 0;
	margin-top : 0;
}

a.titre {
	font-size: 1.2em;
}

span.surtitre {
	font-size: .9em;
}

.nouvelle_date {
	margin-top : 1em;
	margin-bottom : 1em;
}




/*-------------------------
/* pied
/**/
#pied {
	font-size: 10px;
	color: #707070;
	padding-left: 275px;
	padding-right: 15px;
	
	padding-top: 25px;
	padding-bottom: 25px;
}

#pied a {
	color: #707070;
	
}

#pied a:hover {
	color: #000;
}

#realisation {
	float: right;
}

#copyright {
	float: left;
}