/* CSS Document */

html, body {
margin:0;
padding:0;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
height:100%;
}

a:link {
color: #000000; 
text-decoration: none; 
background-color: transparent
}

a:visited {
color: #333333; 
text-decoration: none; 
background-color: transparent
}

a:hover {
color: #333333; 
text-decoration: underline; 
background-color: transparent
}

a:active {
color: #333333; 
text-decoration: underline; 
background-color: transparent
}

/* Styles pour le cadre général */


#conteneur { /* Conteneur pour le contenu sous le header */
	position:absolute;
	text-align:left;
	padding:0;
	margin:0;
	top: 128px;
	width:1000px;
	bottom:30px;
}
.header{ /* Classe header */
background-image:url(images/header.jpg);
background-position:left;
background-repeat:no-repeat;
font-size:x-small;
padding:0;
margin:0;
width:1000px;
height:108px;
}

.menuhaut { /* Menu horizontal */
background-color:#777B7E;
background-image:url(images/www.nova7.fr.jpg);
background-position:left;
background-repeat:no-repeat;
margin:0;
padding:0;
padding-left:215px;
border:0;
height:20px;
top:110px;
width:785px;
}
.menuhaut li{ /* Puces menu horizontal */
list-style-type:none;
display:inline;
padding:2px;
font-weight:bold;
font-size:14px;
}
.menuhaut a{ /* Classe style hyperlien menu horizontal */
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
padding:2px;
}
.menuhaut a:hover { /* Classe style hyperlien hover */
color:#ea7d1e;
padding:1px 2px 1px 2px;
}
.menuhaut .separateur { /* Classe séparateur menu horizontal */
color:#FFFFFF;
}

.fondmenugauche { /* Classe fond GRIS CLAIR menu gauche */
background-color:#DDE1E4;
padding:10px 0 0 0;
margin:20px 0 0 0;
padding-bottom:0;
}


.menugauche{ /* Bloc menu gauche GRIS FONCE */
background-color:#767A7D;
width:190px;
margin:0;
padding:0;
float:left;
text-align:center;
}

.content { /* Style contenu données */
padding:0px;
margin:0;
/*width:700px;*/
float:left;
}

#baspage { /* Image pied de page */
background-image:url(images/baspage.gif);
background-position:left;
background-repeat:no-repeat;
float:left;
margin:0;
padding:0;
width:1000px;
height:24px;
}

/* Styles pour le contenu + frame de droite */


#rubrique { /* Bloc rubrique */
padding:90px 0px 0px 20px;
background-position:top left;
background-repeat:no-repeat;
font-size:26px;
font-weight:900;
color:#FFFFFF;
width:614px;
height:70px;
}

.textrubrique {
top:0px;
margin:0px;
padding:0px;
}

.framedroite { /* Bloc pour références à droite */
left:834px;
width:144px;
margin:10px 0 10px 0;
padding:20px 10px 50px 10px;
background-image:url(images/logob.gif);
background-position:bottom center;
background-repeat:no-repeat;
background-color:#FFFFFF;
border:1px solid #EA7D1E;
position:absolute;
/*float:left;*/
}
.framedroite .nosclients {
font-size:12px;
font-weight:bold;
}

.framedroite .listeclients {
font-size:10px;
}

.bloc { /* Classe Boite "Vous avez un projet..." */
border:1px solid #EA7D1E;
width:624px;
margin:20px 10px 10px 10px;
padding:0;
}

.titrebloc { /* Classe titre boite "Vous avez un projet..." */
padding:10px 10px 10px 41px;
margin:0;
background-image:url(images/flechetitre.gif);
background-position:left;
background-repeat:no-repeat;
background-color:#767A7D;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}

.textbloc { /* Classe texte ds la boite "Vous avez un projet..." */
padding: 5px 10px 5px 10px;
font-size:12px;
text-align:justify;
}

.textbloc li { /* Style puce ds la boite "Vous avez un projet..." */
list-style-type:disc;
line-height:20px;
}