*{
	margin:0px;
	padding:0px;
}

body
{
	margin: 0;
	background:url(/media/master/background.jpg) repeat-x center top;
	font-family: Arial;
	width : 100%;
}

a img
{
	border: none;
}

#contGeneral
{
   width:100%;
   margin-left:auto;
   margin-right:auto;
}

a.bouton
{
	text-decoration: none;
}

p
{
	font-size: 12px;
	color: #fff;
}

.separateurHorizontal
{
	border-bottom: 2px white solid;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	height:1px;
}

.oz
{
	color:white;
}

.clear
{
	clear: both;
}

.decal
{
	float: left;
	margin-top: 30px;   
}

.loading
{
    background:url(../media/master/spinner.gif) no-repeat center center;   
}

/**********/
/*** IE ***/
/**********/

#IE #menu ul.lienMenu li a
{
	line-height : 80px;
}

#IE #menu
{
	margin-top: -80px;
	height:90px;
}


#IE #contGeneral
{
   width:100%;
   margin-left:0px;
   margin-right:0px;
}


#IE #header .headerLien 
{
	cursor:hand;
}

#IE #footer
{
	margin-top : 50px;
}

#IE #fondContenu 
{
    margin: -90px auto auto -52px;
    width: 100%;
	padding-bottom : 50px;
}

#IE .center
{
	width : 778px;
	margin : auto;
}

#IE #cadreHeader h2 
{
    margin: -40px 0 5px 20px;
}

/**************/
/*** Header ***/
/**************/
#contHeader
{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	z-index:-1;
}
/*
#headerLeft
{
    width:50%;
    height:409px;
    display:block;
    margin-top:0px;
    float:left;
}

#headerRight
{
    width:50%;
    height:409px;
    display:block;
	margin-top:0px;
	float:right;
	top:0;
}*/

#contImageHeader
{
    margin-left:auto;
    margin-right:auto;
    height:425px;
}

#header
{
    width:100%;
    height:409px;
    background:url(/media/master/header.jpg) no-repeat top center;
	position:relative;
	z-index:4;
}

#cadreHeader
{
	width:725px;
	margin:auto;
}

#cadreHeader a
{
    text-decoration: none;
    color:White;
}

#cadreHeader a:hover h2
{
	text-decoration : underline;
}

#cadreHeader h2
{
	font-weight: bold;
	font-size: 15px;
	margin:0;
	text-transform: uppercase;
	margin-top : -37px;
	margin-left : 20px;
	margin-bottom: 5px;
}

#cadreHeader span
{
	float: left;
    font-size: 10px;
    margin: 0 5px 0 21px;
    text-transform: lowercase;
}

#cadreHeader img
{
	margin-left : -30px;
	margin-top : 10px;
}

#logo
{
	width: 230px;
	height: 118px;
	position:absolute;
	top:19px;
	margin-left: -35px;
	z-index:20;
}

#logo a
{
	width: 230px;
	height: 180px;
	background: url(/media/master/logo.jpg) no-repeat;
	display:block;
	cursor:pointer;
	margin: 0 0 0 10px;
}

#logo a img
{
	display:none;
}

#header .headerLien
{
	margin:0;
	margin-left: 555px;
	line-height: 11px;
	position:absolute;
	padding-top:1px;
	padding-bottom:1px;
	vertical-align :top;
}

#organisateur
{
	top:40px;
	background-color : rgb(84,149,201);
	padding-left : 50px;
	padding-right : 5px;
	height : 45px;
	width : 160px;
}

#presse
{
	top:90px;
	background-color : rgb(30,51,95);
	padding-left : 50px;
	padding-right : 5px;
	height : 45px;
	width : 160px;
}

#cadreHeader ul.lienPays
{
	float : right;
    padding-top: 5px;
	margin-right : -47px;
}

#cadreHeader ul.lienPays li
{
    margin:5px 3px 0 0;
    padding:0px;
    width:26px;
    height:11px;
	display:inline;
}

#cadreHeader ul.lienPays li img,#cadreHeader ul.lienPays li a
{
    margin:0;
    padding:0;
    border:none;   
}

#headerDate
{
	background-color : white;
	width: 180px;
	color: rgb(84,149,201);
	font-size: 28px;	
	position:absolute;
	top:180px;
	text-align : center;
	font-weight: bold;
	margin-left:-30px;
	padding-left : 16px;
	padding-right : 16px;
	padding-top : 5px;
	padding-bottom : 5px;
	text-transform: uppercase;
}

/******************/
/*** Evenements ***/
/******************/

#allEvents
{
	width: 114px;
	height: 116px;
	position:absolute;
	top:305px;
	margin-left: 600px;
	z-index:20;
}

#allEvents a
{
	width: 114px;
	height: 116px;
	display:block;
}

#allEvents a img
{
	display:none;
}


/************/
/*** Menu ***/
/************/

#menu
{
	width:926px;
    margin-left:auto;
    margin-right:auto;
	margin-top: -20px;
	height:30px;
	position : relative;
	z-index:4;
}

#menu ul.lienMenu
{
	margin-left : 75px;
	margin-bottom : 30px;
}

#menu ul.lienMenu li a
{
	background-color : rgb(238,205,57);
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: rgb(30,51,95);
	text-decoration: none;
}

#menu .lienMenu li:hover a
{
	background-color : rgb(30,51,95);
	color: rgb(238,205,57);
	text-decoration: none;
}

#menu ul.lienMenu li,#menu ul.lienMenu
{
	display: inline;	
}

#menu ul,#cadreHeader ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:left;
}

/***************/
/*** Contenu ***/
/***************/

#contenu
{
	background: #007ba7 repeat top center;
	float: left;
	width: 100%;
}
/*
#contenu table
{
	margin : auto;
}
*/
.center
{
	width : 778px;
	margin : auto;
}
/*
.contenuSite td
{
	background : url(/media/master/fond.jpg) repeat center;
	padding-bottom : 100px;
}
*/
#fondContenu
{
	background : #0096cb repeat center;
	float : left;
	margin:auto;
	margin-top:-90px;
	margin-left : -53px;
	padding-bottom : 50px;
	padding-left : 52px;
	padding-right : 52px;
	padding-top: 90px;
	width:100%;
	position:relative;
	z-index:3;
}

#fondContenu h1.blanc,#fondContenu .blanc a
{
	margin: 0;
	padding:0px;
	color: white;
	font-size:30px;
	display: inline-block;
	padding-top: 5px;
	height:45px;
	font-weight: bold;
	text-transform: uppercase;
}

/**************/
/*** Footer ***/
/**************/

#footer
{
	width:100%;
	background:#006993 repeat bottom center;
	/*background-color : rgb(53,110,145);*/
	position:relative;
	float: left;
}

#footer a
{
    color:white;
    text-decoration:none;
    display: inline-block;
}

#footer a:hover
{
    text-decoration:underline;
}

#footer1
{
    width:100%;
    height:170px;
	margin-top : -65px;
	background:url(/media/master/Footer.jpg) no-repeat top center;
	font-size: 11px;
	float: left;
	width: 100%;
	position:relative;
	z-index:6;
}

#foot2
{
	background: none repeat scroll center top #007BA7;
    float: left;
    font-size: 11px;
    height: 65px;
    margin-top: -170px;
    position: relative;
    width: 100%;
    z-index: 5;
}

#footerFond
{
	margin: auto;
	width: 827px;
}

#contFooter
{
	width: 827px;
	/*margin-top:-100px;
	padding-top:100px;*/
	height:24px;
	float: left;
}

#footerGauche
{
	float: left;	
	margin-top: 80px;
	margin-left:-30px;
	color : white;
}

#footerDroit
{
	margin-top: 100px;
	margin-left : -30px;
	color : white;
}

#footer a.facebook
{
    margin-right:5px;
}


span.facebook
{
	color:white;
	font-weight: bold;
}

span.twitter
{
	color:white;
	font-weight: bold;
}

.separateurVertical
{
	border-left: 1px solid white;
	padding-right: 8px;
}

/*****************/
/*** Vignettes ***/
/*****************/

.contenuVignette td
{
	vertical-align : middle;
	text-align : center;
	background : none;
	padding-bottom:0px;
}

/*
#fondcenterL
{
	background : url(/media/master/fond.jpg) repeat center;
	float : left;
	width: 829px;
}

#fondcenterR
{
	background : url(/media/master/fond.jpg) repeat center;
	float : right;
	width: 830px;
	padding-left : 52px;
}*/

/***************/
/*** Contact ***/
/***************/

div#popContact_content
{
	position: absolute;
	height: 376px;
	width: 418px;
	padding:25px;
	overflow: hidden;
	background: rgb(30,51,95);
	z-index: 110;
}

div#popContact_content h2
{
    padding : 10px 5px 0px 5px;
	font-size:28px;
	height : 45px;
}

div#popContact_content p
{
	color:#FF5B27;
	margin-left:21px;
	margin-top:2px;
	margin-right:21px;
	line-height:22px;
}

div#popContact_content label span
{
	font-size: 11px;
	color:#82B1D7;
	margin-left:21px;
	display:inline-block;
	width:100px;
	line-height:18px;
	height:18px;
	vertical-align:top;
}

div#popContact_content input
{
	padding-left:4px;
	color:#5495C9;
	border:none;
	background-color:#b5daf7;
	width:258px;
	height:16px;
	margin-bottom:1px;
	font-size:11px;
}

div#popContact_content textarea
{
color:#000000;
padding-left:4px;
font-family:Arial;
}

.contactPlease
{
	font-size: 11px;
    height: 40px;
    padding-left: 10px;
    padding-top: 15px;
    width: 160px;
}

.contactCadre
{
	margin: 0;
	padding:0px;
	display: block;
	background-color : white;
	padding-left:33px;
	width: 385px;
	height:279px;
	font-weight: normal;
	color: #82b1d7;
	padding-top:5px;
}

.contactContent
{
	margin-top: 15px;
	float: left;
}

div#popContact_content .basImage
{
	float: left;
	padding-bottom: 3px;
}

div#popContact_content .separateurHorizontal
{
	height: 20px;
	margin-bottom: 20px;
	clear: both;
	margin-left: 15px;
}

div#popContact_content .msginput
{
	color: #5495C9;
	border:none;
	background-color:#b5daf7;
	width:258px;
	height:61px;
	margin-top:0px;
	font-size:11px;
}
div#popContact_content .contact_radio
{
	border:none;
	background-color:transparent;
	width:18px;
}

div#popContact_content .contact_radioSp
{
	width:53px;
	margin-left:4px;
}

div#popContact_content .msg
{
    text-align:letf;
    padding-top:5px;
    color:#82B1D7;
	font-size:12px;
}
div#popContact_content .asterisk
{
    margin-left:1px;
    width:5px;
    margin-top:-2px;
}

div#popContact_content h2,.contactPlease
{
	color: rgb(84,149,201);
	display: block;
	background-color : white ;
	font-weight: normal;
	float: left;
	margin-right: 1px;
}


div#popContact_content .cancel span , div#popContact_content .sendBtn span
{
	display:none;
}

div#popContact_content .cancel,div#popNewsletter_content .cancel
{
    float:right;
    display:block;
    width:46px;
    height:46px;
    background:transparent url(/media/master/popup_close.jpg) no-repeat top left;
}

div#popContact_content label.labelForm
{
	width: 73px;
	float: left;
	font-size: 11px;
	line-height: 13px;
}

div#popContact_content .sendBtn,div#popNewsletter_content .sendBtn
{
	background-color: #EECD39;
    color: #23385E;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-right: 50px;
    margin-top: 5px;
	padding-left: 37px;
	padding-right: 37px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
