*, html, body {
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica;
	font-size: 12px;
}
body {
	overflow-x:hidden;
}
/********MAIN*********/
#maxi {
	width: 100%;
	text-align:center;
}
#conteneur {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clear {
	clear:both;
}
/********TOP**********/
#drapeaux {
	padding-right: 10px;
}
/********MENU*********/
#menu-all {
	width: 978px;
	margin-top: -4px;
}
#menu {
	margin-left: 23px;
}
/************SOUS MENUS********/

/*******BLOCL*********/
.blocleft-top {
	background: url(../image/topboxl.png) top left no-repeat;
	width: 237px;
	height: 10px;
}
.blocleft-mid {
	width: 237px;
	background: url(../image/midboxl.png) top left repeat-y;
	text-align:center;
}
.blocleft-mid-bg {
	background: url(../image/bgbox.jpg) bottom left repeat-x;
	width :222px;
	margin-left:auto;
	margin-right:auto;
	padding-left:1px;
}
.blocleft-mid-bgmini {
	background: url(../image/bgminibox.jpg) bottom left repeat-x;
	width :222px;
	margin-left:auto;
	margin-right:auto;
	padding-left:1px;
}
.blocleft-bot {
	background: url(../image/botboxl.png) top left no-repeat;
	width: 237px;
	height: 10px;
}
/********BLOCR*******/
.blocright-top {
	background: url(../image/topboxr.png) top left no-repeat;
	width: 740px;
	height: 11px;
}
.blocright-mid {
	width: 740px;
	background: url(../image/midboxr.png) top left repeat-y;
	text-align:center;
}
.blocright-mid-bg {
	background: #FCFCFC url(../image/bgbox.jpg) bottom left repeat-x;
	width :723px;
	margin-left:auto;
	margin-right:auto;
}
.blocright-mid-bgmini {
	background: url(../image/bgminibox.jpg) bottom left repeat-x;
	width :723px;
	margin-left:auto;
	margin-right:auto;
}
.blocright-bot {
	background: url(../image/botboxr.png) top left no-repeat;
	width: 740px;
	height: 11px;
}
/******BOTTOM********/
#bottomlinks {
	height: 44px;
	background: url(../image/bgminibox.jpg) bottom left repeat-x;
	font-size: 10px;
}
#bottomlinks ul {
	padding-top: 15px;
}
#bottomlinks a {
	text-decoration: none;
	color: #565656;
	font-weight: bold;
}
#bottomlinks a:hover {
	color: #0091be;
}
#bottomlinks a img{
	vertical-align: middle;
  	display: inline-block; 
  	margin-right: 3px;
}
#bottomlinks li{
	display:inline;
	list-style-type:none;
	margin-right: 10px;
}
/*******FOOTER*******/
#footer {
	width: 978px;
	margin-left:auto;
	margin-right:auto;
}
/*******CONTENT*******/
.blocleft-content {
	padding:10px;
	text-align:justify;
}
div.titre-texte {
	font-family: georgia;
	font-size: 40px;
	font-weight: bold;
	color: #565656;
	padding-top: 4px;
	margin-left: 55px;
}
div.titre-texte-medium {
	font-family: georgia;
	font-size: 26px;
	font-weight: bold;
	color: #565656;
	padding-top: 8px;
	margin-left: 60px;
}
div.icons {
	margin-right: -30px;
}
.blocright-content {
	padding:5px;
	text-align:left;
	overflow:auto;
	overflow-x:hidden;
}
.bleu {
	color: #0091be;
}
/*****NEWS*******/
.newsbox {
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.date {
	color: #0091be;
	font-style: italic;
}
.newsbox-content {
	margin-top: 5px;
}
.newsbox-content a {
	color: #575757;
}
#accordionnews a {
	text-decoration:none;
}
#accordionnews hr {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
/******LATEST********/
.latestnews {
	height: 210px;
	margin-left: -5px;
	width: 705px;
	padding: 5px;
	background: url(../image/bglatest.jpg) top left repeat-x;
	margin-bottom: 0px;
}
.latestnews a {
	color: #575757;
}
.latestnews-bottom {
	height: 7px;
	width: 715px;
	margin-left: -5px;
	background: transparent url(../image/botlatest.png) top left no-repeat;
}
.latestnews-image {
	width: 255px;
	padding: 10px;
	background: #FFF;
	height: 190px;
	overflow:hidden;
	margin-right: 5px;
}
.latestnews-titre {
	margin-left: 280px;
}
.latestnews-titre h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight:bold;
	color: #575757;
}
.latestnews-contenu {
	text-align:justify;
	color: #575757;
	height: 165px;
	overflow:hidden;
}
.latestnews-contenu p{
	padding-bottom: 10px;
}
.latestnews-infos {
	float:right;
}
.titre {
	margin-bottom: 10px;
}
.colspan {
	width: 342px;
	text-align: justify;
	padding: 5px;
}
/*****CONTACT******/
.formulaire {
	margin-bottom: 20px;
}
input, textarea {
	width: 700px;
	margin-bottom: 5px;
	border: 3px solid #FFF;
	background-color: #e1e1e1;
}
textarea {
	height: 100px;
}
label {
	font-weight: bold;
	color: #575757;
}
.button {
	cursor: pointer;
	width: 705px;
	text-transform: uppercase;
	font-weight: bold;
}
.justify {
	text-align: justify;
}
.indent {
	text-indent: 20px;
}
.imginterne {
	margin-right: 10px;
}
.imginterne2 {
	margin-left: 10px;
}
p.content {
	margin-bottom: 10px;
}

/****REFME****/
#refme {
	margin-right: 10px;
	font-size: 10px;
	color: #575757;
	margin-bottom: 10px;
}
#refme a {
	color: #0091be;
	font-size: 10px;
	text-decoration: none;
}
#refme a:hover {
	color: #575757;
}
/*****REFERENCES***/
.refspan {
	text-align: justify;
	padding: 5px;
}
.categorieref {
	background: #FFF;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	height: 130px;
}
span.references-titre {
	width: 690px;
	font-size: 14px;
	font-weight:bold;
	color: #0091be;
	display:block;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 5px;
	margin-bottom: 5px;
	background: #e6e6e6;
}
.references-image {
	height: 80px;
	background: #FFF;
	margin-right: 10px;
	text-align:center;
}
span.reference-contenu-titre {
	font-weight: bold;
}
span.reference-contenu-lien a {
	color: #0091be;
}
/**********NEWS**********/
.news-image {
	padding: 5px;
	background: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
}
.news-titre h3 {
	color: #0091be;
	font-size: 14px;
	font-weight: bold;
}
span.news-information {
	color: #0091be;
	font-style: italic;
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}
.overflowlatest {
	overflow:hidden;
	width: 255px;
	height: 190px;
}
.overflownews {
	overflow:hidden;
	width: 105px;
	height: 80px;
}
/**********GALERIE*********/
.bggal {
	width: 100px;
	height: 140px;
	text-align:center;
	background: url(../image/bggal.png) top left no-repeat;
	margin-right: 10px;
	text-transform:capitalize;
}
.bggal-img {
	width: 80px;
	height: 80px;
	margin-left: 10px;
	margin-top: 10px;
	overflow:hidden;
}
.bggal-text {
	margin-top: 3px;
}
.bggal-titre a {
	text-decoration: none;
	color: #0091be;
}
.bggal-date {
	color: #575757;
}
.retour {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bggalmini {
	width: 100px;
	height: 100px;
	text-align:center;
	background: url(../image/bggalmini.png) top left no-repeat;
}
.gal-titre-t {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.description {
	margin-top: 5px;
	margin-bottom: 10px;
}
/*CLASS*/
.font14 {
	font-size: 14px;
}
.uppercase {
	text-transform: uppercase;
}
.orange {
	color: #FF8000;
}
.georgia {
	font-family: georgia;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.vert {
	color: #81B115;
}
.white {
	color: #FFF;
}
.gris {
	color: #C1C1C1;
}
.pad10 {
	padding: 10px;
}
.bggris {
	background: #E1E1E1;
}
.bgwhite {
	background:#FFF;
}
.padt20 {
	padding-top: 20px;
}