/* ************************************
// *** Code appartenant à evoweb.fr ***
// ************************************
*/

/* par défaut */
body {
	text-align: left;
	background-color:#ffffff;
	color:#000000;
	margin:0px;
	font-family:arial;
	font-size:12px;
}

div {
	border:none;
}

h1 {
	text-align:center;
	font-size:33px;
	font-weight:bold;
	color:#676767;
	margin:0px;
}

h2 {
	color:#676767;
	font-size:15px;
}

h3 {
	color:#676767;
	text-align:left;
	font-weight:bold;
	font-size:13px;
	padding:3px 5px;
	margin:0px;
}

hr {
	width:80%;
	height:2px;
	color:#bebebe;
	text-align:center;
}

img {
	border:none;
}

a, a:visited {
	color:#676767;
	font-size:10pt;
	text-decoration:none;
}

a:hover {
	color:#B34741;
}

p {
	margin:0px;
}

ul {
	padding-left:0px;
	margin-left:15px;
}

/* Général */
.cleaner {
	clear:both;
	text-align:center;
}

.cleaner_right{
	clear:right;
}

.cleaner_left{
	clear:left;
}

.IEFloatHack {
	height: 0.01%; /* Hack pour IE évitant de faire disparaître le texte floaté */
}

.erreur {
	width:80%;
	border:1px #B34741 dotted;
	padding:5px;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.erreur p {
	color:#ff0000;
	font-weight:bold;
	text-align:center;
}

.information {
	width:80%;
	border:1px #888888 solid;
	padding:10px;
	margin-top:10px;
	font-size:14px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.information a {
	text-decoration: none;
	color:#676767;
	font-weight:bold
}
.information span {
	font-size:11px;
}

.indice {
	font-size:10px;
	color:#bebebe;
}

.titre {
	color:#B34741;
	font-size:18px;
	font-weight:bold;

}

.block {
	display:block;
}

.inlinebloc {
	vertical-align:middle;
	text-align:left; /* on r�tablit l'alignement du texte */
}

.invisible {
	visibility:hidden;
}

#popup {
	position: absolute;
	display: none;
	z-index: 20;
	border: 1px solid #000000;
}

.image_float_right {
	float:right;
}

.image_float_left {
	float:left;
}

.image_center {
	display:block;
	margin:5px auto;
	text-align:center;
}

.image_vertical_middle {
	vertical-align:middle;
}

.display_none {
	display:none;
}

.legende{
	color:#555555;
	font-size:10px;
}

/* Show Image DHTML */
#ImageShow {
	position:absolute;
	display:none;
	z-index:10;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
	border:2px #444444 solid;
	padding:5px;
	font-size:12px;
	color:#999999;
	cursor:pointer;
	text-align:center;
}

#FondImageShow {
	position:absolute;
	display:none;
	z-index:9;
	width:100px;
	height:100px;
	background-color:#000011;
}

#VideoShowFloat{
	font-size:10px;
	position:absolute;
	display:none;
	z-index:10;
	width:auto;
	height:auto;
	top:50px;
	left:350px;
	padding:0px 10px 10px 10px;
	background-image:url(images/fond03.png);
	text-align:center;
	color:#ffffff;
}

#VideoShow{
	font-size:10px;
	position:absolute;
	z-index:10;
	width:auto;
	height:auto;
	top:50px;
	left:350px;
	padding:10px;
	background-image:url(images/fond03.png);
	text-align:center;
}

#ContenuShow {
	position:absolute;
	display:none;
	z-index:10;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
	border:2px #444444 solid;
	padding:5px;
	cursor:pointer;
	text-align:left;
}

#ImageShowBoutonAvant{
	width:15px;
	height:30px;
	background-image:url(images/flechegaucheImage.jpg);
}

#ImageShowBoutonApres{
	width:15px;
	height:30px;
	background-image:url(images/flechedroiteImage.jpg);
}

/* Formulaire */
.label_error {
	font-style:italic;
	font-size:9pt;
	color:#EF7781;
}

form {
	margin:0;
}

fieldset {
	border:none;
	margin-right:5px;
	margin-bottom:20px;
	padding:10px;
}

legend {
	color:#862628;
	font-size:12px;
}

input,textarea,select {
	border:1px solid #000000;
	background-color:#ffffff;
	color:#676767;
	font-family:Helvetica;
	margin-bottom:2px;
	font-size:13px;
}

input:focus , input:hover ,textarea:focus, textarea:hover, select:focus, select:hover{
	color:#B34741;
}

input.texte {
	border:1px solid #676767;
}

label {
	display:inline;
	color:#a8a8a8;
	float:left;
	width:140px;
	margin-right:3px;
	text-align:right;
}

/* Bas page */
.info_site {
	width:800px;
	float:none;
	text-align:right;
	color:#776666;
	font-size:11px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.info_site a, .info_site a:visited {
	text-decoration:underline;
	color:#777777;
	font-weight:bold;
	font-size:12px;
}

/* Div principal */
.principal {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

/* Header */
.header {
	margin-top:10px;
	width:1000px;
	height:81px;
}

.header hr {
	margin-top:10px;
	margin-left:2px;
	height:1px;
	width:770px;
	color:#c0c0c0;
	float:left;
}

.header_langue {
	float:right;
	width:300px;
}

.header_logo {
	float:left;
	text-align:center;
	font-weight:bold;
	color:#676767;
	width:225px;
	height:81px;
}

.header_image_logo{
	display:block;
}

.header_slogan{
	margin-left:8px;
	margin-right:8px;
	color:#f6821f;
	text-align:right;
	display:block;
}

.header_menu_haut {
	float:left;
	width:772px;
	height:16px;
	border:1px solid #f6821f;
	background-color:#f6821f;
	margin-top:15px;
	margin-left:1px;
}

.header_langue {
	float:right;
	padding-top:4px;
	text-align:right;
}

.header_langue img {
	margin-left:4px;
}

/* Footer */

.footer{
	width:1000px;
	height:56px;
	text-align:left;
}

.footer img {
	vertical-align:middle;
}

.footer a,.footer a:visited {
	color:#606060;
	text-decoration:none;
}

.footer a:hover, .header_menu a:hover {
	color:#B34741;
}

.footer_bas {
	width:1000px;
	text-align:left;
}

/* affichage centre */
.affichage {
	width:1000px;
	text-align:left;
	overflow:hidden;
}

/* Bloc */

.bloc_vide {
	height: 40px;
}

.bloc {

}

.bloc_titre {
	letter-spacing:0.15em;
	width:auto;
	text-align:center;
	height:20px;
	font-weight:bold;
	font-size:10pt;
	border:1px solid #00ff00;
}

.bloc_centre {
	width:auto;
	border:1px #00ff00 solid;
}

.bloc_centre a {
	font-size:12px;
	font-weight:normal;
}

.bloc_centre li{
	line-height:15px;
	list-style:none;
}

/* Affichage droit */
.affichage_droit {
	width:698px;
	height:auto;
	float:right;
	border:1px solid #0000ff;
}

/* Contenu */
.contenu_bloc {
	padding:4px;
	height:auto;
	background-color:#330033;
	width:auto;
}

.contenu_titre {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	height:100%;
	width:100%;
}

.contenu {
	margin-top:5px;
	background-color:#ffffff;
	height:100%;
	width:100%;
}

.contenu_minimum {
	width:0.01%;
	height:456px;
	background-color:#FFFFFF;
	float:left;
}

/* Titrage */
.titrage {
	vertical-align:middle;
	padding: 0px;
}

.titrage_bloc {
	text-align:right;
}

.titrage_texte, .titrage_texte a, .titrage_texte a:visited {
	vertical-align:middle;
	font-size:16px;
	color:#676767;
}

/* Fomulaire de contact */

#form_aideCaptcha {
	cursor:pointer;
	vertical-align:middle;
	margin-left:30px;
}

/* ******************** */

#ImageAttente {
	position:relative;
	top:50%;
}

.aligne-droite{
	text-align:right;
}

.aligne-gauche{
	text-align:left;
}

.centre{
	text-align:center;
}

/* ****Réseaux sociaux *** */

.lien_reseaux_sociaux {
	margin:11px 3px 0px 3px;
	display:block;
	float:left;
}

.evoweb {
	margin:7px 3px 0px 3px;
	display:block;
	float:right;
}
