/* FORMATAGE GLOBAL PORTFOLIO */
html,body{word-spacing:0.8px;letter-spacing:0.2px;line-height:17px;font-family:Arial, Helvetica, sans-serif;}
ul,li,p{}
h3{padding:0 30px 0 0;margin:0;}
ul,li{list-style:none;display:inline-block;}
a{text-decoration:underline;color:#000;}
a:hover{color:white;}
a img{border:none;background:none;}
/*______________________________________*/

body {
	font-size:14px;
	background: #900 url(img/fond.jpg) no-repeat;
	}
/* bannière et liens du haut, nav = menu */
div#header {
	margin:-20px 0 0 200px;
	color:#FFF;
	}
div#banner {
	margin:45px 0 0 0;
	}
div#nav {
	width:902px;
	background:#C00 url(img/menu.png) no-repeat;
	}

/* contenu de la page, le bloc de text en dessous / sorties = les panneaux des pages contact et galerie */

div#content {
	position:relative;
	width: 902px;
	background:url(img/white.png) repeat-y;
	margin:30px 10px 15px 200px;
	padding:10px 10px 20px 30px;
	}
	
#pub {
	margin: 0 0 0 270px;
	}

/*Pour les textes*/

div#txt p {
	width: 732px;
	margin-left:40px;
	text-align:justify;
	padding: 5px 0 0 15px;
	}





