@charset "utf-8";
/* CSS Document */

/* INDEX */

body {
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

div#global {
	width:1000px;
	height:100%;
	margin-left: auto; 
	margin-right: auto;
}

div#head {
	width:100%;
	height:150px;
}

.contenu{
	width:780px;
}

div#footer{
	width:100%;
	position:fixed;
	bottom:0;
	text-align:center;
	background: #000 url(../images/bandeau_bas.jpg) center no-repeat;
}


/* PAGES */

div#contenu_haut{
	width:100%;
	height:70px;
	background-image:url(../images/contenu_haut.png);
	text-align:right;
	vertical-align:bottom;
}

div#contenu_milieu{
	width:100%;
	background-image:url(../images/contenu_milieu.png);
	background-repeat:repeat;
}

div#contenu_bas{
	width:100%;
	height:80px;
	background-image:url(../images/contenu_bas.png);
	background-position:top;
	background-repeat:no-repeat;
}

div#cadre_droite{
	width:45%; 
	border-left:solid #FFF;
	float:right;
	margin:0;
}

#index{
	width:1000px;
	height:300px;
	margin-top:150px;	
}
