/* GLOBAL */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, 'Helvetica Neue', 'Sans-Serif';
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h3 { font-size:11px; }

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a { 
	text-decoration:none; 
	color: #333;
	cursor:pointer; 
}

	#centrageV{
		position: absolute;
		width: 100%;
	}
	
	#aligneDroite{
		position: absolute;
		right: 20px;
	}

h1 {
	color:#00b4ff;
	font-size:20px;
}

p {
	color:#666666;
	font-size: 12px;
	line-height: 19px;
}

/* HEADER */

.header {
	background-color:#2e3955;
	height:33%;
}
	.header_fond {
		position:relative;
		width: 1280px;
		height: 264px;
		background-color:#FF6600;
		top: 1px;
		left: 50%;
		margin-left:-640px;
		background:url(../images/bg_tetiere.jpg) no-repeat;
		background-position:bottom;
	}
		.logo {
			position:relative;
			width: 306px;
			height: 160px;
			left: 160px;
			top: 104px;
			background:url(../images/logo.png) no-repeat;
			behavior: url(scripts/iepngfix.htc)
	}
	.menu_fond {
		position:relative;
		width: 1280px;
		height: 55px;
		left: 50%;
		margin-left:-640px;
		background:url(../images/bg_menu.jpg) no-repeat;
	}
		.menu_fond li {
			width: 100px;
			height: 40px;
			line-height:40px;
			float:left;
			display:block;
			text-align:center;
			font-size:14px;
		}
			#menuAccueil{ margin-left:810px;}
			#menuAccueil:hover{}
			#menuAccueil span {color: #FFFFFF;}
			.menuEncours{background-image:url(../images/curseur.png); background-position:top; behavior: url(scripts/iepngfix.htc)}
			
			#menuContact {}
			#menuContact:hover{}
			#menuContact span { color: #FFFFFF;}

/* CORPS */

.corps {
	position:relative;
	background-color:#666666;
	height: 768px;
	top: 50%;
	margin-top: -384px;
	z-index:999;
	background:url(../images/bg.jpg) repeat-x;
}
	.corps_container{
		position:relative;
		width: 960px;
		height: 335px;
		display:block;
		left: 50%;
		margin-left:-480px;
		top: 10px;
	}
		.corps_col1{
			width:306px;
			height: 335px;
			float:left;
		}
		
		.corps_col2{
			width:308px;
			height: 335px;
			float:left;
			margin-left:20px;
		}
		.corps_col3{
			width:306px;
			height: 335px;
			float:left;
			margin-left:20px;
		}
			.b_home1{
				width: 306px;
				height: 80px;
				background:url(../images/b_home1.jpg) no-repeat;
			}
			
			.b_home2{
				width: 306px;
				height: 80px;
				background:url(../images/b_home2.jpg) no-repeat;
				margin-top:10px;
			}

/* CONTACT */
.ligne1{
	height:30px;
	margin-top:45px;
}
.ligne2{
	margin-top:20px;
	height:30px;
}
.ligne3{

}
	.corps_message{
		height:90px;
		width:634px;
	}
		.corps_message h3{
			width: 55px;
			float:left;
		}

	.corps_contact1{
		width:306px;
		height: 180px;
		float:left;
	}
		.corps_contact1 h3{
			width: 55px;
			height: 30px;
			line-height:24px;
			float:left;
		}
	
	.corps_contact2{
		width:308px;
		height: 180px;
		float:left;
		margin-left:20px;
	}
		.corps_contact2 h3{
			width: 55px;
			height: 30px;
			line-height:24px;
			float:left;
		}
		.submitCadre1 {
			color: #666;
			font-size: 16px;
			width:240px;
			height: 24px;
			float:right;
		}
		.submitCadreGrand {
			color: #666;
			font-size: 16px;
			width:567px;
			height: 60px;
			float:right;
		}
	.corps_contact3{
		position:absolute;
		top: 0px;
		right: 0px;
		width:306px;
		height: 240px;
		margin-left:20px;
	}
		.b_contact{
			margin-top: 20px;
			width: 306px;
			height: 240px;
			background:url(../images/b_contact.jpg) no-repeat;
		}

.cadreEnvoyer{
	width: 635px;
	height: 24px;
	margin-top: 20px;
	float:left;
}
	.submitCadre2 {
		border: none;
		width:240px;
		height: 24px;
		font-size:12px;
		background-color:#CCC;
		float:right;
	}

/* FOOTER */

.footer {
	position:absolute;
	bottom: 0px;
	height:33%;
}