/* @override 
	http://dev.affdu.fr/default.css
	http://dev.affdu.fr/full.css
	http://dev.affdu.Fr/default.css
	http://dev.Affdu.fr/default.css
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	position: relative;
	/*height: 100%;*/
	z-index: 1;
	background: #302320 url(/img/h_fond.jpg) repeat-x;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial;	
}

#wrapper {
	position: relative;
	/*height: 100%;*/
	z-index: 2;
	
}

a{
	color: #200bfe;

}

a:visited{
	color: #3d0083;
}

img.imgleft{
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.public ul{
	margin-left: 20px;
}

.public div, .incadre p {
	word-spacing: 1px;
	font-size: 14px;
	line-height: 1.3em;
}

.public p{
	padding-bottom: 7px;
}

.encart{
	height: 175px;
}

.encart p{
	text-align: center;
}

.encart img{
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
}

.encart span{
	font-size: 14px;
}

#drapeaux{
	float: none;
}

/* @group 960 */

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:50px;
}

.container_12 .grid_2 {
	width:130px;
}

.container_12 .grid_3 {
	width:210px;
}

.container_12 .grid_4 {
	width:290px;
}

.container_12 .grid_5 {
	width:370px;
}

.container_12 .grid_6 {
	width:450px;
}

.container_12 .grid_7 {
	width:530px;
}

.container_12 .grid_8 {
	width:610px;
}

.container_12 .grid_9 {
	width:690px;
}

.container_12 .grid_10 {
	width:770px;
}

.container_12 .grid_11 {
	width:850px;
}

.container_12 .grid_12 {
	width:930px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



/* @end */

#h_spacer{
	background-color: #1a984a;
	position: relative;
	height: 13px;
}

#header{
	
	background-color: #116431;
	position: relative;
	height: 175px;
}




#titre{
	color: #ccc;
	padding-top: 25px;
	padding-left: 20px;
	cursor: pointer;
	z-index: 10;
}

#editbox{
}

#titre img{
	float: left;
}

#titre a{
	text-decoration: none;
}

#titre h1{
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	letter-spacing: 9px;
	margin-left: 120px;
	border-bottom: 1px solid #5f8d5c;
	padding-bottom: 7px;
	margin-top: 10px;
	margin-right: 30px;
	color: #e3e3e3;
}

#titre h2{
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
	margin-left: 120px;
	margin-top: 10px;
}

/* @group simplyscroll */

#cache {
	position: absolute;
	top: 24px;
	z-index: 8;
	left: 420px;
}

#myscroll {


/* Customisable base class for style override DIV */

	width: 510px;
	height: 136px;
	margin-bottom: 1em;
	top: 12px;
	position: relative;
	list-style-type: none;
}

.simply-scroll-container {


/* Container DIV - automatically generated */

	position: relative;
}

.simply-scroll-clip {


/* Clip DIV - automatically generated */

	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 510px;
	height: 150px;
}

.simply-scroll-list {


/* UL/OL/DIV - the element that simplyScroll is inited on */

	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 220px;
	height: 136px;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}

/* @end */


/*

#myscroll
{
	position: relative;
	overflow: hidden;
	width: 510px;
	height: 136px;
	top: 12px;
	left: 15px;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}


div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}



.scrollableArea img {
	display: inline;
	float: left;
	margin-right: 10px;
}


*/


#ct_list {
	font-size: 14px;
}

/* @group menu */

#menu_wrapper{
	height: 33px;
	background-image: url(/img/f_menu.jpg);
	position: relative;
	z-index: 3;
}

#nav{
	position: relative;
	z-index: 4;
	height: 33px;
}

#nav #barre{
	display: block;
	list-style-type: none;
	position: relative;
	height: 33px;
	margin-left: 20px;
	white-space: nowrap
}


#nav #barre > li{
	display: inline;
	height: 33px;
	float: left;
}

#nav #barre > li > a{
	display: block;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #0e1f67;
	line-height: 33px;
	padding-right: 20px;
	padding-left: 20px;
	height: 33px;
	float: none;
}


#nav #barre > li:hover > a{
	background: url(/img/f_menuhover.jpg) repeat-x;
}

#nav #barre > li:hover > a{
	color: #0c0065;
}

#nav #barre > li.view > a{
	color: #7b000c;
	text-decoration: underline;
}

#nav #barre > li.view {
	background: url(/img/f_menuhover.jpg) no-repeat 50% 25px;
}


/* @end */

/* @group sub-menus */

ul.submenu {
	
	display: none;
	list-style-type: none;
	padding: 5px;
	line-height: 27px;
	font-weight: bold;
	z-index: 7;
	position: absolute;
	background: #377649 url(/img/f_submenu.jpg) repeat-x;
	top: 33px;
}

ul.submenu li{
	background: url(/img/puce-trans.png) no-repeat 5px 7px;
	padding-left: 19px;
	padding-right: 20px;
	z-index: 8;
	border-bottom-style: none;
	border: 2px solid #387347;
	border-bottom-width: 0;
	display: block;
	float: none;
}
ul.submenu li:last-child{
	border-bottom: 2px solid #387347;
}


ul.submenu li a{
	color: #fff;
	z-index: 9;
	text-decoration: none;
}

ul.submenu li.submouse{
	background-color: #6b9f7f;
	cursor: pointer;
}

ul.submenu li.submouse a{
	text-decoration: underline;
}


/* @end */


#content_wrapper{
	
	background-color: #1a9a4b;	
	-moz-border-radius-bottomleft:12px;
    -moz-border-radius-bottomright:12px;
  	-webkit-border-bottom-left-radius:12px;
  	-webkit-border-bottom-right-radius:12px;
}

#footer{
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	margin-top: 10px;
	text-align: right;
}

#footer a{
	color: #666;
}

#logos{
	padding: 10px 20px 30px;
}

.logo{
	-moz-border-radius:12px;
  	-webkit-border-radius:12px;
  	border-radius: 12px;
	opacity: 0.5;
	margin-right: 15px;
}

.logo:hover{
	opacity: 1;
}


#content_grid, #colonne{
	margin-top: 20px;
}

.cadre{
	background: #fff url(/img/f_cadre4000.jpg) repeat-x 0 0;
	-moz-border-radius:12px;
  	-webkit-border-radius:12px;
  	border-radius: 12px;
	/*behavior: url(/cms_inc/css/border-radius.htc);*/
	margin-bottom: 20px;
	position: relative;
}


.incadre{
	position: relative;
	padding: 10px 15px 20px;
}


div#actus.incadre .ui-tabs-panel{
	padding-left: 0;
	padding-right: 0;
}

/* @group calendrier */

ul.affdunews{
	list-style-type: none;
	width: 300px;
	margin-left: -20px;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}


ul.affdunews li{
	padding: 7px;
	font-size: 12px;
	border-bottom: 1px solid #b8b8b8;
	width: 245px;
	position: relative;
	clear: both;
	height: 26px;
	display: block;
}

ul.affdunews li a{
	vertical-align:middle;
	text-decoration: none;
	position: relative;
	width: 236px;
}

ul.affdunews li.hovernews{
	background-color: #ffe7a7;
	color: #2429ff;
	cursor: pointer;
}

span.date{
	position: relative;
	background-color: #f5fff5;
	border: 1px solid #a3a3a3;
	margin-right: 5px;
	float: left;
	top: -2px;
}

span.day{
	width: 30px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
}

span.month{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	display: block;
	background-color: #c2c2ff;
}



/* @end */

/* @group carte */
#carte-mini{
	font-size: 12px;
	font-weight: bold;
	color: #262626;
}

#carte-mini img{
	
	float: left;
	margin-right: 5px;
	padding: 3px;
	-moz-border-radius:8px;
  	-webkit-border-radius:8px;
}

#carte-mini a img:hover{
	background-color: #92d7fe;
}

#carte{
	float: left;
	margin-right: 40px;
}

#listdiv{
	height: 200px;
}

ul.listgrp{
	list-style-type: square;
	display: inline-block;
	line-height: 24px;
	font-weight: bold;
	color: #123910;
	font-size: 14px;
	list-style-image: url(/img/users.png);
	list-style-position: outside;
}

ul.listgrp > li {
	margin-left: 30px;
}

ul.listgrp li a{
	text-decoration: none;
	color: #123910;
}

ul.listgrp li a:hover{
	text-decoration: underline;
	color: #f60018;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }




/* @end */




#content_wrapper h2,
#content_wrapper h3{
	margin-bottom: 10px;
	color: #1e300c;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#content_wrapper h2{
	font-size: 20px;
}

#content_wrapper h3{
	font-size: 16px;
}

#colonne{
}

#actus ul{
	padding-left: 20px;
	font-size: 14px;
}

.event img.agenda_img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
}

.event h3 a{
	text-decoration: none;
	font-size: 24px;
	color: #ff0045;
	margin-bottom: 20px;
	display: block;
	line-height: 24px;
}

.event .section,
.eventdate{
	font-style: italic;
	font-size: 15px;
	color: #7b7b7b;
	display: inline-block;
}

.eventdate{
	margin-bottom: 20px;
}


.actugroup{
	padding: 10px;
	border: 2px solid #a7a7a7;
}

.actugroup legend{
	font-weight: bold;
	color: #807e80;
}

.actugroup .event h3 a{
	font-size: 16px;
	color: #2031fe;
	margin-bottom: -20px;
}

.actugroup span.section{
	display: none;
}

.actugroup span.eventdate{
	font-weight: bold;
	color: #f64b17;
	margin-left: 50px;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #fdf4cc;
	border: 1px solid #7f7f7f;
}

.actugroup .event div{
	font-size: 13px;
}

.actugroup hr.sepactu{
	margin-top: 20px;
	margin-bottom: 15px;
	border: 1px dashed #555;
}

.postmeta{
	font-size: 12px;
	color: #616161;
	border-top: 1px dotted #939393;
	padding-top: 5px;
}

ul.breadcrumb{

	font-size: 12px;
	margin-bottom: 15px;
}

ul.breadcrumb a{
	text-decoration: none;
	color: #464646;
}

ul.breadcrumb a:hover{
	text-decoration: underline;
	color: #1f14fe;
}

.bcitem{
	background-position: 5px 2px;
}

ul.subcats,
ul.archives{
	font-size: 14px;
	list-style-position: inside;
	margin-left: 10px;
	font-weight: bold;
	list-style-type: none;
}

ul.subcats li,
ul.archives li{
	padding: 1px;
	background: url(img/navigation.png) no-repeat 0 3px;
		display: block;

}

ul.subcats li a,
ul.archives li a{
	text-decoration: none;
	color: #2e4c1d;
	margin-left: 20px;
}

ul.subcats li.mouse,
ul.archives li.mouse{
	background-color: #d5e2f5;
}

.linksmall{
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #b8b8b8;
	height: 61px;
	width: 225px;
}

.linksmall:hover{
	background-color: #fff6dd;
	border-color: #6a6a6a;
}

.linksmall a{
	font-size: 12px;
	line-height: 13px;
}

.linksmall em{
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
	display: block;
}

.linksmall a img{
	margin-top: 0;
	margin-right: 10px;
	border: 1px solid #7586ba;
}

.cmxform fieldset{
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	background-color: #f5f4b4;
}

.cmxform input{
	font-size: 14px;
	margin: 5px;
	padding: 3px;
}

.cmxform img{
	background-color: white;
	margin-right: 10px;
	border: 7px solid #fff;
}

.cmxform span{
	margin-top: 20px;
	display: block;
}

.cmxform #contact_submit{
	font-weight: bold;
	padding: 5px;
	-moz-border-radius:8px;
  	-webkit-border-radius:8px;
	border-width: 4px;
	border-color: #8ad854;
	background-color: #a1da7a;
}
