html {
	background: #465271;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

#Main {
	width: 794px;
	margin: 0 auto;
	border: 3px solid #FFFFFF;
	background: #FFFFFF url(img/christian.jpg) scroll no-repeat left bottom;
}

#Header {
	background: url(img/banner.jpg) scroll no-repeat left top;
	height: 135px;
}

#Header h1 {
	margin:0;
	text-indent: -9000px;
}

#Header p {
	color: #126c83;
	font-weight: bold;
	position: absolute;
	margin-top: -20px;
	padding-left: 18px;
}

#Header p span {
	font-size: 120%;
	font-style: italic;
}

#Menu {
	height: 25px;
	line-height: 25px;
	background: #bcbac7;
}

#Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#Menu ul li {
	float: left;
	list-style: none;
	height: 25px;
	line-height: 25px;
}

#Menu ul li a {
	padding: 2px 9px;
	color: #136c84;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#Menu ul li.active a {
	color: #d41b5e;
}

#Menu ul li.last a {
	font-size:100%
}

#Menu .Lien_Langue {
	float: right;
	color:#ca1a5b;
	font-size: 13px;
	text-decoration: none;
}


#Photos {
	width: 250px;
	float: left;
	padding: 25px 0 0 11px;
}

#Content {
	width: 455px;
	float: right;
	padding-right: 32px;
}

#Content p {
	text-align: justify;
}

#Content h2 {
	font-size: 20px;
	color: #ca1a5b;
}

#Content h3 {
	font-size: 16px;
	color: #01509d;
}

#Content ul {
	list-style: none;
	padding: 0;
	margin-left:2px;
}
#Content li {
	list-style: none;
	padding-left: 15px;
	background: url(img/puce.gif) scroll no-repeat left 5px;
}

#Content .hr hr {
	display:none;
}

#Content .hr {
	padding: 1px 0 0 0;
	background: #949494;
}

#Content a {
	color: #ca1a5b;
}


/*
	BLOC BAS DE PAGE
*/
	#Bas_Gauche {
		float: left;
	}
	#Bas_Droite {
		float: right;
	}

	.bloc_2, .bloc_3 {
		height: 100px;
		margin-top: 50px;
		padding-right: 32px;
	}

	.bloc_2 #Bas_Gauche { /* inutile en configuration 2 blocs */
		width: 20px;
	}

	.bloc_2 #Bas_Droite {
		width: 455px;
	}



	.bloc_3 #Bas_Gauche {
		width: 225px;
		margin-left: 140px;
		padding-top:20px;
	}

	.bloc_3 #Bas_Droite {
		width: 390px;
	}

	.bloc_3 .Bloc_Formation {
		background: url(img/fond-rond-petit.png) scroll no-repeat left top;
		padding: 15px 7px;
		width: 174px;
		height: 61px;
		color: #bcbac7;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		float: left;
	}

	.bloc_2 .Bloc_Formation {
		background: url(img/fond-rond-grand.png) scroll no-repeat left top;
		padding: 15px;
		width: 186px;
		height: 61px;
		color: #bcbac7;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		float: left;
	}

	.bloc_3 .Bloc_Formation a ,
	.bloc_2 .Bloc_Formation a {
		color: #bcbac7;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}

	.bloc_3 .Bloc_Newsletter {
		background: url(img/fond-rond-petit.png) scroll no-repeat left top;
		float: right;
		width: 162px;
		padding: 13px;
	}

	.bloc_2 .Bloc_Newsletter {
		background: url(img/fond-rond-grand.png) scroll no-repeat left top;
		float: right;
		width: 186px;
		padding: 15px;
	}

	.bloc_3 .Bloc_Newsletter p ,
	.bloc_2 .Bloc_Newsletter p {
		color: #bcbac7;
		font-size: 14px;
		font-weight: bold;
	}

	.bloc_3 .Bloc_Newsletter input {
		width: 105px;
		border: 1px solid #d4d0c8;
		height: 18px;
		line-height: 18px;
	}

	.bloc_2 .Bloc_Newsletter input {
		width: 128px;
		border: 1px solid #d4d0c8;
		height: 18px;
		line-height: 18px;
	}

	.bloc_2 .Bloc_Newsletter input.error ,
	.bloc_3 .Bloc_Newsletter input.error {
		border: 1px solid #fd2179;
	}

	.bloc_3 .Bloc_Newsletter button ,
	.bloc_2 .Bloc_Newsletter button {
		border: none;
		background: none;
		padding: 0;
	}

	.bloc_3 .Bloc_Newsletter button img ,
	.bloc_2 .Bloc_Newsletter button img {
		vertical-align: middle;
	}







#ContactForm table {
	width: 100%;
	border: 0;
}

#ContactForm table td {
	border: 0;
}
#ContactForm table .label {
	vertical-align: top;
	text-align: right;
}

#ContactForm input ,
#ContactForm textarea {
	border: 1px solid #999999;
	width: 100%;
}

.required {
	color: #fd2179;
}

#ContactForm .error {
	border: 1px solid #fd2179;
}

#ContactForm p.button {
	text-align: right;
}

#ContactForm p.button button {
	background-color: #f6f6f6;
	border: 1px solid #999999;
	padding: 3px 10px;
}

#ContactForm p.note {
	text-align: right;
	font-style: italic;
}

#ContactForm  .errors {
	padding: 15px;
	margin: 10px 0;
	background-color: #f6f6f6;
	border: 1px solid #fd2179;
	font-weight: bold;
}




.clearer {
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	overflow:hidden;
}