
html{ 
	height:100%;
	margin:0;
	padding:0;
}

body{	
	margin:0;
	padding:0;
	height:100%;
	margin-bottom:0px;
	font-family:arial;
	font-size:12px;
	color:#5C5C5C;
	background:url('images/bg_body.jpg') 0px 0px repeat-x #DAE6F4;
}
 
#container{
	width:830px;
	margin-left:auto;
	margin-right:auto;
}

	#top{
		width:830px;
		height:360px;
	}

		#logo{
			width:497px;
			height:360px;
			float:left;

			position:relative;
			left:-150px;
			margin-right:-150px;
		}

		#menu{
			width:605px;
			height:100px;
			float:right;
			padding-right:13px;
			position:relative;
			top:-360px;
			margin-bottom:-360px;
		}

			#menu A{
				height:30px;
				display:block;
				float:right;
				padding-top:60px;
				margin-left:1px;
				margin-right:1px;
				font-size:14px;
				color:#FFFFFF;
				text-decoration:none;
				text-align:center;
			}

				#menu .btn1{width:82px; background:url('images/bg_btn1.jpg') 0px 0px no-repeat}
				#menu .btn2{width:147px; background:url('images/bg_btn2.jpg') 0px 0px no-repeat}
				#menu .btn3{width:171px; background:url('images/bg_btn3.jpg') 0px 0px no-repeat}
				#menu .btn4{width:57px; background:url('images/bg_btn4.jpg') 0px 0px no-repeat}
				#menu .btn5{width:133px; background:url('images/bg_btn5.jpg') 0px 0px no-repeat}

				#menu A:hover, #menu .active{
					background-position:bottom;
					cursor: pointer;
				}

		#photos{
			width:820px;
			height:250px;
			float:left;
			border:5px solid #FFFFFF;
			position:relative;
			top:-260px;
			margin-bottom:-260px;
		}

		#page{
			width:830px;
			margin-bottom:7px;
			background:url('images/bg_page.jpg') 218px 0px no-repeat;
		}
					
#footer{
	height:93px;
	padding-top:10px;
	text-align:center;
	font-size:11px;
	color:#578AB6;
	background:url('images/bg_footer.jpg') 0px 0px repeat-x #DAE6F4;
} 

	#footer A{
		color:#578AB6;
		text-decoration:underline;
	}

	#footer A:hover{
		color:#578AB6;
		text-decoration:none;
		background-color:transparent;
	}
 
.clear{clear:both;}

.floatLeft{float:left;}
.floatRight{float:right;}
 
 /* ***************** MISE EN FORME ************************* */

H1{ 
 font-size:28px;
 padding:0px 0px 0px 30px;
 margin:0px 0px 10px 0px;
 display:block; 
 font-weight:normal;
 color:#7FAB07;
 background:url('images/puce_h1.gif') 0px 4px no-repeat;
} 

H2{ 
 font-size:18px;
 margin:0px 0px 10px 0px;
 display:block; 
 font-weight:normal;
 color:#5C5C5C;
}

H3{ 
 font-size:14px;
 margin:0px 0px 10px 0px;
 display:block; 
 font-weight:normal;
 color:#7FAB07;
} 

H4{ 
 font-size:12px;

 display:inline; 
 font-weight:bold;
 color:#7FAB07;
}
 
A{
 color:#7FAB07;
 text-decoration:underline;
}

A:hover{
 color:#FFFFFF;
 text-decoration:none;
 background-color:#7FAB07;
 cursor: pointer;
}

HR{
 color:#e2e2e2;
 background-color:#e2e2e2;
 height:1px;
 border:0px;
}

/* ------------------------------------------------------------------ */
/* -                        FORMULAIRES                               */
/* ------------------------------------------------------------------ */

.noclass {
	background-color: #ffffff;
	border-color: #ffffff;
	border-width: 0;
}

.noborder input{clear:both;border-width:0;background-color: transparent;position:relative;left:-5px;font-size:9px;}
.noborder label{clear:both;font-size:9px;}
div.noborder input {border-width:0;background-color: transparent;font-size:9px;}
span.noborder input {border-width:0;background-color: transparent;font-size:9px;}

input, select, textarea {
	border:1px solid #BBD1E9;
	background-color:#FFFFFF;
	color:#5C5C5C;
	font-size:11px;
	font-family:Arial;
	margin-bottom:0px;
	padding-left:3px;
}

.fieldTitle{ 
	font-size:14px;
	margin-top:15px;
	margin-bottom:10px;
	display:block; 
	font-weight:normal;
	color:#7FAB07;
}

.btn{
	border:1px solid #7FAB07;
	color:#FFFFFF;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	background:url('images/bg_btn.gif') 0px 0px no-repeat #7DAD05;
}

.btn:hover{
	border:1px solid #7FAB07;
	color:#FFFFFF;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	background:url('images/bg_btn.gif') -30px 0px no-repeat #BAD435;
}

.formulaire{
	font-size:11px;
}

.formulaire TD{
	padding:0px 6px 0px 6px;
}

/*TODO 

.formulaire .pnlMsg{
	display:block;
	padding:3px;
	border:1px solid #018045;
	background-color:#D2EFE1;
	color:#018045;
}*/

	.formulaire .asterisque{
		color:#7FAB07;
		font-size:20px;		
		font-weight:bold;
		width:15px;
		margin:0px;
		padding-left:0px;
	}

	.formulaire .alert{	
		color:red;
	}

/* ------------------------------------------------------------------ */
/* -                    infobulle    			                    - */
/* ------------------------------------------------------------------ */

/*TODO

#infoBulle{
	width:80px;
	border:1px solid #75CEA4;
	background-color:white;
	padding:3px;
	font-size:10px;
	font-family:arial;
	visibility:hidden;
	position:absolute;
	z-index:100;
	margin-left:-25px;
	margin-top:30px;
}*/