/*============Style créé par Gabriella ST-Onge pour vision informatique=========*/
/*===============Mise en page 2 colonnes avec entete et pied de page============*/
/*=============================== DIVISIONS ============================*/ 
body {
margin: 0;
padding: 0;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 0.75em;
background-color: #0252cb; /*0a57a4   0252cb   185ad6  0252cb*/
}
.conteneur { /*le conteneur global du site, qui sera centré */
position: relative;
width: 750px;
margin: 0 auto; 
}
.header {
height: 70px;
background-color: #0252cb;
background-image:url(images/headBlanc.gif);
}
.menu {
position: absolute;
left:0;
width: 150px;
height: 430px;
background-color:#ffffff;
font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 0.9em;
}
.contenu {
margin-left: 150px;
width: auto;
height: 430px;
text-align: justify;
padding: 0 10px 0 0;
/*background: url('viviBon.gif');*/
/*background-color:#e5e5e5; */
background-attachment:fixed ;
/*background-repeat: no-repeat;*/
background-position: right;
overflow: auto;
border-color: #fc4128;
}
.footer {
height: 15px;
background-color: #0252cb;
color: #000000;
}
/*=============COMPORTEMENT NAVIGATION =================*/
a {
color: #0a57a4;
text-decoration: none;
}
a:hover {
color: #fc4128;
text-decoration: none;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:2px;
text-align: left;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 5px;
color: #0a57a4;
text-decoration: none;
}
.menugauche a:hover {
text-decoration: none;
color: #fc4128;
}
/* ============= Balises HTML ============ */
p {
margin: 0 0 5px 0;
}
h1 {
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11pt;
	color:#fc4128;
	font-weight:600;
	/*text-align: center;*/
	}
h2 {
	font-size: 10pt;
	font-weight:600;
	/*text-decoration: Italic;  ????faire recherche cause avertissement*/
	}
vision {
	color:#0a57a4;
}
