@charset "iso-8859-1";
/* CSS Document */

/*////////////////////////////////////GLOBAL////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

body {
	background: #218ed7;
}

.fear {
	display: none;
}

.clear {
	clear: both;
}

.in {
	width: 960px;
	margin: auto;
}

/*////////////////////////////////////HEADER////////////////////////////////////*/

#header {
	height: 324px;
	background: url(../images/bgr_header.png);
}

#header .in {
	position: relative;
}

#header h1 {
	position: absolute;
	width: 960px;
	height: 297px;
	background: url(../images/logo_diapo.png);
	z-index: 100;
	top: 0;
	left: 0;
}

.slideshow {
	margin-left: 250px;
}

#content {
	background: #f3f4f6;
}

/*//////////////////MENU//////////////////*/

#header ul {
	list-style: none;
	position: absolute;
	top: 240px;
	left: 10px !important;
	left: 100px;
	z-index: 200;
}

#header ul li {
	float: left;
	display: block;
	height: 38px;
	width: 149px;
	margin-left: 5px;
}

#header ul li a {
	display: block;
	height: 38px;
	width: 149px;
}

#header ul li.accueil a {
	background: url(../images/but_accueil.png);
}
#header ul li.accueil a:hover {
	background: url(../images/but_accueil_ho.png);
}

#header ul li.accueil a.active:hover, #header ul li.accueil a.active {
	background: url(../images/but_accueil_on.png);
}

#header ul li.pres a {
	background: url(../images/but_pres.png);
}
#header ul li.pres a:hover {
	background: url(../images/but_pres_ho.png);
}

#header ul li.pres a.active:hover, #header ul li.pres a.active {
	background: url(../images/but_pres_on.png);
}

#header ul li.event a {
	background: url(../images/but_event.png);
}
#header ul li.event a:hover {
	background: url(../images/but_event_ho.png);
}
#header ul li.event a.active:hover, #header ul li.event a.active {
	background: url(../images/but_event_on.png);
}



#header ul li.stage a {
	background: url(../images/but_stages.png);
}
#header ul li.stage a:hover {
	background: url(../images/but_stages_ho.png);
}
#header ul li.stage a.active:hover, #header ul li.stage a.active {
	background: url(../images/but_stages_on.png);
}


#header ul li.photo a {
	background: url(../images/but_photo.png);
}
#header ul li.photo a:hover {
	background: url(../images/but_photo_ho.png);
}
#header ul li.photo a.active:hover, #header ul li.photo a.active {
	background: url(../images/but_photo_on.png);
}


#header ul li.contact a {
	background: url(../images/but_con.png);
}
#header ul li.contact a:hover, #header ul li.contact a.active {
	background: url(../images/but_con_ho.png);
}
#header ul li.contact a.active:hover, #header ul li.contact a.active {
	background: url(../images/but_con_on.png);
}


#header ul li.stage {
	position: relative;
}

#header ul li.stage ul {
	position: absolute;
	top: 60px;
	margin-left: -250px;
	width: 800px;
}

#header ul li.stage ul li {
	float: left;
}

#header ul li.stage ul li.des {
	width: 200px;
}


#header ul li.stage ul li a, #header ul li.stage ul li a:hover {
	background: none;
}


/*////////////////////////////////////CONTENT////////////////////////////////////*/

#content .left {
	width: 640px;
	float: left;
}

#content .right {
	width: 320px;
	float: left;
}

.f_left {
	width: 320px;
	float: left;
}

.f_image_home {
	width: 220px;
	float: left;
	background: #f3f4f6;
}

.styleorange {
	color: #f07b2a;
	font-weight: bold;
	font-size: 12px;
}	

.styleblue {
	color: #00b0f0;
	font-weight: bold;
	font-size: 12px;
}	

.stylegreen {
	color: #92d050;
	font-weight: bold;
	font-size: 12px;
}	

.stylegray {
	color: #616363;
	font-weight: bold;
	font-size: 12px;
}	

.texteorange {
	color: #f07b2a;
	font-size: 12px;
}	

.texteblue {
	color: #00b0f0;
	font-size: 12px;
}	

.textegreen {
	color: #92d050;
	font-size: 12px;
}	

.textegray {
	color: #616363;
	font-size: 12px;
}	

.contenu {
	font-size: 12px;
	color: #04619f;
	padding: 5px;
}

/*//////////////////TITRES//////////////////*/

h2 {
	height: 75px;
}

h2.title_1 {
	background: url(../images/titles/title1.png) no-repeat;
}

h2.title_2 {
	background: url(../images/titles/title2.png) no-repeat;
}

.actu h2 {
	background: url(../images/title_news.png);
}

.image img {
	border: 2px solid #04619f; 
	margin: 5px 0 0 5px;
}

.image {
	width: 300px;
	height: 200px;
	background: url(../images/bgr_images.png);
	margin-left: 5px;
}

#content p {
	font-size: 12px;
	color: #04619f;
	padding: 5px;
}

/*//////////////////BOX//////////////////*/

.box {
	width: 320px;
	margin: auto;
	background: url(../images/bgr_box.png);
}

.box_content {
	padding: 10px  30px ;
	background: url(../images/bgr_box_content.png) no-repeat 20px bottom;
	
}

.actu .box_content h3 {
	padding-left: 25px;
	color: #f07b2a;
	font-size: 10px;
}

.actu .box_content h3 a  {
	font-size: 12px;
	color: #f07b2a;
	text-decoration: none;
}

.actu .box_content h3 a:hover {
	text-decoration: underline;
}

.actu .box_content h4 {
	padding-left: 25px;
	color: #287ab2;
	font-size: 10px;
}
.actu .box_content h4 a  {
	font-size: 12px;
	color: #287ab2;
	text-decoration: none;
}

.actu .box_content h4 a:hover {
	text-decoration: underline;
}

.actu .box_content h5 {
	padding-left: 25px;
	color: #f07b2a;
	font-size: 12px;
}
.actu .box_content h6 {
	padding-left: 25px;
	color: #f07b2a;
	font-size: 10px;
}

#content .box_content p{
	padding: 0;
	margin: 0 0 15px 25px;
	font-size: 11px;
}

.box .box_bottom {
	height: 43px;
	background: url(../images/bgr_box_bottom.png) ;
}

hr {
	color: #257db5;
	margin-top: 20px;
}

fieldset {
	width: 560px;
	padding: 20px;
	border: 1px solid #04619f;
}

legend {
	font-size: 12px;
	font-weight: bold;
	color: #04619f;
	
}
	

/*////////////////////////////////////FOOTER////////////////////////////////////*/

#footer {
	height: 98px;
	background: url(../images/bgr_footer.png);
	padding-top: 68px;
	font-size: 11px;
	color: #FFF;
}

#footer ul {
	list-style: none;
	width: 500px;
	float: left;
}

#footer ul li {
	display: inline;
	font-size: 11px;
	color: #FFF;
}

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

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	float: right;
}

#footer a {
	color: #FFF;
}

table.subscribe {
	/*border-collapse: collapse;*/
	margin: 20px 0 0 20px;
	width: 291px;
	background: none;
}


table.subscribe th {
	color: #FFF;
	background: url(../images/thead.png);
	padding: 2px;
	font-size: 13px;
	height: 59px;
	padding: 0 2px;
}

table tr {
	width: 290px;
}

table.subscribe td {
	font-size: 12px;
	color: #04619f;
	background: #FFF;
	border: 1px solid #04619f;
	padding: 2px;
}

table.subscribe tfoot td {
	border: 0;
	background: url(../images/table_bottom.png) no-repeat;
	height: 27px;
}

