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

@import 'reset.css';


body {
	font: 74% Verdana, Geneva, sans-serif;
	background-color: #e7dac7;
	margin: 0;
	padding: 0;
	color:#002C60;
}

#wrapper {
	width: 980px;
	margin:0 auto;
	padding-top: 12px;
}

#main {
	padding: 6px;
	background-color:#fff;
}

#content {
	border-top: 22px solid #356190;
}

#sitemap {
	background: #103e70;
	color: #DFCCB7;
	font-size: 0.9em;
}

#sitemap .inner {
	padding: 24px;
}

#sitemap a {
	color: #DFCCB7;
	text-decoration: none;
}

#sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sitemap ul.mrg {
	margin-bottom: 0.8em;
}

#sitemap ul li {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

#sitemap ul li.title {
	text-transform: uppercase;
}

#sitemap .bloc-sitemap {
	float: left;
}

#sitemap .bloc-sitemap.bs1 {
	width: 130px;
}

#sitemap .bloc-sitemap.bs2 {
	width: 160px;
}

#sitemap .bloc-sitemap.bs3 {
	width: 160px;
	border-right: 1px solid #DFCCB7;
}

#sitemap #footer-sitemap-social {
	float: right;
}

#sitemap #footer-sitemap-social > ul > li {
	display: inline;
	margin: 0 0 0 6px;
}

#sitemap #footer-sitemap-social > ul > li > a {
	display: inline-block;
	height: 36px;
	width: 36px;
	text-indent: -9999em;
	background: url('../images/social-footer-icons') 0 0 no-repeat;
}

#sitemap #footer-sitemap-social > ul > li > a.fb { background-position: -36px 0 }
#sitemap #footer-sitemap-social > ul > li > a.in { background-position: -72px 0 }

#content {
	padding-top: 6px;
}

#front-sidebar {
	float: right;
	width: 276px;
	margin-left: 14px;
}

.front-sidebar-top {
	font-size: 2.6em;
	text-align: center;
	color: #fff;
	padding: 20px 10px 30px 10px;
	background-color: #224A85; /*#356190*/
}

.front-sidebar-top p {
	margin: 0;
	line-height: 20px;
}

.front-sidebar-bottom {
	border-left: 5px solid #356190;
	text-align: left;
	padding: 20px 22px;
}

.front-sidebar-bottom h3 {
	line-height: 20px;
	font-size: 2.6em;
}

#sidebar {
	float: right;
	width: 270px;
	padding-bottom: 70px;
	color: #fff;
}


.sidebar-top {
	color: #fff;
	padding: 20px 20px 30px 20px;
	background-color: #356190;
}

.sidebar-bottom {
	border-left: 5px solid #356190;
	text-align: left;
	padding: 20px 22px;
}

ul.sidebar-nav {
	list-style-type: none;
	margin: 0;
}

ul.sidebar-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 14px;
	line-height: 20px;
	background: url(../images/sidebar_bullet.gif) 0 7px no-repeat;
}

ul.sidebar-nav li a:link,
ul.sidebar-nav li a:visited,
ul.sidebar-nav li a:hover,
ul.sidebar-nav li a:active {
	color: #fff;
	text-decoration: none;
}

#main-content {
	overflow: hidden;
	min-height:500px;
	height:auto !important;
	height:500px; 
}

#main-content-front {
	text-align: justify;
	font-size: 1.1em;
	overflow: hidden;
}

#header {
	position: relative;
	margin-bottom: 6px;
}

#top-search {
	text-align: right;
	padding-bottom: 6px;
}

#top-search select {
	height: 24px;
	line-height: 24px;
	padding: 2px;
	border: none;
	background-color: #e7dac7;
	border: 1px solid #356190;
}

#front-banner {
	padding-bottom: 6px;
}

a {
	color:#002C60;
	text-decoration: none;
}


/* NAVIGATION */

#nav-bloc {
	height: 92px;
	background: #1A235F url('../images/nav-bloc-bottom.gif') bottom left repeat-x;
	text-align: right;
}

ul#navigation {
	list-style-type: none;
	font-size: 2.2em;
	padding: 45px 20px 0 0;
	margin: 0;
}

ul#navigation li {
	display:inline;
	color: #fff;
	padding: 0 10px 0 15px;
	margin: 0;
	background: url('../images/nav-bullet.gif') 0px 21px no-repeat;
}

ul#navigation li.first {
	padding-left: 0;
	background: none;
}

ul#navigation li a {
	color: #fff;
}

ul#navigation li.active a:link {
	color: #E5CD98;
}

ul#navigation li a:link {
	text-decoration: none;
	color: #FFF;
}

ul#navigation li#gestion a,
ul#navigation li#gestion a:visited,
ul#navigation li#gestion a:hover,
ul#navigation li#gestion a:active {
	color: #EEA930;
}



ul#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
}




#footer-pub {
float: right;
}



#footer {
	padding: 8px 6px;
}

#social-link {
	float: left;
	width: 48%;
}

#web-link {
	font-size: 0.9em;
	float: right;
	text-align: right;
	width: 48%;
}

#web-link a {
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0px; /*16px*/
	margin-top: -6px; /*rien avant*/
}


/* TYPOGRAPHIE */

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    margin-bottom: 0.6em;
}

h1 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-size: 1em;	
	font-weight: bold;
	color: #006699;
}

h3 {
	font-size: 1.2em;	
}

a:link,
a:visited {
	text-decoration: underline;
	color:#002C60;
}

a:hover,
a:active {
}

ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0 0 0 20px;
    margin-bottom: 0.4em;
}

.alignlt {
	float: left;
	margin-right: 20px;	
}

.alignrt {
	float: right;
	margin-left: 20px;	
}

.section {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(../images/filet.png) bottom center no-repeat;
}

.section.last {
	background: none;	
}
.link a {
}

.link a:before {
	content: "\00BB \0020";
}

.bleu {
	color: #006699;
}

.mess-inner {
	font-size: 1.2em;
	padding: 30px;
}

ul.list {
	list-style-type: none;
}

ul.list li {
	margin: 0;
}

ul.list li a:link,
ul.list li a:visited,
ul.list li a:hover,
ul.list li a:active {
	display: block;
	line-height: 22px;
	padding-left: 12px;
	color: #000;
	text-decoration: none;
}

ul.list li.odd {
	background-color: #EDEBE7;
}

ul.list li.even {
}

ul.list li.title {
	background-color: #356190;
	color: #fff;
}

h2.doc-title {
	background-color: #356190;
    display: block;
    padding: 10px 12px;
    margin: 0px;
	color: #fff;
}

.gal-desc {
	background-color: #d7e2ed;
    display: block;
    padding: 10px 12px;
    margin: 0px;
}

.gal-desc p {
    margin: 0;
}

#gal_header {
	padding-bottom: 1em;
}

#gal_title {
	width: 500px;
	float: left;
}

#gal_title h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 2em;
}

.inner {
	padding: 14px;
}

#gal_coordonnees {
	width: 320px;
	float: left;
	border-left: 5px solid #356190;
	border-right: 5px solid #356190;
}

#gal_tools {
	float: right;
}

#gal_tools ul {

}

#gal_tools ul li {
	text-indent: -9999px;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 16px;
	padding: 0;
}

#gal_tools ul li a {
	display: block;
	width: 25px;
	height: 25px;
}

#gal_tools ul li a.gal_print {
	background: url(../images/gal_print.gif);
}

#gal_tools ul li a.gal_prev {
	background: url(../images/gal_prev.gif);
}

#gal_tools ul li a.gal_next {
	background: url(../images/gal_next.gif);
}

#gal_specialites,
#gal_visuels,
#gal_presentation,
#gal_artistes,
#gal_infos {
	border-top: 1px solid #356190;
	margin-bottom: 0;
}

.clr {
	clear: both;
}


.actu-bloc {
	clear: both;
	margin-bottom: 2em;
}

.actu-bloc-txt {
	overflow: hidden;
}

.actu-bloc-visuel {
width: 320px;
float: left;
margin-right: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.home-visuel {
	float: left;
	margin-right: 14px;
}

#content #visuel_list li {
	display: block;
	text-align: center;
	background: none;
	float: left;
	margin: 20px 19px;
	padding: 0;
	height: 150px;
	width: 150px;
}

#visuel_list .zoom_frame {
	display: none;
}

.zoom_txt {
	float: right;
	width: 320px;
}

.zoom_visuel {
	margin-right: 12px;
}

.invisible {
	display: none;
}

.form_styled {

}

.form_styled label {
	display: block;
	float: left;
	width: 100px;
}

.form_styled .row {
	margin-bottom: 0.4em;
}

.large {
	font-size: 1.2em;
	font-weight: bold; 
	text-align: left;
}

#fancybox-left-ico, #fancybox-right-ico {
	bottom: 10%
}

#tab_partenaires {

}

#tab_partenaires tr {

}

#tab_partenaires tr td {
	padding: 30px 0;
}