/* Ref.: http://www.severnsolutions.co.uk/twblog/archive/2004/07/01/cssnegativemarginsalgebra */
/* Layout 3 colones + header + footer avec marges négatives */

/* @group reset */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group typo */

a{
	color: #E95F5F;
	text-decoration: none;
}

h1 {
	height: 28px;
	font-size:19px;
	margin-right: -140px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 1em;
}

#pageRecherche h3 {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
	text-transform: none;
}

body{
	font: 12px verdana, arial, sans-serif;
	text-align:center;
}

fieldset {
	padding: 4px 8px 9px;
	border: 2px groove #F0F0F0;	
}

p.spip, p, div.texte {
	padding-bottom: 1em;
}

.spip_form_label {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.spip_form_label_details {
	font-size: 10px;
	color: #333;
}

.spip_bouton {
	text-align: center!important;
	padding: 6px;
}
textarea, input.email,input.ligne, input.fichier,input.code_postal, input.fichier, input.url, input.forml {
	width:  364px;
	_width: 370px;
	padding: 2px 3px;
	background-color: #F5F5F5;
	border: 1px solid #999;
}

textarea:focus, input.email:focus, input.ligne:focus, input.code_postal:focus, input.fichier:focus, input.url:focus {
	background-color: #EFEFEF;
	border: 1px solid #555;
}

textarea {
	padding: 3px;
}
/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

.spip_surligne {
	background-color: #FEFFBF!important;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
} 
 
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 

/* @end */

/* @group layout */

#conteneur {
	font-size: 1em;
	position: relative;
	margin: 0 auto;
	padding:  0 30px;
	text-align: left;
	width: 720px;
	_width:780px;
	background: url('fond.gif') no-repeat;
}

#home #conteneur {
	background: url('fond_home.gif') no-repeat;
}

#header {
	height:200px;
}

#menuNav{
	float:left;
	font-size: 13px;
	padding-top: 28px; 
	width: 180px; 
	min-height: 340px;
	overflow: hidden;
	line-height:150%;
	margin-bottom:50px
}

#contenuAnnexe{
	float:right;
	padding-top: 28px; 
	width: 200px;
	overflow: hidden;
}

#contenuPrincipal{
	float: left;
	width: 400px;
	margin: 0px -580px 30px -30px; 
}
#footer {
	clear:both;
	height:30px;
	text-align: center;
}

#go_home {
	display:block;
	height: 120px;
	position: absolute;
	top:0;
	width: 280px;
}

/* @end */

/* @group entete */

#header ul#menu {
	position: absolute;
	top: 125px;
	right: 30px;
	font-size: 12px;
}

#header #menu li {
	float:right;
	padding-left: 47px;
	list-style:none;
}

#header #menuLangues ul{
	position: absolute;
	top: 75px;
	right: 30px;
	font-size: 10px;
}

#header #menuLangues li {
	background: #FFF;
	border: 1px solid #E95F5F;
	float:left;
	padding: 0 5px;
	list-style:none;
	border-left: 0;
}

#header #menuLangues li.first {
	border-left: 1px solid #E95F5F;
}

/* @end */

/* @group menu */

#menuNav h2 {
	display: none;
}

#menuNav ul ul{
	font-size: 12px;
	list-style-type: square;
	padding-left: 13px;
	color: #E95F5F;
}

#menuNav li.on a, 
#menuNav li.on,
#menuNav li.on li.on a{
	color: #E95F5F;
}

#menuNav li.on a.on, #menuNav li.on a.sectionOuverte{
	color: #000;
}

#liens {
  width:150px;
  float:right;
}
/* @end */

/* @group contenu */

.blocInfo,#edito {
	padding-bottom: 1em;
}

.formulaire_recherche label {
	display: none;
}

.formulaire_recherche {
	padding-bottom: 1em;
}

#contenuAnnexe dl {
	width: 150px;
	float: right;
}

#contenuAnnexe dt {
	width: 150px;
  text-align:right;
	float: right;
}

/* servent pour la liste des articles d'une rubrique */
dl {	
}

dt {
	width: 128px;
	overflow: hidden;
	float: left;
	clear: both;	
	margin-bottom: 10px;
}

dd {
	font-size: 11px;
	float: right;
	width: 250px;
}
dd h2 {
	font-size: 11px;
	text-transform: uppercase;
}
dd.last {
	padding-bottom: 10px;
}
dd.lien {
	/* color: #E95F5F */;
}
dd.voir {
	padding-top: 6px;
}

#document_actif {
	width: 400px;
	margin: 1em 0;
	overflow: hidden;
}

.infoMaj{
	float: right;
	padding-top: 1em;
	font-size: 10px;
}

/* @end */