/*
 * 
 * General
 * 
 */

body {
	background-color: #004A98;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; padding: 0;
	background-image: url('../images/fond.png');
	background-position:center 100px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

table.spip {
  border: solid 1px #004A98;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 20px;
}

table.spip tr, table.spip td  {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: solid 1px #004A98;
}

table.spip td  {
  padding: 1px 2px;
}

table.spip th {
  background-color: #004A98;
  color: #fff;
  font-weight: bold;
  padding: 2px 4px;
}

/*
 * 
 * Common
 * 
 */

#pageWrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 931px;
	padding: 0 12px 12px 12px;
	position: relative;
}

#page {
	background-image: url('../images/fond_page.png');
	background-repeat: repeat-y;
}

#enteteWrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 955px;
	background-image: url('../images/fond_page.png');
	background-repeat: repeat-y;
	background-position: 12px 0;
	position: relative;
}

#entete {
	height: 79px;
	background-image: url('../images/degrade_haut.png');
	background-repeat: repeat-y;
	background-position: 1px 0px;
	margin-left: 12px;
	background-color: #FFFFFF;
	margin-top: 7px;

}

#logo a img {
border: none;
}

.spip_documents a img {
	border: solid 2px #fff;
}

#topSpacer {
	font-size: 12px;
	line-height: 12px;
	width: 100%;
	height: 12px;
	background-color: #FFFFFF;	
}

.blocEntete {
	float: left;
}

#baseline {
	background-image: url("../images/filet_baseline.png");
	background-repeat: repeat-x;
	background-position: 0 48px;
	padding: 29px 0 0 20px;
	width: 400px;
}

#baseline h1	 {
	font-size: 20px;
	color: #FF8533;
	line-height: 20px;
	margin: 0;
	font-weight: normal;
}

#baseline h1 span.baseline_stitre {
	margin-left: 7.2em;
}

#fluxrss {
	background-image: url("../images/picto_rss.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	margin: 60px 0 0 0px;
	font-size: 12px;
}

#fluxrss a{
	color: #FFFFFF;
}

#rechercheWrapper {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 12px;
	padding: 0px 10px 10px 10px;
	background-color: #C9DAEB;

}

#blocRecherche {
	background-color: #004A98;
	padding: 10px;
		height: 39px;
}

#blocRecherche input{
	display: inline;
}

#formulaire_recherche {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#formulaire_recherche input.text {
	width: 170px;
}

#contenu {
	float: left;
	padding: 15px;
	width: 667px;
}

#pied {
	width: 955px;
	margin: 0 auto;
	height: 15px;
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
	line-height: 10px;
	font-size: 10px;
}

#pied a {
	text-decoration: underline;	
}

a.spip_ancre, #chapo a.spip_in {
	font-size: 13px;
	font-weight: bold;
	color: #004A98;
	background-image: url("../images/puce_bleue.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 11px;
}

a.spip_in {
	color: #004A98;
}

a:hover.spip_ancre {
	color: #F1980C;
	background-image: url("../images/puce_orange.png");
}

.hautpage {
	width: 100%;
	overflow: auto;
	background-image: url("../images/pixel_orange.png");
	background-repeat: repeat-x;
	background-position: 0 6px;
	
	
}

.hautpage a {
	font-size: 11px;
	color: #F1980C;
	display: block;
	float: left;
	background-color: #C9DAEB;
margin-left: 10px;
padding: 0 5px;
}

.pagination a{
	color: #004A98;
}

.spip_note {
	color: #004A98;
}

/*
 * Menu
 */

#menu {
	width: 232px;
	float: left;
	height: 600px;
	background-image: url("../images/fond_nav.png");
	background-repeat: no-repeat;
	background-position: top left;
} 

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#menu ul.level1 {
	margin-top: 10px;
	border-top:solid 1px #FFFFFF;
}

#menu li {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	text-align: right;
	padding: 3px 0px 3px 0;
	cursor: pointer;
	border-bottom:solid 1px #FFFFFF;
	margin: auto;
}

#menu li.level1 span.level1_titre {
	text-transform: uppercase;
	padding-right: 3px;
}

#menu li.level1_static a{
	text-transform: uppercase;
	padding-right: 3px;
	text-decoration: none;
}

#menu li.level2 {
	border: none;
}

#menu li.level2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	display: block;
	padding: 2px 10px 2px 0;
}

#menu li.level2 a:hover {
	background-color: #004A98;
	text-decoration: none;	
}




/*
 * 
 * Sommaire
 * 
 */

#edito {
	width : 347px;
	float: left;
	margin-top: 15px;
}

#edito h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FF8533;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	padding: 0;
	line-height: 18px;
	padding-left: 3px;
}

#editoContent {
	width: 323px;
	padding: 10px;
	background-color: #eef3f9;
	color: #000000;
	font-size: 13px;
	border:2px solid #FF8533;
}

#editoContent p{
	padding: 0;
	margin: 0 0 10px 0;
}

#signatureEdito {
	text-align: right;
	color: #000000;
	font-weight: bold;
}

#dernieresActus {
	width: 300px;	
	float: left;
}

#dernieresActus h1{
	font-family: "Times New Roman", Times, serif;
	color: #FF8533;
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 2px #ff8533;
	
}

#dernieresActus h2 a, #listeActus h2 a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #004A98;
}

#dernieresActus span.date, #listeActus span.date {
	font-weight: bold;
	font-size: 12px;
	color: #7A7A7A;
}

#dernieresActus ul, #listeActus ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#dernieresActus img, #listeActus img {
	float: left;
	border: solid 2px #FFFFFF;
	margin-right: 5px;
}

#dernieresActus li, #listeActus li {
	clear: both;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	margin-top: 5px;
	border-bottom: solid 1px #004A98;
}

.dernieresActusResume, .listeActusResume {
	font-size: 12px;
	color: #000000;
}

#dernieresBreves {
	width: 347px;
	float: left;
}

#dernieresBreves h1{
	font-family: "Times New Roman", Times, serif;
	color: #FF8533;
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 2px #ff8533;
	
}

#dernieresBreves h2 a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #004A98;
}

#dernieresBreves span.date {
	font-weight: bold;
	font-size: 12px;
	color: #7A7A7A;
}

#dernieresBreves ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#dernieresBreves img {
	float: left;
	border: solid 2px #FFFFFF;
	margin-right: 5px;
}

#dernieresBreves li {
	clear: both;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	border-bottom: solid 1px #004A98;
}

.listeActusResume {
	padding-left: 140px;
}

.listeActusResume a.spip_in {
	color: #004A98;
	background-image: url("../images/puce_bleue.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 11px;

}

.spip_doc_titre, .spip_doc_descriptif {
	font-size: 10px;
	text-align: center;
	color: #004A98;
}

.dernieresActusResume p, .listeActusResume p{
	margin: 0;
	padding: 0;
}

#mapbreves {
	float: left;
	padding: 5px 10px 10px 10px;
	margin-top: 10px;
	width: 347px;
}

#derniereVideo {
	float: left;
	background-color: #689BD1;
	width: 230px;
	padding: 5px 10px 10px 10px;
	margin-top: 10px;
}

#derniereVideo h1{
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 19px;
	border-bottom: solid 2px #ffffff;
	margin: 0 0 10px 0;
	padding: 0;
	
}

#derniereVideo p{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

/*
 * 
 * Rubrique
 * 
 * 
 */

#chemin,
#chemin a {
	color: #689BD1;
	font-size: 11px;
	text-decoration: none;
}

#chemin a {
	text-decoration: underline;
}



#articleFiltre {
	background-color: #689BD1;
	padding: 8px 5px;
	color: #FFFFFF;
	font-size: 13px;
}

#articleFiltre label{
	margin-right: 4px;
}

#articleFiltre select{
	margin-right: 10px;
}

h1.titreRub {
	font-family: "Times New Roman", Times, serif;
	color: #004A98;
	font-weight: bold;
	font-size: 22px;
	text-transform : uppercase;
	margin : 15px 0 10px 0;
}

span.auteur {
	font-weight: bold;
	font-size: 11px;
}

span.titreFiltre {
	font-weight: bold;
	font-size: 13px;
	text-transform : uppercase;
	padding-left: 5px;
	color: #004A98;
}

#listeActus ul {
	margin-top: 15px;
}

#listeActus li {
	margin-top: 5px;
	border-bottom: solid 1px #ff8533;
}

#listeActus #logoArticle {
  float: left;
}

.listeActusResume h2 {
  margin: 0 0 5px 0;
}

/*
 * 
 * Articles
 * 
 */

#paveInfo {
	float: right;
	background-color: #689BD1;
	width: 245px;
	margin-left: 10px
	
} 

.paveInfoBloc {
	padding: 10px;
	margin: 0;
}

.paveInfoBloc a{
	color: #004A98;
	font-size: 14px;
	font-weight: bold;
}

.paveInfoBloc a img{
	border: none;
}

.paveInfoBloc a span.date{
	color: #C7C7C7;
}

#paveInfo hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	border: 0;
}

.paveInfoBloc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.paveInfoBloc li {
	margin-bottom: 10px;
}

.paveInfoBloc h2 {
	font-size : 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
	color: #FFFFFF;

}

#chapo {
	font-size: 13px;
	color: #004A98;
	font-weight: bold;
}

#mainText {
	font-size: 13px;
	text-align: justify;
}

#mainText a {
	color: #FF8533;
}

.spip_documents_left {
	margin-right: 10px;
}

.spip_documents_right {
	margin-left: 10px;
}

h3.spip {
	color: #F1980C;
	margin: 10px 0 0 0;
	padding: 0;
}

#mainText p {
	margin: 0 0 15px 0 ;
}

#mainText strong.caractencadre-spip {
	color: #004A98;
}

.legende_logo {
  font-size: 11px;
  text-align: center;
}

/*
 * Formulaires
 */

#mainText form label{
  width: 10em;
  float: left;
  text-align: left;
  margin-right: 0.5em;
  display: block;
  font-size: 13px;
  font-weight: bold;
  COLOR: #004A98;
	margin-top: 2px;
}

#mainText form p{
  margin-bottom: 5px;
  padding: 0;
  clear: left;
}

#mainText form input, #mainText form textarea{
	width: 25em;
	font-size: 12px;
	margin: 4px 0 0 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#mainText form textarea{
  height: 4em;
}

#mainText form span.mandatory{
  color: #FF8533;
}

#mainText form .submit {
  margin-left: 6em;
  background-image: url("../images/bouton.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 113px;
  height: 27px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #2E3032;
  font-weight: bold;
  background-color: transparent;
  line-height: 20px;
  padding-left: 15px;
  margin-top: 5px;
}

#mainText form .erreur {
  color: red;
}

.spip_surligne {
/*  color: #FF6;*/
}
