

/* Normalise les marges et le remplissage*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalise les taille de polices pour les en-têtes */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/*Supprime list-style pour les listes*/
ol,ul { list-style : none; }

/* Normalise les styles et graisse de fontes->> font-syle et font-weight sont normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Supprime lrs bordure des tableaux */
table { border-collapse : collapse; border-spacing : 0; }

/* Supprime les bordures dans les éléments fieldset et img */
fieldset,img, img a { border : 0; margin: 0; padding: 0; }

/* Aligne le texte à gauche dans caption et th */
caption,th { text-align : left; }



html 	{ 
text-align : center;
 }

body {
	position : relative;
	width : 980px;
	text-align : left;
	font-size: 12px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #898987;
	line-height: 16px;
}

img, img a {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
	color:#eb5b00;
}



/* //// STYLES des TYPO //// */

.normal {
	font-weight: normal;
}

.gras {
	font-weight: bold;
}

.gras_capital {
	font-weight: bold;
	text-transform: uppercase;
}

.gras_italique {
	font-style: italic;
	font-weight: bold;
}

.capital {
	text-transform: uppercase;
}

.italique {
	font-style: italic;
}

.corpsNul {
	font-size: 1px;
}

.enLigne {
	display: inline;
}

.finfloat {
	clear: both;
}


/*Stucture">*/



#enveloppe  {
	color:#000;
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-image: url(images/fd-page.jpg);
	background-repeat: repeat;
}

#enveloppe H1{
	font-weight: bold;	
}
/***** TOP bandeau*****/
	#top {
	width: 980px;
	height:154px;
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#tophome {
	width: 980px;
	height:188px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#peintre {
	width: 980px;
	height:34px;
	background-image: url(images/titrage-peinture.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#visuhome{
	
	height: 676px;
	width: 980px;
}

#filetblanc{
	background-color: #FFFFFF;
	height: 7px;
	width: 980px;
}
/***** Contenu*****/

#contenu{
	width: 980px;
	float: left;
}


#contenu .colgauche {
	float:left;
	text-align:left;
	width: 450px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#contenu .coldroit {
	float:left;
	text-align:left;
	width: 300px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 150px;

}

#navigation {
	width: 960px;
	float: left;
	text-align: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
