@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

/* ZONES */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width:100%;
	background-image:url(/images/fond.jpg);	
	background-repeat:repeat-x;
	background-position:top center;
	margin:0;
	padding:0;
}

.print
{
	display: none;
}

.noprint
{

}

HEADER{
height:265px;
width:100%;
position: relative;
}
#container {
width:100%;
position: relative;
margin:0 auto;
max-width:1100px;
}
	 
#zone
{
  position:relative; 
  float:right;
  width:70%;
}
#container_colonne
{
  position:relative; 
  float:left;
  width:25%;
  padding:20px 5% 0 0;
}



.titre_logo{
font-family: 'Quicksand', sans-serif;
font-size: 3rem;
color: white;
margin: 70px 0 40px 0;
display: block;
}
/* MENU */
.menu_niveau0
{
position: relative;
width: 1120px;
margin: 0 auto;
}

.menu_niveau1,.menu_niveau1_actif
{
	position: relative;
	float: left;
	font-size:1.5rem;
	background-color:#ae0f0c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	color:white;
	padding:3px;
	margin-left:20px;

}

.menu_niveau1_actif
{
	border-bottom:2px solid red;
}

.cadre_menu
{
	position: absolute;
	display: none;
	z-index: 20;
	width: 195px;
	top: 35px;
	background-color: white;
	-moz-box-shadow: 5px 7px 21px #b9b9b9;
	-webkit-box-shadow: 5px 7px 21px #141#b9b9b9314;
	box-shadow: 5px 7px 21px #b9b9b9;
}

LI.lignemenu
{
margin-top:1px;
	list-style-image: none;
	list-style: none;
	background-color:#ae0f0c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
}

A, A.spip_out {
	color: #055301;
	text-decoration: none;
	font-weight:bold;
}
A:hover, A.spip_out:hover {
	color: red;
	text-decoration: none;
	font-weight:bold;
}


A.lien_menu {
	font-size:1.2rem;
	color: white;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 5px 5px 5px 5px;
}

A.lien_menu:HOVER {
	color: white;
	text-decoration: none;
	background-color: black;
}
	 
.nettoyeur
{
  clear:both;
}



#filariane
{
	width: 100%;
}
A.arianne
{
	font-size: 10px;
	color: gray;
	text-decoration:none;
  font-weight:normal;
}

FOOTER
{
  width:100%;
  background-color:black;
  height:80px;
	text-align:center;
	color:white;
	font-size:12px;

}

FOOTER A
{
	font-size: 13px;
	color: #575757;
	text-decoration: none;
	font-weight: bold;
	margin:5px;
}

/* PLES BLOCS */
.bloc_actu{
	padding:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	
	background-image: linear-gradient(bottom, rgb(191,208,84) 45%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(191,208,84) 45%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(191,208,84) 45%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(191,208,84) 45%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(191,208,84) 45%, rgb(255,255,255) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, rgb(191,208,84)),
		color-stop(1, rgb(255,255,255))
	);
}
.bloc_actu H2{
color:#ae0f0c;
text-indent:30px;
}
.bloc_actu LI{
color:#ae0f0c;
}
.bloc_actu UL LI A{
color:black;
}
.bloc_home, .article{
	display:block;
	padding:10px;
	width:680px;
	height:130px;
	margin-bottom:20px;
	overflow:hidden;
	background-image: linear-gradient(bottom, #e4e4e4 45%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, #e4e4e4 45%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, #e4e4e4 45%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, #e4e4e4 45%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, #e4e4e4 45%, rgb(255,255,255) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, #e4e4e4),
		color-stop(1, rgb(255,255,255))
	);
}
.logo_large{
float:left;
overflow:hidden;
margin-right:15px;
}

/* PAGE ARTICLE */
.titre, H1
{
   font-family: 'Dosis', sans-serif;
	font-size:2.2rem;
}
H2
{
   font-family: 'Dosis', sans-serif;
	font-size:1.6rem;
}

.soustitre
{
	font-size: 16px;
	color: #204670;
}
.titre_bloc
{

	display:block;
	height:25px;
	font-size: 16px;
	color: #264c59;
	font-weight: bold;
}
.introduction
{
	font-size: 12px;
	overflow:hidden;
}
.texte
{
	padding: 0 50px 0 0;
}


.logo
{
	float:left;
	margin:0 15px 0 0;
}
.logo_article
{
	padding:0 10px 0 10px;
	float:left;
	width:150px;
}

.libelle
{

float:right;
	font-size: 18px;
	color: #6dc5cc;
	font-weight: bold;
}

.date_actu
{

color:black;
font-weight:bold;
}



A.lien_rubrique
{

	font-size: 17px;
	color: #ae0f0c;;
	text-decoration: none;
	font-weight: bold;

}

A.lien_article
{

	font-size: 17px;
	color: #ae0f0c;;
	text-decoration: none;
	font-weight: bold;
}

A.lien_actu
{
font-family: "Trebuchet MS";
display:block;
	margin:0 0 15px 0;
	font-size: 13px;
	color: #4a99b2;
	text-decoration: none;
	font-weight: bold;
}

A.lien_suite
{
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
}

.illustration
{
	padding:0;
	float:left;
  -moz-box-shadow: 4px 4px 20px #141314;
  -webkit-box-shadow: 4px 4px 20px #141314;
  box-shadow: 4px 4px 20px #141314;	
}
 

/* FORMULAIRE */
fieldset
 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 10px 0 0;
	border: 1px solid #2b5070;
	width: 100%;
	background-color: #f4f4f4;
	padding: 15px 0 0 20px;
}

legend
 {
	font-size: 14px;
	background-color: #f1f1f1;
	color: gray;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 4px 5px 5px #a4a4a4;
	-webkit-box-shadow: 4px 5px 5px #a4a4a4;
	box-shadow: 4px 5px 5px #a4a4a4;
}

label {
 margin-top:10px;
 size: 1rem;
 display:block;
 font-weight:bold;
 }
 
label.inline {
 display:inline
 }
 
FORM LI{
	list-style: none;
}

INPUT[type=image]
{
	border: 0 none;
}
INPUT[type=text],INPUT[type=search],INPUT[type=file],INPUT[type=select]
{
	font-size: 1rem;
	color: #545454;
	height: 30px;
	border: 0 none;
	margin: 5px;
	padding:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:90%;
	border:1px solid gray;
}

INPUT[type=text]:HOVER, INPUT[type=file]:HOVER,TEXTAREA:HOVER,SELECT:HOVER
{
	border:1px solid red;
}
TEXTAREA
{
	font-size: 1rem;
	color: #545454;
	height: 100px;
	border: 0 none;
	margin: 5px;
	padding:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:90%;
	border:1px solid gray;
	
}

SELECT
{
	font-size: 1rem;
	color: #545454;
	border:1px solid gray;
	margin: 5px;
	padding:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
}



.submit
 {
	font-size: 14px;
	height: 25px;
	color: #2d2d2d;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
	margin: 10px auto 10px auto;
	border: 1px solid #ececec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.submit:hover
 {
	color: #d00000;
	border: 1px solid #cccccc;
	text-decoration: none;
}


.erreur
 {
	font-size: 12px;
	color: red;
	background-color: #ececec;
	text-indent: 50px;
	font-weight: bold;	
}

/* Logos, documents et images */
img { margin: 0px; padding: 0px; border: none; }

.spip_logos { margin: 0px; padding: 0px; border: none; }

.spip_doc_titre {
	font-size: 11px;
	font-weight: normal;
}
H3.spip{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}


/* ANNUAIRE*/
.lien_bouton
 {
	display:inline-block;
	font-size: 1.3rem;
	color: white;
	background:#077207;
	font-weight: bold;
	padding: 5px 15px;
	margin:10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}