@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position:absolute;
	font-family: 'Lato', sans-serif;
	font-size:10pt;
}
a:link {
	color:#6a3a12;
	text-decoration:underline;
}
a:visited {
	color:#6a3a12;
	text-decoration:underline;
}
a:hover {
	color:#6a3a12;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color:#6a3a12;
	text-decoration:underline;
}

#haut {
	height:175px;
	width:100%;
	background-color:#FFF;
	background:url(../charte/fond-haut.jpg);
	background-repeat:no-repeat;
	padding-bottom:0px;
}
#lemenu {
	width:980px;
	background-color:#FFF;
}
.menu {
	width:122px;
	float:left;
	text-align:left;
	display:block;
	color:#6a3a12;
	font-size:16px;	
	text-decoration:none;
}
.blocBas {
	width:200px;
	float:left;
	text-align:left;
	color:#FFFFFF;
}
.blocBas a {
		color:#FFFFFF;
	text-decoration:none;
}

.signature {
	clear:both;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:7px;
}

.menu a {
		color:#6a3a12;
	font-size:16px;	
	text-decoration:none;
}
.menu .sousMenu {
		color:#6a3a12;
	font-size:12px;	
	text-decoration:none;
	display:block;
}
#centre {
	width:100%;
	min-height:500px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}
#contenu {
	width:980px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}
#contenu .gauche {
	width:760px;
	float:left;
}
#droite {
	width:220px;
	float:left;
	height:100%;
	background:url(../charte/fond-disque.png);
	background-repeat:repeat;
	text-align:left;
}
.fondDisque {
	width:338px;
	height:136px;
	float:left;
	margin:9px;
	padding:10px;
	background:url(../charte/fond-disque.png);
	background-repeat:repeat;
	text-align:left;
}
.fondActu {
	width:338px;
	float:left;
	margin:9px;
	padding:10px;
	background:url(../charte/fond-disque.png);
	background-repeat:repeat;
	text-align:left;
}
.fondDates {
	float:left;
	margin:9px;
	padding:10px;
	background:url(../charte/fond-disque.png);
	background-repeat:repeat;
	text-align:left;
}
#bas {
	width:100%;
	height:115px;
	background:#6a3a12;
	border-top:solid;
	border-top-width:4px;
	border-top-color:#FFF;
}
#contenuBas {
	width:980px;
	padding-top:2px;
}
.texte {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #000;
	padding: 30px;
	text-align: justify;
}
.texteMembres {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	color: #000;
	padding: 0px;
	text-align: justify;
}
.titre {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight:bold;
}
#interieurH {
	background-color: #FFF;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #930;
	border-right-color: #930;
	border-bottom-color: #930;
	border-left-color: #930;
	margin: 0px;
	padding: 0px;
}

.t40 {
	font-size: 40px;
}
.t35 {
	font-size: 35px;
}
.t30 {
	font-size: 30px;
}
.t22 {
	font-size: 22px;
}
.t18 {
	font-size: 18px;
}
.t14 {
	font-size: 14px;
}
.t12 {
	font-size: 12px;
}
.noir {
	color: #000000;
}
.rouge {
	color: #F00;
}
.blanc {
	color: #FFFFFF;
}
.vert {
	color: #c2e53d;
}
.marron {
	color: #6a3a12;
}
.gris {
	color: #484848;
}
.passouligne {
	text-decoration:none;
}
.minuscules {
	text-transform:lowercase;
}


/* hack IE */
#minheight {
  height: 600px;
  float: right;
  width: 1px;
}
/* hack IE */
#minclear {
  clear: both;
  height: 1px;
  overflow: hidden;
}
