@charset "UTF-8";

/* RESET CSS */

html{
	color:#000;
	font-family: arial;
}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}


#site_title {display:none;}

body {
	background-image: url(fond_global.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#site {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	margin-top: 0px;
}
#header {
	background-image: url(fond_header.png);
	background-repeat: no-repeat;
	height: 148px;
	width: 900px;
	overflow: auto;
}
#header #content_header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 135px;
}
#header #logo {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 135px;
	width: 180px;
	float: left;
}
#header #content_header #header_droite {
	width: 617px;
	height: 135px;
	float: left;
}
#header_droite #coordonnees {
	font-size: 9px;
	width: 190px;
	margin-top: 40px;
	margin-left: 10px;
	height: 90px;
}
#coordonnees #slogan {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
}
#header_droite #connexion {
	float: right;
	height: 135px;
	width: 178px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
}
#header_droite #connexion #titre_connexion {
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #000000;
}
#header_droite #connexion #form_connexion {
	font-size: 11px;
	margin-top: 10px;
}
#form_connexion .champ {
	color: #000;
	background-color: #d7d7d7;
	height: 14px;
	width: 167px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	border: solid #9e9d9d 1px;
}
#form_connexion .ok {
	color: #FFFFFF;
	background-color: #000000;
	/*height: 20px;*/
	width: 32px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 1px;
}
#connexion #liens_connexion {
	font-size: 10px;
	margin-top: 5px;
	padding-left: 4px;
}
#connexion #liens_connexion a {
	color: #666666;
	text-decoration: none;
}
#connexion #liens_connexion a:hover {
	color: #000000;
}
#content {
	background-image: url(fond_site.png);
	background-repeat: repeat-y;
	width: 800px;
	padding-right: 50px;
	padding-left: 50px;
	overflow: auto;
}
#content #col_gauche {
	width: 180px;
	float: left;
	padding-top: 10px;
}
#content #col_droite {
	width: 617px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	float: left;
	min-height:600px;
}
#col_gauche #menu {
	font-size: 13px;
}
#menu .cadenas {
	background-image: url(cadenas.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	height: 14px;
	width: 10px;
	margin-top: 3px;
	margin-right: 2px;
	text-indent: -9999px;
}
#col_gauche #menu div.niveau1 {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	margin-bottom: 5px;
	height: 19px;
	line-height: 19px;
	text-indent:2px;
}
#col_gauche div.niveau1 a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}
#col_gauche #menu div.niveau1 a:hover {
	color: #FFFFFF;
	background-color: #E32219;
}
#col_gauche #menu .niveau2 {
	display: block;
	margin-left: 5px;
	margin-bottom: 4px;
}
#col_gauche #menu .sousmenu {
	/*padding-bottom: 3px;*/
	margin-bottom:8px;
}
#menu .sousmenu li.niveau2 a {
	color: #000000;
	text-decoration: none;
}
#menu .sousmenu li.niveau2 a:hover {
	color: #E32219;
	text-decoration: none;
}
#col_gauche #menu #separateur {
	text-indent: -9999px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#col_gauche #slide_legende {
	font-size: 12px;
	width: 170px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	font-weight: bold;
}
#col_gauche #slide_gauche {
	width: 170px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#col_gauche #basdemenu {
	text-indent: -9999px;
	height: 19px;
	width: 180px;
	background-color: #000000;
}
#col_droite #barre_recherche {
	background-color: #000000;
	height: 22px;
	width: 605px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
#barre_recherche #moteur_recherche {
	float: right;
	width: 180px;
	text-align: right;
	margin-right: 10px;
	height:20px;
}
#barre_recherche #moteur_recherche .champ_recherche {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 16px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 145px;
}
#barre_recherche #moteur_recherche .bouton_recherche {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	height: 16px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 16px;
	text-align:center;
	cursor:pointer;
}
#col_droite .une_news {
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom:20px;
}
#col_droite .date {
	height: 67px;
	width: 90px;
	background-color: #ffffff;
	text-align: right;
	padding-right: 2px;
	float: right;
	padding-top: 5px;
	margin-right:5px;
	border-left:1px solid #000000;
}
#col_droite .date .jour {
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	line-height: 8px;
}
#col_droite .date .jour2 {
	font-size: 36px;
	color: #E32219;
	font-weight: bold;
	line-height: 30px;
	letter-spacing:-2px;
}
#col_droite .date .mois {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
#col_droite .date .annee {
	font-size: 13px;
	color: #000000;
	line-height: 7px;
}
#col_droite .une_news .header_news {
	height: 73px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E32219;
	position:relative;
}

#col_droite .une_news .titre_news {
	float: left;
	width: 520px;
	font-size: 15px;
	text-transform: uppercase;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
	position:absolute;
	bottom: 0px;
	margin-bottom:0px;
}
#col_droite .une_news .titre_news h2 {
	font-weight: bold;
}
#col_droite .une_news .contenu_news {
	margin-top: 33px;
	font-size: 11px;
	color: #666666;
	/*font-weight: bold;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 200px;
}
#col_droite .une_news .contenu_news a {
	color: #666666;
}
#col_droite .une_news .contenu_news a:hover {
	color: #000000;
}
#col_droite .une_news .contenu_news p a {
	color: #666666;
}
#col_droite .une_news .contenu_news p a:hover {
	color: #000000;
}
#col_droite .une_news .contenu_news .voirlasuite {
	color: #E32219;
	text-align: right;
	display: block;
}
#col_droite .une_news .contenu_news .voirlasuite a {
	color: #E32219;
	text-decoration: none;
}
#col_droite .une_news .contenu_news .voirlasuite a:hover {
	text-decoration: underline;
}
#col_droite .une_news .contenu_news #photo_news img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content_agenda {
	min-height:600px
}
#content_agenda .evenement {
	height: 73px;
	width: 100%;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	overflow:auto;
}
.evenement .infos1 {
	width: 510px;
	overflow: auto;
	padding-top: 10px;
}
.evenement h1 {
	display: block;
	width: 380px;
	font-size: 10px;
	line-height:14px;
	font-weight: bold;
	float: left;
	padding-left: 20px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
.evenement .acces_reserve {
	float: right;
	font-size: 10px;
	color: #EE3124;
	padding: 2px;
	margin-right: 10px;
}
.evenement .tout_public {
	float: right;
	font-size: 10px;
	color: #00A84F;
	padding: 2px;
	margin-right: 10px;
}
.evenement .sur_invitation {
	float: right;
	font-size: 10px;
	color: #F58220;
	padding: 2px;
	margin-right: 10px;
}
.evenement .infos2 {
	width: 480px;
	padding-left: 20px;
	height: 20px;
	margin-top: 5px;
}
.evenement .infos2 .heure {
	float: left;
	font-size: 10px;
}
.evenement .infos2 h2 {
	font-size: 10px;
	display: block;
	margin-left: 20px;
	float: left;
}
#footer {
	width: 780px;
	height: 85px;
	background-image: url(fond_footer.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 60px;
	padding-left: 60px;
	color: #aaaaaa;
	padding-top: 5px;
	font-size: 10px;
}
#footer #menu_footer {
	margin-top: 10px;
}
#site #footer a {
	color: #aaaaaa;
	text-decoration: none;
}
#site #footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer #logo_lhlc {
	float: left;
	margin-top: 2px;
}
	
#pagination {
	width:587px;
	text-align:right;
	padding:15px;
}

#pagination a {
	padding-left: 3px;
	padding-right: 3px;
	height: 19px;
	font-size:12px;
	text-align:center;
	background-color:#FFFFFF;
	color:#000000;
	border: solid #000000 1px;
	text-decoration:none;
	margin-right:5px;
}
#pagination a:hover {
	color: #FFFFFF;
	background-color:#000000;
}
#pagination span.current {
	padding-left: 3px;
	padding-right: 3px;
	height: 19px;
	font-size:12px;
	text-align:center;
	background-color: #000000;
	color:#FFFFFF;
	font-size:12px;
	border: solid #000000 1px;
	margin-right:5px;
}
#page_produit {
	width: 617px;
	padding-top: 15px;
}
#page_produit #photo_bigthumb {
	width: 505px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#page_produit #photo_bigthumb img {
	border: 3px solid #CCCCCC;
}
#page_produit h1 {
	width: 570px;
	display: block;
	font-size: 15px;
}
#page_produit h2 {	font-size: 12px;}
#page_produit  a.ajouter  {
	display: block;
	font-size: 12px;
	width: 150px;
	float: right;
	text-align: left;
	text-indent: 5px;
	padding: 2px;
	margin-bottom:15px;
	margin-right:10px;
	text-decoration:none;
	color: #E32219;
	text-align: left;
	text-indent: 14px;
}
#page_produit a.ajouter:hover  {
	text-decoration:underline;
}
#page_produit  a.telecharger  {
	display: block;
	font-size: 12px;
	width: 145px;
	float: right;
	text-align: left;
	text-indent: 15px;
	padding: 2px;
	margin-bottom:15px;
	margin-right: -20px;
	text-decoration:none;
	color: #E32219;
	text-align: left;
}
#page_produit a.telecharger:hover  {
	text-decoration:underline;
}#page_produit #photo_bigthumb .credit_photo {
	display: block;
	font-size: 10px;
}
#page_produit #photo_infos {
	width: 600px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	border-top: 1px solid #CCCCCC;
}
#page_produit #photo_infos a {
	color: #000000;
	text-decoration: none;
}
#page_produit #photo_infos a:hover {
	text-decoration: underline;
}
#page_produit #photo_infos p {
	font-size: 12px;
}
#photos_rattachees {
	width: 600px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	border-top: 1px solid #CCCCCC;
	font-size:12px;
	margin-bottom:30px;
}
#photos_rattachees .visuel_rat {
	float:left;
	border:solid #CCCCCC 1px;
	margin-right:23px;
	margin-bottom:15px;
	width: 75px;
	}
#photos_rattachees .visuel_rat a img {
	border: none;
	}
	
/* Poser une question */

#question {
	height: 280px;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: #848484 1px solid;
	background-color: #FFFFFF;
}
#question h2 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#question .champ_question {
	width: 300px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #333333;
	margin-bottom: 5px;
}
#question input {
	border: #848484 1px solid;
	margin-bottom:5px;
}

/* Crédit */

#credits {
	height: 180px;
	width: 350px;
	font-size: 9px;
	padding: 10px;
	border: #949494 5px solid;
	background-color: #FFFFFF;
}
#credits h1 {
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
	line-height: 12px;
}
#credits h2 {
	line-height:10px;
	margin-bottom:5px;
	display: block;
}
#credits a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#credits a:hover {
	color:#000000;
	text-decoration: underline;
}
#mentions{ padding: 20px; font-size: 12px; text-align: justify}

