/* --- POSITIONNEMENT --- */

/* Page */
body {
	width: 100%;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* page global */
#global {
	width: 100%;
	height: 100%;
	/*background-color: red;*/
}

#bloc_gauche {
	width:200px;
	height:571px;
	background-color:#FD9D05;
	float: left;
	position: absolute;
}

#bloc_droit {
	background-image:url(design/orial/images/orial_index.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	height: 700px;
	margin-left:200px;
	position:absolute;
}

#bloc_droit_en {
	background-image:url(design/orial/images/orial_index.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	height: 700px;
	margin-left:200px;
	position:absolute;
}

#bloc_droit_es {
	background-image:url(design/orial/images/orial_index.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	height: 700px;
	margin-left:200px;
	position:absolute;
}

#bloc_drapeaux {
	margin-top: 471px;
}

#drapeaux{
	float:left;
	margin-left:15px;
}

#drapeaux p {
	font-size:10px;
	margin-left:2px;
}

a {
	text-decoration:none;
	border:none;
	color:#000;
}

a:hover {
	color:#000;
}

img {
	border:none;
}

span {
	color:#6C6C6C;
}

#lien {
	margin-top:80px;
	margin-left:250px;
}

#encadre {
	position:relative;
	font-size:12px;
	text-align:center;
	width:835px;
	font-weight:bold;
	color:#515151;
	margin-top:38%;
}