@charset "utf-8";

body {
	background: lightgrey;
}

h1 {
	font-size: 28px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color:black;
}

#conteneur
{
	background-color: lightgrey;
	color: black;
	width:1100px;
	text-align:center;
	margin:10px auto;
}
#entete 
{
	/*background-color: #670B7A;*/
	height:100px;
	color:black;
	border-color: black;
	border-width:2px;
	/*border-radius:25px;*/
	border-style:solid;
}
#logo
{
	
	width:190px;
	height:90px;
	padding-top: 10px;
	float:left;
}
#titre
{
	width:700px;
	height:80px;
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 55px;
	text-align:center;
	float:left;
	padding-top:20px;
}
#cpt
{
	width:190px;
	height:100px;
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 16px;
	text-align:center;
	float:left;
}
#page
{
	background-color: lightgrey;
	margin-top:2px;
	width:1100px;
	height:800px;
	color: black;
	border-radius:25px;
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 14px;
	text-align:center;
	float:left;
}
#gauche
{
	width:200px;
	height:100%;
	border-color: black;
	border-width:1px;
	border-radius:25px;
	border-style:solid;
	float:left;
	/*margin: 0px auto;*/
	font-size: 0.8125em;
}
#menu
{
	width:200px;
	height:90%;
	border-radius:25px;
	float:left;
	
}
#admin
{
	width:180px;
	height:38px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 12px;
	background-color: white;
	border-color: black;
	border-width:1px;
	border-radius:25px;
	border-style:solid;
	float:left;
}

#centre
{
	width:690px;
	/*min-height:840px;*/
	height:100%;
	/*background-color: yellow;*/
	/*padding-left:10px;
	padding-right:10px;*/
	float:left;
}
#actu
{
	width:690px;
	height:215px;
	float:left;
	background-color: grey;
	border-color: black;
	border-width:1px;
	border-radius:25px;
	border-style:solid;
}
#actu_logo
{
	width:690px;
	height:60px;
	float:left;
	text-align:center;
}

#article
{
	/*background-color: #F2F5A9;*/
	width:680px;
	height:80%;
	overflow:auto;
	float:left;
	padding:5px;
}

#droite
{
	color: black;
	width:205px;
	/*min-height:840px;*/
	height:100%;
	border-color: black;
	border-width:1px;
	border-radius:25px;
	border-style:solid;
	float:left;
}

.langue
{
	width:180px;
	height:30px;
	text-align:center;
	float:left;
	margin-top:10px;
	margin-left:10px;
	padding-top:10px;
	border-color: black;
	border-width:1px;
	border-radius:25px;
	border-style:solid;
}
.langue >a
{
	color:black;

}

#rechercher
{
	width:180px;
	height:50px;
	margin-top:10px;
	float:left;
	border-radius:25px;
}
.abonner
{
	width:180px;
	height:50px;
	text-align:center;
	float:left;
	margin-top:10px;
	margin-left:10px;
	padding-top:10px;
	border-color: black;
	border-width:1px;
	border-radius:25px;
	border-style:solid;
}
.abonner >a
{
color:black;
}

#agenda
{
	width:180px;
	height:645px;
	text-align:center;
	float:left;
	margin-top:10px;
	margin-left:10px;
	padding-top:10px;
	border-color: black;
	border-width:1px;
	border-radius:25px;
	border-style:solid;
}

.agenda_ligne
{
                width:170px;
                height:475px;
                text-align:left;
                margin:5px;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 0.923em;
                font-weight: 650;
                color: black;
                overflow:auto;
}

#pied
{
	color:black;
	margin-top:2px;
	width:1096px;
	height:70px;
	border-width:2px;
	border-color:black;
	border-style:solid;
	float:left;
}

.demipied
{
color:black;
width:50%; 
padding-top:20px; 
text-align:center;
float:left;
}
.demipied >a
{
color:black;
}

#mentions
{
	background-color: white;
	color: black;
	width:660px;
	border-width:1px;	
	border-style:inset;
	border-color:red;
	text-align:left;
	margin:10px auto;
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 14px;
	color:black;
}
#mentions
.titre
{
	font-size: 20px;
	color:blue;
}

#bouton
{
	/*background-image: url(../img/fnt.png); */
	width:170px;
	height:200px;
	border-width:3px;
	border-style:groove;
	border-radius:20px;
	border-color:red;
	float:left;
	margin:10px;
}

ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu {
	width: auto;
	height: auto;
/*	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);*/
}
.menu > li > a {
	/*background-color: #616975;*/
	/*background-color: green;*/
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
	background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
	border-bottom: 1px solid #33373d;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: inset 0px 1px 0px 0px #878e98;*/
	width: 90%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 1em;
	text-align:left;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	/* couleur menu */
	/*color: #fff;*/
	color: black;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.menu ul li a {
	background: white;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	text-align:left;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 650;
	color: blue;
}
.menu ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
.menu > li > a:hover, .menu > li > a.active {
	background-color: #35afe3;
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
	background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
	border-bottom: 1px solid #103c56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;*/
}
.menu > li > a.active {
	border-bottom: 1px solid #1a638f;
}
.menu > li > a:before {
	content: '';
	/*background-image: url(../images/sprite.png);
	background-repeat: no-repeat;*/
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.item3 > a:before {
	background-position: 0 -38px;
}
.item4 > a:before {
	background-position: -38px -38px;
}
.item5 > a:before {
	background-position: -76px 0;
}
.menu > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #48515c;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	/* couleur écriture menu
	color: #fff; */
	color: black;
	text-indent: 0;
	text-align: center;
/*	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5); */
	font-weight: 500;
}
.menu > li > a:hover span, .menu > li a.active span {
	background: #2173a1;
}
.menu > li > ul li a:before{
	content: '';
	font-size: 12px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
	color: #32373D;
}

.menu ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: left;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

#titre_article {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(images/img04.png) no-repeat left 100%;
	border-bottom: 1px solid red;
}

.post {
}

.post .title {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(../images/img04.png) no-repeat left 100%;
	border-bottom: 1px solid red;
}

.post .title a:hover {
	text-decoration: none;
}

