/* --------------------------------------------------------------

   layout.css
   Disposition des blocs principaux
   cf.: http://romy.tetue.net/structure-html-de-base

-------------------------------------------------------------- */

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #000;
}
#site {
	background-image: url(../../IMG/FondSiteOlivier.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#page {
	width:965px;
	min-height: 1267px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../../IMG/FondMainOlivier.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#entete {
	margin: 0px;
	padding: 0px;
	height: 367px;
	width: 965px;
}
#pied {
	width:965px;
	height: 45px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-image: url(../../IMG/PiedPage_Olivier.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#home {margin-left:16px;}
#entete_actu {margin-left:26px;margin-bottom:0px;padding-bottom:0px;
	background-image: url(../../IMG/texturefondpages.jpg);
	background-repeat: repeat-y;
	background-position: 3px top;
	}
#pied_actu {
	height: 109px;
	background-image: url(../../IMG/PiedMainOlivier.jpg);
	background-repeat: repeat-y;
	background-position: 34px top;
	margin-top:0px;
	padding-top:0px;}
#entete_actu img {
	margin: 0px;
	padding: 0px;
}
#contenurub {float:right;width:545px;margin-right:95px;margin-bottom:0px;padding-bottom:0px;}
#contenurubvideo {float:right;width:545px;margin-right:115px;margin-bottom:0px;padding-bottom:0px;}
#contenurubvideo iframe {margin-bottom:30px;}
#contenurub_bio {float:right;width:540px;margin-right:95px;margin-bottom:0px;padding-bottom:0px;}
#navpied {margin-left:75px;margin-bottom:0px;padding-bottom:0px;}
#logorub {margin-left:55px;margin-top:10px;float:left; margin-right:20px;}
#logorubvideo {margin-left:55px;margin-top:10px;float:left; margin-right:45px;}

#imageportofolio img{border: 3px solid #FFF;}

p {font-family:Verdana, Geneva, sans-serif;}

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* end */