/*
*/

/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	margin: 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.clear {
	clear: both;
}

a img {
	border: 0px solid;
}

#global {
	margin-left: 16px;
	margin-top: 16px;
	width: 840px;
}
#header {
	margin-bottom: 0px;
}
.blocheader {
	float: left;
	height: 151px;
	width: 151px;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	background-color: #e2de36;
	font-weight: normal;
	font-size: 24px;
	cursor: pointer;
}
.blocheader div {
	background-color: #cacaca;
	color: #ffffff;
	height: 106px;
	width: 106px;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	line-height: 1;
	margin: 0px;
	text-align: left;
	overflow: hidden;
	padding: 12px;
}
.blocheader span {
	color: #ffffff;
	background-color: #e2de36;
	position: absolute;
	z-index: 2;
	height: 130px;
	width: 130px;
	margin: 0px;
	padding: 0px;
}
.blocheader.active span {
	background-color: #6cc6d8;
}

.blocheader.empty {
	background-color: #ffffff;
	border: 1px solid #000000;
	
}
.blocheader.home {
	background-color: #88b825;
}
.blocmaintitle {
	float: left;
	width: 501px;
	height: 130px;
	vertical-align: middle;
	margin-bottom: 16px;
	text-align: center;
}
.blocmaintitle .blocmaintitle_title {
	font-size: 54px;
	font-weight: normal;
	letter-spacing: 11px;
}
.blocmaintitle .blocmaintitle_title font {
	color: #b3ad13;
}
.blocmaintitle .blocmaintitle_menu {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}
.blocmaintitle .blocmaintitle_lang {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
}

.blocmaintitle .blocmaintitle_menu a,
.blocmaintitle .blocmaintitle_lang a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
.blocmaintitle .blocmaintitle_menu a:hover,
.blocmaintitle .blocmaintitle_lang a:hover {
	color: #88B825;
}
.blocmaintitle .blocmaintitle_lang a.active {
	font-weight: bold;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
.mosaique {
	margin-top: 0px;
	margin-bottom: 12px;
}
.blocmosaique {
	float: left;
	height: 151px;
	width: 151px;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
	color: #000000;
	vertical-align: middle;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 24px;
}
.blocmosaique.empty {
	border: 1px solid #000000;
}
.blocmosaique.link {
	border: 1px solid #000000;
	cursor: pointer;
}
.blocmosaique img:hover {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 0px solid white;
	border-bottom: 0px solid white;
}
.blocmosaique img.nohover:hover {
	border: 0px solid;
}


.dynamicbandes {
	margin-bottom: 12px;
}
.dynamicbandes .dbandes_header {
	height: 130px;
	line-height: 130px;
	vertical-align: middle;
	cursor: pointer;
}
.dynamicbandes .dbandes_image {
	height: 110px;
	width: 110px;
	overflow: hidden;
	vertical-align: middle;
	margin: 10px;
}
.dynamicbandes .dbandes_desc {
	margin: 10px;
}
.dynamicbandes .dbandes_content {
	padding-top: 5px;
	padding-bottom: 5px;
}
.dynamicbandes .dbandes_content p {
	text-align: justify;
}
.dynamicbandes .dbandes_content .close {
	cursor: pointer;
	font-weight: bold;
	float: right;
	width: 18px;
	text-align: right;
	cursor: pointer;
	font-size: 15px;
}
.label_oblig {
	font-weight: bold;
	padding-right: 20px;
	background: url('../uploads/required.png') top right no-repeat;
}
.field_error {
	border: 1px solid #a50021;
}
.label_error {
	color: #a50021;
	font-weight: bold;
}
.messageboxerror{
	margin: 10px 20px;
	padding: 20px 50px;
	vertical-align: middle;
	text-align: center;
	border:1px solid #CC0000;
	background: url('../uploads/messageboxerror.png') #F7CBCA 10px 10px no-repeat;
	color:#CC0000;
	display: none;
}
.messageboxok {
	margin: 10px 20px;
	padding: 20px 50px;
	vertical-align: middle;
	text-align: center;
	border:1px solid #00aa00;
	background: url('../uploads/messageboxok.png') #cbf7ca 10px 10px no-repeat;
	color:#00aa00;
	display: none;
}
#news, #presse {
	margin-bottom: 20px;
}
/* News */
.news_buttons {
	margin-bottom: 5px;
}
.news_prev {
	float: left;
}
.news_next {
	float: right;
}
.news_header {
	background-color: #fff;
	border-bottom: 1px solid #87b825;
	border-top: 1px solid #87b825;
	margin-bottom: 5px;
	margin-top: 12px;
	padding: 4px;
	color: #87b825;
}
.news_header h1 {
	font-size: 16px;
	color: #87b825;
}
.news_header .news_date {
	float: right;
}
.news_author {
	display: none;
}
.news_content {

}
.news_content_text {
	float: left;
}
.news_content_text p {
	text-align: justify;
}
.news_geo {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/* Presse */
.presse_buttons {
	margin-bottom: 5px;
}
.presse_prev {
	float: left;
}
.presse_next {
	float: right;
}
.presse_header {
	background-color: #ffffff;
	border-bottom: 1px solid #87b825;
	border-top: 1px solid #87b825;
	margin-bottom: 5px;
	margin-top: 12px;
	padding: 4px;
	color: #87b825;
}
.presse_header h1 {
	font-size: 16px;
	color: #87b825;
}
.presse_header .presse_date {
	float: right;
}
.presse_content {

}
.presse_content_text {
	/*float: left;*/
}
.presse_content_text p {
	text-align: justify;
}
.presse_file {
	/*float: right;*/
	width: 400px;
	margin: 0px;
	/*margin-left: auto;
	margin-right: auto;
	padding: 0px;*/
	text-align: left;
}
.presse_file img {
	margin: 0px;
	padding: 0px;
}
.presse_file p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.presse_file .no_document {
	height: 150px;
	width: 150px;
	line-height: 150px;
	text-align: center;
	font-style: italic;
	border: 1px dotted black;
}
.presse_header a,
.news_header a {
	color: #000000;
	text-decoration: none;
}
/* Commentaires */
.commentaires {
	margin: 12px;
	margin-top: 12px;
}
.commentaires h3 {
	margin: 5px;
	margin-left: 0px;
}
.comment_header {
	background-color: #ececec;
	padding: 5px;
	border-bottom: 1px solid #b2b2b2;
}
.comment_header .comment_avatar {
	float: left;
	width: 32px;
	margin-right: 5px;
}
.comment_header .comment_author {
	float: left;
	font-weight: bold;
}
.comment_header .comment_date {
	float: right;
}
.comment_content {
	padding: 6px;
	background-color: #fafafa;
	margin-bottom: 4px;
}
.form_submit {
	margin: 12px;
	padding: 5px;
	width: 200px;
	font-weight: bold;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}










