@charset "utf-8";
/* CSS Document */

/* GENERAL */

img{
	border:none;
	margin:0px 0px -2px 0px;
}

.clear{
	clear:left;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #323232;
}

body{
	background-color:#decead;
}

/* CONSTRUCTION */

#container{
	width:750px;
	height:auto;
	margin:auto;
}

#header{
	background-image:url(./header.jpg);
	background-repeat:no-repeat;
	height:120px;
}

#content_1{
}
		#box_logo{
			float:left;
			background-image:url(./logo.jpg);
			background-repeat:no-repeat;
			width:131px;
			height:109px;
		}
		
		#box_intro{
			float:left;
			background-image:url(./box_intro.jpg);
			background-repeat:no-repeat;
			width:436px;
			height:73px;
			padding:18px 106px 18px 18px;
			text-align:justify;
			font-size:12px;
			font-weight:bold;
			
		}


#content_2{
}
		#box_fill_1{
			background-color:#cfba9b;
			width:131px;
			height:211px;
			float:left;
		}
			
		#box_x2{
			background-image:url(./pointsx2.jpg);
			background-position:top;
			background-color:#cfba9b;
			background-repeat:no-repeat;
			width:245px;
			height:211px;
			float:left;
		}
			
		#box_login{
			float:left;
			width:315px;
			height:211px;
		}
			
				#login_head{
				background-image:url(./login_head.gif);
				background-repeat:no-repeat;
				width:315px;
				height:76px;
				}
				
				#login_content{
				background-image:url(./login_content.gif);
				background-repeat:no-repeat;
				width:189px;
				height:133px;
				padding:2px 100px 0px 26px;
				
				}
		
		#box_fill_0{
			background-color:#cfba9b;
			width:131px;
			height:76px;
			float:left;
		}
		
		#box_info{
			background-color:#cfba9b;
			width:560px;
			height:76px;
			float:left;
		}


		#box_fill_2{
			background-color:#cfba9b;
			width:131px;
			height:766px;
			float:left;
			}
			
		#formulaire{
			float:left;
		}
		
		
				#formulaire_head{
					background-image:url(./formulaire_head.gif);
					width:560px;
					height:110px;
				}
				
				#formulaire_content{
					background-image:url(./formulaire_content.gif);
					width:446px;
					height:650px;
					padding:2px 106px 2px 8px;
					text-align:center;
				}
				

#content_3{
}
		#box_fill_3{
			background-image:url(./fill_4.gif);
			width:131px;
			height:225px;
			float:left;
		}
		
		#box_guide{
			background-image:url(./box_footer.jpg);
			width:450px;
			height:205px;
			float:left;
			text-align:center;
			padding-top:20px;
			padding-right:110px;
		}
			
		
/* FORMULAIRES */

.champ_txt{
	width:143px;
	height:20px;
	background-color:#fdebc6;
	border:1px solid #fdebc6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:4px;
}

.champ_txt_2{
	width:150px;
	height:20px;
	background-color:#fdebc6;
	border:1px solid #fdebc6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:3px;
	margin-bottom:6px;
	margin-top:3px;
}

.champ_txt_3{
	width:150px;
	height:80px;
	background-color:#fdebc6;
	border:1px solid #fdebc6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:3px;
	overflow:auto;
}

#formulaire_content td{
	height:36px;
	font-size:11px;
	padding-left: 6px;
}

.checkbox{
	margin-top:2px;
}

#formulaire_content table{
	margin-top: 20px;	
}

/* ------------------------------------------------------------------- */

#boat{
	background-image:url(./registration_ok.jpg);
	background-repeat:no-repeat;
	margin:auto;
	width:302px;
	height:200px;
	padding:60px 120px 90px 80px;
	margin-top:80px;
	text-align:center;
}



