/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */
body  { 
	color: #5f5f5f;
	background-color: #fff;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a {
	color: #00b3f8;
	text-decoration: none;
	font-weight: normal;
}


/*a:visited {
	color: #76d4f8;
}*/

a:hover {
	color: #333;
}

/*
h1, h1.subtitle {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	font-family: blair, Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 30px 5px 5px;
	border-bottom: 1px solid #f15822;
	display: table-cell;
	position: relative;
	left: -10px;
}

h1 span.subtitle {
	border: none;
	font-size: 12px;
	padding: 5px;
	display: block;
}
*/
h1 {
	color: #00b4f8;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 0 10px 0;
	clear: both;
}

h2 {
	
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	color: #110b10;
	background-image: url("../images/fdh2.png");
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 5px;
	padding-left: 25px;
}

h3 {
	color: #de2026;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
	padding: 5px;
	padding-left: 28px;
	background-image: url("../images/fdh3.png");
	background-repeat: no-repeat;
	background-position: 12px 10px;
}

h4 {
	color: #874d2c;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	margin: 5px 0 2px;
	padding: 0 15px;
}

p {
	color: #5f5f5f;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
	margin:0;
	padding: 2px 0px 4px 0;
}

p.encart {
	margin: 10px 20px 20px 20px;
	border: 1px solid #CCCDCC;
	padding: 10px;
	background-color: #EFF0EF;
}

p.centre {
	text-align: center;
}

ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li, ol li {
	color: #5f5f5f;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	/*font-style: italic;*/
	line-height: 17px;
	margin-bottom: 5px;
}


ul li {
	list-style-image: url("../images/pul.png");
}

ul.liens {
	margin-left: 0;
	padding-left: 0;
}
ul.liens li {
	margin-left: 0;
	padding-left: 30px;
	background-image: url("../images/pula.png");
	background-repeat: no-repeat;
	background-position: 0 center;
	list-style-image: none;
	list-style: none;
	list-style-type: none;
	/*list-style-image: url("../images/pula.png");*/
}




div.bloccouleur {
	padding: 6px 8px 4px 8px;
	background-color: #efefef;
	margin: 7px 0 9px 0;	
}

table.deuxcolonnes {
	border: none;
	padding: none;
	margin: none;	
}

table.deuxcolonnes td {
	width: 368px;
	vertical-align: top;	
}

table.deuxcolonnes td.sep {
	width: 14px;	
}




table.result {
	color: #4A6B1B;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	border: solid 1px #00b4f8;
	border-collapse: collapse
}

table.result th {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	background-color: #00b4f8;
	text-align: center;
	padding: 2px;
	border-right: 1px inset #fff;
	border-left: 1px inset #fff
}

table.result th.ligne {
	color: #5f5f5f;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #aae3f8;
	text-align: center;
	padding: 2px;
	border: inset 1px #fff;
	vertical-align: top;
}

table.result td, table.result td.gauche{
	color: #5f5f5f;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	
	text-align: center;
	margin: 0;
	padding: 2px;
	border: inset 1px #00b4f8;
	vertical-align: top;
}

table.result td.gauche{
	text-align: left;
}

table.result caption {
	color: #304208;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0;
}

fieldset {
	border: 1px solid #f36f37;
	padding: 5px 10px 10px 10px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

fieldset legend {
	color: #fff;
	font-size: 13px;
	font-family: blair, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px;
	padding-left: 8px;
	padding-right: 8px;
}

div.news_content_abstract {
	margin: 10px 20px 20px 20px;
	border: 1px solid #CCCDCC;
	padding: 10px;
	background-color: #EFF0EF;
}

div.news_content_abstract p {
	font-weight: bold;
	font-size: 10px;
}

div.zpage {
	margin: 0;
	padding: 10px 0 30px 0;
}

.adminBar {
	margin-left: auto;
	margin-right: auto;
	width: 50px;
}

ul.buttonBarUla {
	text-align: right;
	list-style-type: none;
	list-style-image: none;
	display: block;
	margin: 15px 20px 10px 0;
	padding: 0;
	clear: both
}

ul.buttonBarUla li {
	display: inline;
	margin: 0 10px;
	padding: 0
}

.adminBar {
	color: #ec0000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	display: block
}

.adminBar a {
	color: #ec0000
}

address {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	margin: 0 0 3px
}

table.photo {
	padding: 0;
	margin: 0 0 10px 10px;
}

table.photo td {
	color: #333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	margin: 0;
	padding : 0;
}

table.photo td img{
	margin-bottom: 2px;
}

table.normal td.sep {
	height: 10px;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
	border: none
}

form {
	padding: 0;
	margin: 0;	
}

/* tous les blocs */
div.block {
	padding: 5px;
	margin: 0 0 8px 0;
	background-color: #efefef;
}

div.block h1{
	padding: 5px;
	margin: 0;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-family: "Times New Roman", Times, Georgia, serif;
	background-color: #de2026;
}

div.block a:hover {
	color: #de2026;	
}

/* block calendrier*/
/*.blockEventMonth {
	border: 1px solid #4A6B1B;
	background-color: #E7F1A1;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	width: 161px;
}

.blockEventMonthText {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

tr.blockEventTrimMonth {
	font-weight: bold;
	background-color: #899725;
	text-align: center;
	color: #ffffff;
}

td.blockEventTrimMonth th.eventTrimMonth {
	width: 15%;
	color: #ffffff;
	text-align: center;
}

td.blockEventShadedMonth {
	width: 15%;
	text-align: center;
	vertical-align: top;
	color: #aeaeae;
}

td.blockEventDayMonth {
	vertical-align: top;
}

div.blockEventDayMonthToday {
	font-weight: bold;
	text-align: center;
	background-color: #899725;
	padding: 0px;
}

div.blockEventDayMonthToday a {
	color: #fff;
}

div.blockEventDayMonth {
	text-align: center;
	font-weight: bold;
}

div.blockEventMiniBall {
	width: 7px;
	height: 5px;
	float: left;
	display: block;
}

.blockEventMonth a {
	text-decoration: none;
}

table.zpopcal {
	background-color: #E7F1A1;
	border: 1px solid #743C12;
	width: 100%;
}

table.zpopcal td h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #899725;
}

table.zpopcal td,table.zpopcal td p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A6B1B;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

table.zpopcal td p.dateannonce {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A6B1B;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	border-left: 1px solid #899725;
	border-right: 1px solid #899725;
	border-bottom: 1px solid #899725;
	margin-bottom: 5px;
	background-color: #f7ffb1;
}*/

span.highlite {
	background-color: #C53B3B;
	color: #fff;
}

/* block de recherche */
#zoneSearch {
	width: 130px;
	border: 1px solid #899725;
}

form#search {
	margin: 0;
	padding: 0;
}

div#blocksearch {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
}

/* block actus */
div.block ul.listactus, ul.listactus li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

div.block ul.listactus {
	padding: 5px 5px 3px 5px;
}

div.block ul.listactus li {
	margin-bottom: 5px;
}

div.block ul.listactus li {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
}

div.block ul.listactus li a {
	color: #393939;
	text-decoration: none;
	font-weight: normal;
}

div.block ul.listactus li a:hover {
	color: #de2026;	
}

div.block span.dateactu {
	display: block;
	font-weight: bold;
}

div.block div#moreacts, div.moresites {
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	padding: 2px;
}

div.caleh{
	height: 6px;
}

div.moresites a {
	color: #5f5f5f;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

div.block div#moreacts a {
	color: #de2026;
	text-decoration: none;
	display: block;
}

/*
div#blockfixe {
	background-image: url("../images/cold_03.gif");
	background-repeat: repeat-y;
	background-position: 0 0;
	margin: 0;
	padding: 0;
}

div#blockfixe div#bas {
	background-image: url("../images/cold_05.gif");
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin: 0;
	padding: 0 0 30px;
}

div#blockfixe div#bas div#corps {
	background-image: url("../images/cold_01.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 22px 35px 0 25px;
}

div#blockfixe ul.listactus {
	list-style-type: none;
	padding: 0px 5px 0px 5px;
	margin: 0;
}

div#blockfixe ul.listactus li {
	padding: 6px 0 0 13px;
	margin: 0;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 11px;
	background-image: url("../images/m1.gif");
	background-repeat: no-repeat;
	background-position: 5px 11px;
}

div#blockfixe ul.listactus li a {
	color: #487329;
	text-decoration: none;
}

div#blockfixe div#moreacts {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	margin-top : 10px;
}

div#blockfixe h1{
	padding: 3px 0 15px 0;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #3D5817;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	border: 0;
}*/

input.saisieblock {
	color: #656565;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	background-color: #fff;
	margin: 2px 10px 2px 5px;
	padding: 1px;
	width: 85px;
	height: 18px;
	border: solid 1px #2D7A5B;
}

/* a ctus en page d'accueil*/
fieldset#lesactus, fieldset#lesactus2 {
  border: none;
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica;
  /*margin-left: 28px;
  margin-right: 28px;*/
}

fieldset#lesactus legend, fieldset#lesactus2 legend{
  display: none;
}

/* actus et flux d'infos*/
.fluxrsspage {
  /*background-color: #fea;*/
  /*padding: 3px;*/
}

div.rsstitle a{
  text-decoration: none;
   color: #00b3f8;
   font-weight: normal;
}

div.rsstitle a:hover{
  text-decoration: none;
  /*color: #fff;*/
}

div.rsstitle {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	font-family: "Times New Roman", Times, Georgia, serif;
	padding: 0 0 5px 0;
	color: #00b3f8;
}
div.rsslist div.rsstitle {
  border-bottom: none;
}
div.rssdate {
  text-align: right;
  display: inline;
  float: right;
  font-weight: normal;
  font-style: italic;
  font-family: Arial,Verdana, Helvetica, sans-serif;
  font-size: 14px;
  color: #5f5f5f;
  
}
span.rssdate {
  font-weight: normal;
  font-style: italic;
}

span.lettrine {
  font-weight: bold;
  color: #BFA415;
  font-style: italic;
}

div.rsscontainer {
  padding: 0;
}

div.rsslist {
  padding: 1px 5px 2px 5px;
}
div.rssdescription, div.rssdescription p {
 /* font-size: 10px;
  padding: 0;
  margin: 0;
  line-height: 12px;*/  
}

div.rssdescription {
  padding: 2px 2px 2px 0;  
}

fieldset#lesactus2 div.rssdescription, fieldset#lesactus2 div.rssdescription p {
  font-weight: bold;
  color: #766a2d;
}

#video_height {
  min-height: 25px;
  height: auto !important;
  height: 27px;
}

div.onelistactu {
  font-family: Verdana, Helvetica;
}

div.onelistactu div.rssdate {

}

div.onelistactu div.rssdescription {
  min-height: 10px;
  height: auto;
  color: #5f5f5f;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
}

img.vignettechapo {
  border: 1px solid #666;
  float: left;
  margin : 0 10px 0 10px;
}


/* pied de page */
div#footer{
	width:100%;
	height:26px;
	overflow:hidden;
	background-color: #2f2f2f;
	margin-top: 10px;
}


div#footerContent{
	margin:0 auto;
	width:984px;
}

/* photo en t�te */
div#phototop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	overflow: hidden;
	min-width: 1002px;
}

div#phototop img {
	position: fixed;
	left: 0px;
	width: 100%;
	z-index: 0;
	min-width: 1002px;
	display: none;
}

div#photopage {
	overflow: hidden;
	height: 234px;
	border-bottom: 3px solid #e1353a;
	margin-bottom: 15px;
	width: 750px;
}

div#photopage img {
	/*display: none;*/
}

div#menupage {
	background-image: url("../images/fdmenupage.png");
	margin-bottom: 15px;
}

div#menupage ul, div#menupage ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

div#menupage ul {
	padding: 10px 10px;	
}

div#menupage ul li {
	margin-bottom : 3px;
	padding-left: 20px;
	padding-right: 5px;
	background-image: url("../images/pmenupage.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

div#menupage ul li:hover {
	background-color: #efefef;	
}

div#menupage ul li, div#menupage ul li a {
	color: #171717;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

div#menupage ul li a:hover {
	color: #00b4f8;
}

/* menus en-t�te*/
div#menuhead1, div#menuhead2 {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 38px;
	background-color : #f15a22;
}
div#menuhead1 div.marge {
	padding: 0;
}

div#header {
	height: 103px;
	background-image: url("../images/fdtop.png");
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#headerContent{
	margin:0 auto;
	width:984px;
}

/* formulaire recherche */

form#searchheader{
	margin:0;
	padding:0;
}

form#searchheader div#searchArea{
	background-color: rgba(69,74,70,0.7);
	padding:0;
	margin:0;
	/*width:200px;*/
	height:22px;
	border:#fff 1px solid;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    width: 238px;
}

form#searchheader div#searchArea input#query{
	color:#fff;
	padding:0;
	margin:0 5px 0 10px;
	width:200px;
	height:22px;
	background:none;
	border:none;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

form#searchheader div#searchArea a{
	display:inline-block;
	padding:0;
	height:18px;
}


/* zone de contenu */
div#contentMain {
	width: 984px;
	background-color: #fff;
	margin: 0 auto;
}

div#barrenavig {
	height: 25px;
	background-color: #bec3c6;
}

/* bloc en un clic */
div.unclic h1 {
	background-color: #00b3f8;	
}

ul#unclic {
	margin: 5px 0 0 0;
	padding:0;
	list-style: none;
	list-style-image: none;	
}

ul#unclic li {
	margin: 0;
	padding:0;
	list-style: none;
	list-style-image: none;	
}

ul#unclic li a {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #272727;
	text-decoration: none;
}

ul#unclic li a:hover {
	color: #00b4f8;
}

ul#unclic li img {
	margin: 0 15px 0 4px;
}

ul#unclic li div.marge {
	padding: 5px 0 2px 0 ;
}

/* bloc paycity */
div.paycity h1 {
	background-color: #E9BB19;
;	
}

/* menu d�roulant */
div#menutop {
	float: right;
	border-right: 1px solid #e0e3e4;
}

ul.menutop {
	border-left: 1px solid #e0e3e4;
}

ul.menutop, ul.menutop li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	height: 39px;
}

ul.menutop li:hover {
	background-image: url("../images/fdmho.png");
	background-position: 0 0;
	background-repeat: repeat-x;
}

 ul.menutop>li>a {
 	height: 37px;
 	display: table-cell;
 	padding: 0 15px;
 	vertical-align: middle;
 	font-family: Arial, Verdana, Helvetica, sans-serif;
 	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}
ul.menutop>li>a:hover {
	color: #00b4f8;
}
ul.menutop div.menupop {
	display: none;
	position: absolute;
	z-index: 1000;
}

ul.menutop div.menupop table {
	width: 100%;
	border-collapse: collapse;
	
}

ul.menutop div.menupop table td {
	border: 1px solid #bec3c6;
	background-color: #efefef;
	font-family: Arial, Verdana, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 10px;
	vertical-align: top;
}

ul.menutop div.menupop table td.niv2 {
	color: #fff;
	background-color: #bec3c6;
	font-size: 14px;
	vertical-align: middle;
	border-top: 1px solid #999;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.menutop div.menupop table td.niv2 a {
	color: #fff;
	text-decoration: none;
}

ul.menutop div.menupop ul, ul.menutop div.menupop ul li {
	height: auto;
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	color: #282828;
	font-family: Arial, Verdana, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

ul.menutop div.menupop ul li {
	margin-bottom: 3px;	
}

ul.menutop div.menupop ul li a {
	color: #282828;
	text-decoration: none;
	font-weight: normal;
}

ul.menutop div.menupop ul li a:hover {
	color: #00b4f8;
}

ul.menutop div.menupop ul {
	margin-top: 5px;
	margin-bottom: 2px;	
}

.alerte{
	color: red;
	font-weight: bold;
	font-style:  italic;
}
