/*
	FEUILLE DE STYLE
	--------------------------------------
	MAQUETTE V2 du site vision future.fr
	--------------------------------------
	par Melgrani Olivier
	le 22/01/09
	
	*/
	
/* STYLES GENERAUX */

body {
	margin: 0;
	padding: 0;
	background: #cccccc url(_img/fondhachures.jpg);
	font: 70% "Verdana", sans-serif;
	direction:ltr;
}

a {
	color: #1C5894;
	text-decoration: none;
}
a:hover {
	/*color: #F17022;
	text-decoration: underline;*/
	color: #BA986A;
}
a:visited {
	color: #1C5894;
}

img {
	border: 0px none;
}

hr {
	width: 80%;
	color: #FFFFFF;
}


/*	STYLES DES DIV */

#ombre {
	background: url(_img/ombre.jpg) repeat-y;
	width: 1003px;
	height: auto;
	padding: 0px 0px;
	margin: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

#global {
	margin: 0px 0px;
	padding: 0px 0px;
	/*height: 600px;*/
	width: 986px;
	margin-right: auto;
	margin-left: auto;
}


#haut {
	background: #FFFFFF;
	color: #000000;
	top: 0px;
	left: 0px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}

#bandeau {
	background: #000000 url(_img/regard.jpg) no-repeat;
	height: 169px;
	width: 986px;
	margin: 0px;
	padding: 0px;
	/*margin-right: auto;
	margin-left: auto;*/
}

#logo {
	position: relative;
	width: 231px;
	height: 51px;
	top: 10px;
	left: 10px;
}

#informez {
	background: #ffffff;
	height: 405px;
	width: 459px;
	float: left;
	bottom: 0px;
	left: 0px;

	/*border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;*/
}

#visitez {
	background: #ffffff url(_img/ombredroite.jpg) left repeat-y;
	height: 405px;
	width: 287px;
	float: left;
	bottom: 0px;
	
	/*border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;*/
}

#contactez {
	background: #ffffff  url(_img/ombredroite.jpg) left repeat-y;
	height: 405px;
	width: 240px;
	float: right;
	bottom: 0px;
	
	/*border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;*/
}

#bas {
	background: #ffffff;
	color: #000000;
	height: 100%;
	width: 970px;
	margin: 0px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border-top: #821415 dashed 1px;
	clear: both;
}

#zonemarge {
	padding: 3px;
	/*height: auto;*/
	width: auto;
}


#big {
	/* SERT POUR L'AFFICHAGE DES ARTICLES */

	background: #FFFFFF url(_img/ombrehaute.jpg) top repeat-x;
	/*width: 683px;*/
	width: 476px;
	height: auto;
	position: relative;
	top: -370px; 
	right: -270px;
	padding: 0px;
	clear: both;
	
	text-align: justify;
}

#bigtrans {
	/* SERT POUR L'AFFICHAGE DES ARTICLES */

	width: 10px;
	height: auto;
	position: relative;
	top: -370px; 
	right: -270px;
	padding: 0px;
	clear: both;
	
	text-align: justify;
}

/* STYLE DES IMAGES */
.imginarticle {
	padding: 0px 7px;
}

.linedore {
	color: #B89865;
	background-color: #B89865;
	height: 1px;	
	border: 0;
	width: 100%;
	
}
.maj { /* MISE EN MAJUSCULE */
	text-transform: uppercase;
}

/* STYLE DU TEXTE */
h1 { /* super titre */
	font-size: 14pt;
	color: #B89865;
}

h2 {	/* Titre des articles */
}

h3 {	/* Sous titre 1 */
	display: inline;
	color: #821415;
}

h4 {	/* sous titre 2 */
	display:inline;
	color: #000000;
	font-weight: bold;
	/*font-size: 10pt;*/
}

h5 { /* lien web dans page liens partenaires */

	display: inline;

}

hr {
	color: #821415;
	background-color: #821415;
	height: 1px;	
	border: 0;	
	width: 98%;
}




