/*
	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: 1023px;
	height: auto;
	padding: 0px 0px;
	margin: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

#global {
	margin: 0px 0px;
	padding: 0px 0px;
	/*height: 502px;*/
	width: 1007px;
	margin-right: auto;
	margin-left: auto;
	z-index:0;

}

#haut {
	background: #FFFFFF;
	color: #000000;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 1007px;
	margin-right: auto;
	margin-left: auto;
}


#logo {
	position: relative;
	width: 231px;
	height: 51px;
	top: 10px;
	left: 10px;
}

#menu {
	background: #ffffff;
	width: 580px;
	height: 353px;
	top: -355px;
	left: 2px;
	position: relative;
}

#droite {
	background: #ffffff;
	width: 425px;
	float: right;
	/*text-align: center;*/
}

#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: 10px;
	/*height: auto;*/
	width: auto;
}


#big {
	/* SERT POUR L'AFFICHAGE DES ARTICLES */

	background: #ffffff;
	width: 578px;
	/*height: auto;*/
	position: relative;
	top: -725px; 
	left:10px;
	padding: 0px;
	clear: both;
	border-top: 1px solid #019DFF;
	
	text-align: justify;
}



/* STYLE DES IMAGES */
/*  --------------------------------------- */

.imginarticle {
	padding: 0px 7px;
}

.linedore {
	color: #A38430;
	background-color: #A38430;
	height: 1px;	
	border: 0;
	width: 100%;
	
}

.maj { /* MISE EN MAJUSCULE */
	text-transform: uppercase;
}

.form { /* FORMULAIRES */
	height: 12px;
}

.vignettes { /* IMAGES VIGNETTE */
	border: 1px solid #019DFF;
	width: 50px;	
}

.grande { /* IMAGES photo */
	border: 1px solid #019DFF;
	/*width: 500px;	*/
}

/* STYLE DU TEXTE */
h1 { /* super titre */
	font-size: 14pt;
	color: #A38430;
	text-transform: uppercase;
}

h2 {	/* Titre des articles */
}

h3 {	/* Sous titre 1 */
	display: inline;
	color: #019DFF;
}

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: #019DFF;
	background-color: #019DFF;
	height: 1px;	
	border: 0;	
	width: 98%;
}





