
/* =General
-----------------------------------------------------------------------------*/
table {
	border-color: #ccc;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
p{
	margin: 0;
	padding: 5px 0;
}
ul{
	margin: 0;
	margin-left: 30px;
	padding: 10px;
}

/* Class for clearing floats */
.clear{
	clear:both;
}
/* Remove border around linked images */
img{
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #fff;
}
body#index{
	background: #010509 url(imgs/bg-body1.jpg) repeat-x left top;
}
body#galerie{
	background: transparent url(imgs/bg-body2.jpg) repeat-x left top;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	margin: 0;
	margin-bottom: 10px;
}
h1{
	font-size: 180%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 140%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 100%;
}


/* =Links
-----------------------------------------------------------------------------*/
a{
	color: #fff;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/* =Branding
-----------------------------------------------------------------------------*/


/* =Main Nav
-----------------------------------------------------------------------------*/
#nav{
	width: 182px;
	height: 110px;
	margin: 0;
	padding: 0;
	background: transparent url(imgs/bg-menu.gif) repeat-y top left;
	list-style: none;
}
#nav li{
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/



/* =Main Content
-----------------------------------------------------------------------------*/
#contentWrap{	
	background: #01070d url(imgs/bg-wrap-content.jpg) no-repeat left top;
}
#contentWrapgalerie{	
	background: #fff url(imgs/bg-wrap-content-galerie.jpg) no-repeat left top;
}
#content{
	height: 514px;
	padding: 35px 20px 0 10px;
	background: transparent url(imgs/bg-content.jpg) no-repeat left top;
	text-align: left;
}
#contentgalerie{
/*	height: 436px;*/
	padding: 35px 20px 20px 10px;
	background: transparent url(imgs/bg-content-galerie.jpg) no-repeat left top;
	text-align: left;
}
.textSpecialgalerie{
	color: #e45f08;
	font-weight: bold;
}
.textSpecialGros{
	color: #e45f08;
	font-weight: bold;
	font-size: 1.2em;
}
#galerieTexte td{
	padding-top: 10px;
	text-align: left;
}
  

/* =Secondary Content
-----------------------------------------------------------------------------*/
#accesgalerie{
	padding-top: 45px;

}



/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	height: 45px;
	padding-top: 15px;
	background: transparent url(imgs/bg-footer.gif) no-repeat left top;
	text-align: center;
}



/* =Forms
-----------------------------------------------------------------------------*/
form{
	padding: 0;
	margin: 0; 
}
.input{
	margin-bottom: 1px;
	font-size: 80%;
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}

.tFormInscription td{
	padding: 3px;
}
.tFormInscription input, .tFormInscription select{
	font-size: 100%;
}
.tFormInscription .submit{
	background-color: #3ace3a;
	border: 1px solid #b2b3b2;	
	font-weight: bold;
	color: #666;
	
}

/* =Tables
-----------------------------------------------------------------------------*/




/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

