/*
	FEUILLE DE STYLE
	--------------------------------------
	MAQUETTE V3 du site vision future.fr
	--------------------------------------
	par Melgrani Olivier
	
*/
	
	
/* 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: 100%;
	color: #004C8D;
}


.imginarticle {
	padding: 0px 7px;
}

.linedore {
	color: #004C8D;
	background-color: #004C8D;
	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;	*/
}

.input-text {
	border-width: 0px 0px 1px 0px;
	border-color: #019DEF;
	background: #094369;
	width: 100px;
	height: 10px;
	font: 90% "verdana", sans serif;
	color: #ffffff;
	text-transform: uppercase;
}
.input-radio {
	border-width: 0px 0px 0px 0px;
	border-color: #019DEF;
	background: #094369;
}
.input-textarea {
	border-width: 1px 1px 1px 1px;
	border-color: #019DEF;
	background: #094369;
	width: 200px;
	height: 40px;
	font: 90% "verdana", sans serif;
	color: #ffffff;
	text-transform: uppercase;
}
.input-deroule {
	border-width: 0px 0px 1px 0px;
	border-color: #019DEF;
	background: #094369;
	width: 120px;
	height: 15px;
	font: 90% "verdana", sans serif;
	color: #ffffff;
	text-transform: uppercase;
}
.input-datej {
	border-width: 0px 0px 1px 0px;
	border-color: #019DEF;
	background: #094369;
	width: 15px;
	height: 10px;
	font: 90% "verdana", sans serif;
	color: #ffffff;
	text-transform: uppercase;
}
.input-datea {
	border-width: 0px 0px 1px 0px;
	border-color: #019DEF;
	background: #094369;
	width: 26px;
	height: 10px;
	font: 90% "verdana", sans serif;
	color: #ffffff;
	text-transform: uppercase;
}
.inputBtn {
	border-width: 1px 1px 1px 1px;
	border-color: #019DEF;
	background: #019DEF;
	font: 90% "verdana", sans serif;
	color: #ffffff;
	text-transform: uppercase;
}

label{
	color: #019DEF;
	font: 80% "verdana", sans serif;
}

/* STYLE DU TEXTE */
h1 { /* super titre */
	font-size: 14pt;
	/*color: #A38430;*/
	color: #004C8D;
	text-transform: uppercase;
}

h2 {	/* Titre des articles */
	/*color: #807820;*/
	color: #0089CF;
	text-transform: uppercase;
	display: inline;
	font-size: 10pt;
}

h3 {	/* Sous titre 1 */
	display: inline;
	/*color: #019DFF;*/
	color: #094369;
}

h4 {	/* sous titre 2 */
	display:inline;
	color: #000000;
	font-weight: bold;
	/*font-size: 10pt;*/
}

h5 { /* lien web dans page liens partenaires */
	display: inline;
}

h6 { /* titre dans la partie bleue */
	display: inline;
	/*color: #807820;*/
	color: #0089CF;
	font-size: 9pt;
}

hr {
	color: #004C8D;
	background-color: #004C8D;
	height: 1px;	
	border: 0;	
	width: 100%;
}

#mnu_tech {
	display: none;
}

.popup {
	background: #ffffff;
	width: 650px;
	/*height: auto;*/
	position: absolute;
	top: 20%; 
	left:20%;
	padding: 10px;
	clear: both;
	border: 1px solid #019DFF;
	z-index:1;
	
}

.grandgris{
	background: #bbbbbb;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	-khtml-opacity: 0.60;
	opacity: .60;   
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px; 
	left:0px;
	clear: both;
}


