/*@font-face {
	font-family:"Cinzel-Bold";
	src:
		url("font/Cinzel-Bold.eot?") format("eot"),
		url("font/Cinzel-Bold.woff") format("woff"),
		url("font/Cinzel-Bold.ttf") format("truetype"),
		url("font/Cinzel-Bold.svg#Cinzel-Bold") format("svg");
		font-weight:normal;
		font-style:normal;
}*/

body{
	margin: 0;
	padding: 0;
	background: #0879bf;
	/*font-family: Cinzel-Bold;*/
}

#globale{
	background: #0879bf;
	min-height: 1052px;
}

#globale h2{
	margin: 0;
	color: #fff;
	font-size: 45px;
}

#logo{
	padding-top: 185px;
	width: 370px;
	margin: auto;
}

#ligne_blanche{
	background: url('images/bande_blanche.jpg') repeat-x;
	background-position: 0 227px;
	z-index: 100;
	height: 300px;
	width: 100%;
}

#contenu{
	width: 1071px;
	margin: auto;
	text-align: center;
	min-height: 250px;
	background: #0879bf;
	margin-top: -220px;
}

#contenu_textuel{
	width: 710px;
	margin: auto;
	padding-top: 60px;
	font-size: 24px;
}

#contenu_textuel a{
	font-size: 16px;
	color: #000;
}

#langue a{
	color: #fff;
	text-decoration : none;
}

#ligne_gauche{
	background: url('images/bande_blanche.jpg') repeat-x;
	background-position: 0 146px;
	min-height: 250px;
	min-width: 100px;
}

#ligne_droite{
	background: url('images/bande_blanche.jpg') repeat-x;
	background-position: 0 146px;
	min-height: 250px;
	min-width: 100px;
}

.float_left{
	float: left;
}

.clear{
	clear: both;
}


