/* CSS Document */

body {
	font: 13px/130% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	background: #B38DBC url(fond-rub6.jpg) repeat-x center top;

}
html {
	font: 13px/130% Arial, Helvetica, sans-serif;
}

img{
border:0;
}

#centre {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	border: 1px solid #000000;
	margin-top: 10px;
}

#haut {
}
#haut img{
	border-style: none;

}
#logo{
	width: 900px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}


#liens-haut{
	position: absolute;
	right: 22px;
	top: 8px;
	width: 120px;
	text-align: left;
	z-index: 1000;
	visibility: visible;
}

#liens-haut a{
	color: #FFFFFF;
	text-decoration: none;
}
#liens-haut a:hover{
	text-decoration: underline;
}






/*Menu déroulant
*/

/* menuH.css
 * For: menuDropdown.js (version: 0.1)
 */
 
 #menu-cadre {
	margin: 0px 0 0;
	padding: 0;
	display:block;
	height:28px;
	background: #000000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	width: 900px;
}

#mainMenu1 {
	color: #000;
	margin: 0;
	padding: 0;
	top: auto;
	left: auto;
	z-index: 1;
	position: static;

  /* do not use a 'relative' position */
  /* do not use a 'static' position if the menu is vertical */
  /* do not set height to other than 'auto' */
  /* set width to other than 'auto' if position is 'absolute' and its children
   * are 'float: left' or 'float: right' (for Opera 7 compatibility) */
}

#menuList1 {
	margin: 0;
	padding: 0px;

	/* always set margin to '0' */
  /* border-left-width must be equal to border-right-width */
  /* padding-left must be equal to padding-right */
  height: 28px;

}

#menuList1 li {
	display: inline;
	padding: 0;
	list-style: none;
	line-height: 28px;
	margin: 0px;  /* do not change anything here */
}

#menuList1 li a {
	color: #FFFFFF;
	float: left;
	display: block;
	margin: 0 0px 0 0;
	/* always set margin to '0' */
  /* if display is set to 'inline', padding won't be considered in Win/IE5.0 */
  	text-decoration: none;
	text-align: center;
	padding: 0px 24px;
	background: #000000;
	border-right: 1px solid #FFFFFF;
}

#menuList1 li a:hover, #menuList1 li a:focus {
	color: #FFFFFF;
	background: #55A600;
}

#menuList1 li a.actuator {
}
#menuList1 li.on a {
	display:block;
	color: #FFFFFF;
	background: #55A600;	

}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
	color: #000000;
	background: #FFDF00;

}

#menuList1 .menu {
	color: #000000;
	margin: 0px;
	padding: 0px;
	/* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
	position: absolute;
	visibility: hidden;
	line-height: 15px;
	font-weight: normal;
	background: #FFFFFF url(none);  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu li a {
	float: none;
	border-bottom: 1px solid #E7E7E7;
	line-height: 15px;
	width:150px;
	text-align:left;
	color: #000000;
	font-size:12px;
	margin: 0;
	padding: 5px 7px 5px 10px;
	background: #FFDF00 url(none);
}
#menuList1 .menu li a:hover {
	color: #FFFFFF;
	background: #55A600 url(none);
}

#menuList1 .menu li a.actuator{
  	border-bottom: 1px solid #FFFFFF;
		background-image: none;

}

#menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {
	border-bottom: 0px solid #FFFFFF;
	background-color: #CCCCCC;
	background-image: none;
}

.menu ul {
margin:0;
padding:0;
	background-color:#000;
}


#conteneur{
	background: #FFFFFF url(gris.gif) repeat-y right top;
	margin-top: 0px;
	padding-top: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: both;
}

#conteneur.article_41 { background-image: none; background-color: white; }
#conteneur.article_41 #sous-menu { display: none; }
#conteneur.article_41 #texte { width:850px; padding: 20px; }
#myframe { height:1000px; }

	/* Texte --------------- */



#texte {
	margin-right: 220px;
	padding: 15px 0px 20px 20px;
}

#texte {
	padding: 15px 0px 20px 20px;
	width:650px;
	margin-right:0;
}
#texte h1{
	font-size: 18px;
	color: #000000;
	line-height: 130%;
	margin-top: 0px;
	padding-top: 0px;
}
#texte h2{
	font-size: 15px;
	color: #999999;
	line-height: 120%;
}
#texte h3{
	font-size: 14px;
	color: #CD180F;
	clear:left;
}
#texte a{
	color: #931B09;
	text-decoration: underline;
}
#texte a:hover{
	text-decoration: none;
}



#texte ul{
}
#texte li{
}

#texte blockquote {
	margin: 0px 0px 15px;
	padding: 0px 15px 10px;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 620px;
}

blockquote h3 {
	color: #CD180F;
	padding: 4px 15px;
	background: #FAFAFA;
	margin: 0px -15px;
	border-bottom: 1px solid #CCCCCC;
}


dl{
margin:0;
padding:0;
}

dl strong{
	font-weight: normal;
	color: #666666;
}
dl br{
line-height:1px;
}

	/* Texte --------------- */



#sous-menu {
	float:right;
	width:175px;
	margin-left: 0px;
	margin-right: 10px;
	text-align:center;
}
* html #sous-menu {

	margin-left: 0px;
	margin-right: 5px;
		width:170px;

}

#sous-menu blockquote {
	margin: 10px 0px 15px;
	padding: 0px 15px 10px;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 140px;
}

#sous-menu ul{
	margin: 0px;
	padding: 0px;
	margin-left:15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sous-menu li{
	margin: 0px;
	padding: 0px;
}
#sous-menu a{
	color: #CC0000;	
}
#sous-menu a:hover{
	text-decoration: none;
}
#sous-menu li a.on{
	color: #000000;
}




/* --- Liste des articles --- */
#articles
{
	margin-top: 20px;
	margin-right: 30px;
	clear:left;

}
#articles .spip_logos
{
float:left;
margin-right:10px;
	

}

#articles a
{
	font-size:14px;
}



#articles ul
{
	margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
}

#articles li
{
	margin: 0px 0px 10px;
	padding: 10px 0px;
	clear: left;
	list-style: none;
}

.descriptif {
	display:block;
	color: #777777;
}
#bas {
	clear:both;
	border-top: 1px solid #CCCCCC;
	height: 80px;
	padding: 10px 50px 10px 30px;
}

#bas a{
	color: #666666;
}
#bas a:hover{
	color: #000000;
}

#bas .logo {
	float: right;
}
/* Images */

.spip_documents_left {
	margin-right:10px;
	margin-bottom:10px;
}
.spip_documents_right {
	margin-left:10px;
	margin-bottom:10px;
}

.spip_documents_center {
	margin:auto;
	text-align:center;
}

span.spip_documents_center {
	display:block;
}
.spip_documents_center {
	clear:both;
	margin:auto;
	width:100%;
}





/*Tableaux*/

table {
	border-collapse:collapse;
	margin-bottom: 10px;
	padding-bottom:10px;
	width: 650px;
}
td{
	margin: 0px;
	padding: 4px 7px;
	border: 1px solid #999999;
	vertical-align: top;
}
th{
	color: #000000;
	text-align: left;
	padding: 4px 7px;
	border: 1px solid #999999;
	background: #F9D77D;

}


/*
Formulaires
*/



.formulaire_inscription legend {
	display:none;
}

.spip_forms {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
}

.spip_forms .formo, .spip_forms .forml, .formulaire_inscription .forml {
	display:block;
	border:1px solid #CCCCCC;
	padding: 2px;
	background-color:#FFFFFF;
}

.spip_forms fieldset {
	padding:0.5em;
	margin-bottom:1em;
	margin-left:0;
	margin-right:0;
	border: 1px solid #000000;
	background: #ECECEC;
}

.spip_forms legend
{
	margin: 0.5em 0;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #3AA8C5;
}

div.spip_form_champ {
	margin-top:5px;
	padding-top: 5px;
}

/*

*/

.spip_form_choix_multiple input {
	display:inline;
}

.spip_form_choix_multiple li {
	list-style: none;
}

.multiple_1 .spip_form_label, .multiple_2 .spip_form_label, .multiple_3 .spip_form_label, .multiple_5 .spip_form_label {
	font-weight: bold;
	font-size:1.2em;
}

.boutonstexte {
	display:none;
}



.spip_forms .spip_bouton input {
	background:#55A600 url(none) repeat scroll 0 0;
	border:1px solid #000000;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.2em;
	width:100px;
	font: bold 12px Arial, Helvetica, sans-serif;}
	

/* Boutique */

.produit_boutique{
	width:135px;
	height:175px;
	margin-right:15px;
	margin-bottom:20px;
	padding:5px;
	text-align: center;
	float:left;
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
}

.produit-boutique img{
	margin-top:2px;
	margin-bottom:2px;
	}
	
h6.titre{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	height:35px;
	display: block;
	overflow: hidden;
	}

/* 
 * Styles Carousel 
 */

#top .foo {
	margin-left:0px;
	width: 630px;
	color:black;
	border: 1px solid #999999;
	padding:10px;
	padding-bottom:0px;


}

#top .foo ul {
	margin:0;
	padding:0;
}

#top .foo li {
	float:left;		
	width:315px;
	height:200px;
	margin:0;
	list-style: none;
	background: none;
	padding:0;
	line-height:15px;
}

#top .foo img {
	margin-right:10px;
	float:left;
}

#top .js .carousel-control {

	cursor:pointer;
	display:inline-block;
	height:15px;
	line-height:999px;
	overflow:hidden;
	vertical-align:middle;
	width:15px;	
	display:none; 
}

#top .top_num {
	float:right;
	font-size:14px; 
	font-weight:bold; 
	color:black;
	margin-right:5px;
	margin-top:5px;
}

#top .carousel-pagination a {
	border:1px solid #E7E7E7;
	padding:1px 5px;
	margin-right:3px;
	cursor:pointer;
	text-decoration: none;
		color:#CCCCCC;

}

#top .carousel-pagination a.active {
	border:1px solid #CCCCCC;
	color:#000000;
	background: #CCCCCC;
}

#top .carousel-pagination a:hover {
	border:1px solid #CCCCCC;
	color:#000000;
		background: #CCCCCC;

}

#top .center-wrap {
	text-align:right;
}	

#top .titre_slide {
	display: block;
	font-weight: bold;
	font-size:1.1em;
	margin-bottom:5px;
}

#top .chapo_slide {
	display: block;
	color:gray;
	margin-bottom:5px;
}

#top .texte_slide {
	display: none;
}

#top .carousel-pagination p {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Forum */


#reponse{
	margin-top: 15px;
/*	padding-top: 10px;
	border-right: 1px solid #EBBF63;
	border-bottom: 1px solid #EBBF63;
	border-left: 1px solid #EBBF63;
	border-top: 5px solid #EBBF63;*/
}

#reponse h2{
padding-left:10px;
	
}
#reponse h3{
display:none;
	
}

#reponse small{
	font-size:90%;
	color:#999999;
	margin-bottom:10px;
	
}

#reponse ul{
margin:0;
padding-top:0;
}
#reponse ul ul{
margin-left:10px;
}

#reponse li{
	list-style: none;	
	margin:0;

}

#reponse p.forum-repondre-message {
text-align:right;
margin-bottom:0;
margin-top:5px;
font-size:90%;
display:none;

}

#reponse h2.forum-repondre {
	font-size: 90%;
	background: url(repondre.png) no-repeat left 10px;
	padding-left: 20px;
	line-height: 18px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #E04E42;
}
#reponse h2.forum-decompte {
	font-size: 90%;
	padding-left: 0px;
}

#reponse ul.forum {
	padding-top: 5px;
	padding-bottom:0;
	border-right: 1px solid #B1B0AC;
	border-bottom: 1px solid #B1B0AC;
	border-left: 1px solid #B1B0AC;
	border-top: 3px solid #B1B0AC;	
}

.forum-message {
	padding:10px;
	border-bottom: 1px solid #E4E4E4;
	border-left: 0px solid #E4E4E4;
	margin-top: 0px;
	margin-bottom:0px;	
}

.formulaire_forum table{
display:none;
}

/* GLOSSAIRE
 * Styles pour le modeles/mot.html:
 * définition au survol de la puce
 * avec le raccourci <motxx>
 */

/* Empêcher la définition de s'afficher comme les autres liens, vous pouvez donner les attributs standards de votre texte */
a.glossaire, a.glossaire:hover {
	color: #000000;
	text-decoration: none;
	position:relative;
}
a.glossaire sup {}
a.glossaire img {}

/* L'effet de survol est obtenu grâce aux propriétés display */
a.glossaire span.dl,
a.glossaire span.dt,
a.glossaire span.dd {
	display: none;

}

a.glossaire:hover span.dl,
a.glossaire:hover span.dt,
a.glossaire:hover span.dd {
	display: block;
}




/* La déco */
a.glossaire:hover span.dl {
	/* Placement de la définition dans la page. */
	position: absolute;
	left: -20px; /* à 20px du bord gauche de la page */
	width: 180px;
	/* Déco */
	padding: 0px;
	border: 1px solid #B38DBC;
	background-color: #FFFFFF;
	font-size: 100%;
}
a.glossaire:hover span.dt {
	padding: 5px;
	background-color: #FFE6EF;
	color: #88100A;
	font-weight: bold;
	text-align: center;
}
a.glossaire:hover span.dd {
	padding: 5px;
	text-align: left;
	line-height: 1.3em;
}

/*
 * Styles pour le modeles/mot_definition.html:
 * définition incluse directement dans le texte
 * avec le raccourci <motxx|definition>
 */

/* On supprime les styles par défaut des navigateurs */
dl, dt, dd {margin: 0px; padding: 0px;}

/* Déco */
dl.glossaire {
	padding: 6px 0px 0px 6px;
	border-left: 1px solid #FF005C;
	margin-bottom: 12px;
	font-size: 90%;
}
dl.glossaire dt {}

dl.glossaire dt a,
dl.glossaire dt a:hover {
	padding: 3px;
	background-color: #FFE6EF;
	color: #FF005C;
	font-weight: bold;
	text-decoration: none;
}
dl.glossaire dd {
	padding: 3px;
	text-align: left;
	line-height: 1.3em;
}

/* Pour les raccourcis
 * <motxx|definition|liste=1> et
 * <motxx|definition|liste=2>
 */
dl.glossaire_liste1 {margin-left: 18px;}
dl.glossaire_liste2 {margin-left: 36px;}


.spip_forms div.spip_descriptif {
clear:none;
}

.spip_forms p.spip_form_ok, .spip_forms p.spip_form_erreur, .spip_forms form {
clear:none;
}
