/********************************************************************* Balise ****************************************************************/
form, p, li, ul, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#2a2a2a;
}

h2{
font-size:16px;
text-align:left;
border-bottom:#FFFFFF 1px solid;
margin-right:40px;
margin-bottom:15px;
}

legend{
color:#fcb622;
font-weight:bold;
}

li{
list-style:square;
}


h3{
color:#fcb622;
font-size:16px;
}


/******************************************************************** Lien ******************************************************************/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}


a.lien1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcb622;
	text-decoration: underline;
}
a.lien1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcb622;
	text-decoration: underline;
}
a.lien1:hover {
	text-decoration: none;
	color: #fcb622;
}
a.lien1:active {
	text-decoration: none;
	color: #fcb622;
}

a.lien2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #d01e00;
	text-decoration: underline;
}
a.lien2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #d01e00;
	text-decoration: underline;
}
a.lien2:hover {
	text-decoration: none;
	color: #d01e00;
	font-weight:bold;
}
a.lien2:active {
	text-decoration: none;
	color: #d01e00;
	font-weight:bold;
}



a.lien3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #d01e00;
	text-decoration: underline;
}
a.lien3:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #d01e00;
	text-decoration: underline;
}
a.lien3:hover {
	text-decoration: none;
	color: #d01e00;
	font-weight:bold;
}
a.lien3:active {
	text-decoration: none;
	color: #d01e00;
	font-weight:bold;
}

/********************************************************************** Class **************************************************************/
.scrollbarre {
	overflow:auto;
}

/********************************************************************** Newsletter **************************************************************/
.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#bbbbbb 1px solid;
	border-top:#bbbbbb 1px solid;
	border-left:#bbbbbb 1px solid;
	border-right:#bbbbbb 1px solid;
}

.bouton_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:12px;
	color:#ffffff;
	background-color:#585858;
	border-bottom:#585858 1px solid;
	border-top:#585858 1px solid;
	border-left:#585858 1px solid;
	border-right:#585858 1px solid;
}

/**********************************************************BDD AUTO **************************************/
.pagination	{
	height:15px;
	margin:auto
}

.numpage {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	font-size:11px;
	float:left;
	color:#fefefe!important;
	text-decoration:none;
	font-weight:900;
	margin:2px;
	background:url(gifs/pagination_link.jpg) no-repeat;
}

.numpage_selec {
	height:15px;
	width:15px;
	font-size:11px;
	margin:2px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	color:#fefefe!important;
	text-decoration:none;
	font-weight:900;
	background:url(gifs/pagination_hover.jpg) no-repeat
}

.bt_suivant	{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/suivant.jpg) no-repeat;
	margin:2px;
}

.bt_suivant_inactiv	{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/suivant_inactiv.jpg) no-repeat;
	margin:2px;
}

.bt_precedent {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/precedent.jpg) no-repeat;
	margin:2px;
}

.bt_precedent_inactiv {
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	display:inline;
	float:left;
	background:url(gifs/precedent_inactiv.jpg) no-repeat;
	margin:2px;
}

.liste_cat{
}
.fichierbin{
}
.photo{
}
/**********************************************************************************************************/



/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/**********************************************************************************************************/
#fdConseiller{
background:url(gifs/images/monster-paint-ball_03.jpg) no-repeat;
height: 85px;
text-align:right;
padding-right: 10px;
}
		#fdConseiller a, #fdConseiller a:link{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		}

#fdBandeau_accueil{
background:url(gifs/images/monster-paint-ball_06.jpg) no-repeat;
height:32px;
color:#000000;
margin:0;
padding-left:200px;
padding-top:3px;
}
			#fdBandeau_accueil a, #fdBandeau_accueil a:link{
			color:#000000;
			font-weight:bold;
			text-decoration:none;
			}
			#fdBandeau_accueil a:hover{
			color:#000000;
			font-weight:bold;
			text-decoration:underline;
			}

ul#MenuBar1 {
	/*margin:0 15px 0 30px;*/
	padding:0;
	width:150px;
	list-style: none;
	margin:0;
	
}
ul#MenuBar1 li {
	/*border-bottom:solid 1px #CCCCCC;*/
	/*padding:5px 0 5px 5px;*/
	margin:0;
	position: relative;
	list-style:outside;
	/*list-style-image:url(gifs/pucemenu.jpg);*/
	list-style: none;
}
ul#MenuBar1 li a {
	display:block;
	position:relative;
}

ul#MenuBar1 li li  {
	margin:0;
	padding:0;
	border:0;
	border-bottom:solid 1px #CCCCCC;
}

li#m1{
padding:5px 0 0 20px;
height:22px;
}

li#m2{
padding:2px 0 0 20px;
height:22px;
}

*+html li#m2{
padding:0 0 0 20px;
height:22px;
}

*html li#m2{
padding:0 0 0 20px;
height:22px;
}

li#m3{
padding:2px 0 0 20px;
height:22px;
}

*+html li#m3{
padding:0 0 0 20px;
height:21px;
}

* html li#m3{
padding:0 0 0 20px;
height:21px;
}

li#m4{
padding:2px 0 0 20px;
height:23px;
width:173px;
}

*+html li#m4{
padding:0 0 0 20px;
height:21px;
width:173px;
}

* html li#m4{
padding:0 0 0 20px;
height:21px;
width:173px;
}

li#m5{
padding:1px 0 0 20px;
height:22px;
width:164px;
}

*+html li#m5{
padding:0 0 0 20px;
height:20px;
width:164px;
}

* html li#m5{
padding:0 0 0 20px;
height:20px;
width:164px;
}

li#m6{
padding:2px 0 0 20px;
height:22px;
}

*+html li#m6{
padding:0 0 0 20px;
height:22px;
}

* html li#m6{
padding:0 0 0 20px;
height:22px;
}

li#m7{
padding:2px 0 0 20px;
height:22px;
}

li#m8{
padding:2px 0 0 20px;
height:22px;
}

*+html li#m8{
padding:0 0 0 20px;
height:20px;
}

*html li#m8{
padding:0 0 0 20px;
height:20px;
}

li#m9{
padding:3px 0 0 20px;
height:18px;
}

*+html li#m9{
padding:0 0 0 20px;
height:18px;
}

* html li#m9{
padding:0 0 0 20px;
height:18px;
}

li#m10{
padding:6px 0 0 20px;
height:18px;
}

li#m11{
padding:6px 0 0 20px;
height:18px;
}

*+html li#m10{
padding:3px 0 0 20px;
height:18px;
}

* html li#m10{
padding:3px 0 0 20px;
height:18px;
}

#fdMenu{
background:url(gifs/images/monster-paint-ball_09.jpg) no-repeat;
height: 264px;
}
		#fdMenu a, #fdMenu a:link{
		color:#000000;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		}
		#fdMenu a:hover{
		color:#000000;
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;
		}
		#fdMenu p{
		line-height:24px;
		padding-left:20px;
		}
		
#fdMeteo{
background:url(gifs/images/monster-paint-ball_12.jpg) no-repeat;
height:116px;
}
		#fdMeteo a, #fdMeteo a:link {
		display:block;
		margin:0px;
		padding-left:110px;
		padding-top:80px;
		font-weight:bold;
		text-decoration:underline;
		}
		#fdMeteo a:hover {
		display:block;
		margin:0px;
		padding-left:110px;
		padding-top:80px;
		font-weight:bold;
		text-decoration:none;
		}
		
#fdforum{
background:url(gifs/images/monster-paint-ball_forum.jpg) no-repeat;
height:116px;
}
		#fdforum a, #fdforum a:link {
		display:block;
		margin:0px;
		padding-left:120px;
		padding-top:100px;
		font-weight:bold;
		text-decoration:underline;
		}
		#fdforum a:hover {
		display:block;
		margin:0px;
		padding-left:120px;
		padding-top:100px;
		font-weight:bold;
		text-decoration:none;
		}

#fdContenu{
background:url(gifs/images/monster-paint-ball_08.jpg) no-repeat;
}

#footer{
text-align:center;
}

#container{
padding-left:40px;
padding-top:15px;
padding-right:15px;
padding-bottom:15px;
}

#fdlien_IndexDiapo{
background:url(gifs/images/paint-ball-index_13.jpg) no-repeat;
height:24px;
}

#offre{
background:url(gifs/images/paint-ball-index_19.jpg) no-repeat;
width: 600px;
height:103px;
color:#000000;
padding:40px 15px 0 25px;
}

.fdnoir{
background:#000000;
}

.centrer{
text-align:center;
}

.justifier{
text-align:justify;
margin-bottom:10px;
}

.espace{
margin-bottom:10px;
}

.gdrouge{
color:#d01e00;
font-weight:bold;
font-size:14px;
}

.gdjaune{
color:#fcb622;
font-size:30px;
}

.petitjaune{
color:#fcb622;
font-weight:bold;
}

.gdjaune2{
color:#fcb622;
font-size:20px;
}

.lienTerrainIndex{
padding-left:15px;
padding-top:3px;
}

.lienPlanIndex{
padding-top:3px;
}

.gdTxtcentrer{
font-size:14px;
text-align:center;
}

.alignementD{
float:right;
margin-left:10px;
}

.alignementG{
float:left;
margin-right:10px;
}

.italique{
font-style:italic;
}

.textnoir{
color:#000000;
}

/*Modifs*/
.asavoir{
width:80%;
margin: 0 auto;
text-align:justify;
margin-bottom:25px;
}

/* Plan du site */
#plan ul{
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#plan li{
	list-style: none;

}

#plan p{
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#plan a{
	color:#fcb622;
	font-size:15px;
	color:#fcb622;
	font-weight:bold;
}

#soustitres li a{
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#soustitres {
	margin-left:40px;
}

#soustitres li {
	list-style:none;
}


/*pages vidéo */

#mini1{
	background:url(gifs/mini1.jpg);
	width:250px;
	height:161px;
	margin:20px 50px 0 50px;
	float:left;
}

#mini1 a, #mini2 a{
	width:250px;
	height:161px;
	display:block;
	text-decoration:none;
}

#mini1 a:hover{
	background:url(gifs/mini1over.jpg);
}

#mini2{
	background:url(gifs/mini2.jpg);
	width:250px;
	height:161px;
	margin:20px 0 0 20px;
	float:left;
}

#mini2 a:hover{
	background:url(gifs/mini2over.jpg);
}

/*Titre H1 */

#h1-global {
position: relative;
margin-right: auto; 
margin-left: auto;
}

#h1-content {
position: absolute; 
bottom: 0pt; 
}

.h1-typo {
border-bottom: 0px none; 
font-size: 12px; 
margin-right: auto; 
margin-left: 265px; 
color: #FFF; 
font-family: Arial;
}

#photosmelia {
	margin:10px 0;
	text-align:left;
}

#photosmelia img {
	margin:0 10px;
}