/*	GLOBAL


==============================================
	IDENTIFIANTS
============================================== 
*/

#global {
	position: relative;
	width: 780px;
	margin: 0 auto; 
	padding: 0 0;
	background:#D6AC74 url(../images/fond-beige.jpg) repeat-x ;
}

#logo {
	position:absolute;
	left:0;
	margin:0;
	padding:0;
	width:240px;
	height:300px;
	background:#000 url(../images/logo.jpg) no-repeat;
}
#haut {
	margin:0 0 0 240px;
	padding:0;
	width:540px;
	height:300px;
	background:#333 url(../images/haut.jpg) no-repeat;	
}

#menu {
	position:absolute;
	left:0;
	margin:0;
	padding:14px 0 0 0;
	width:240px;
	text-align:center;
	color:#330000;
}

#menu ul li {
	list-style:none;
	margin-left:0;
	padding:0;
}
#menu ul {
	list-style:none;
	margin-left:0;
	padding:0;
}


#marge {
	margin: 0px 20px;
}
#contenu {
	margin:0 0 0 240px;
	padding:0;
	width:540px;
	background: url(../images/fond-contenu.jpg) no-repeat top right;
	height:330px;	
}


html>body #contenu {
	height: 100%;
	min-height:330px;
}


#derniersArticles {
	margin:0px 60px 40px 40px;
	padding:20px 0 0 0;
	text-align:justify;
}
#derniersArticles h2 {
	margin:0 0 0 0;
	padding:0;
	color:#660000;
	font-size:16px;
} 
#derniersArticles p {
	margin-left:30px;
}
#pied {
	clear:both;
	margin:0;
	padding:0;
	height:30px;
	background:#333 url(../images/bas.jpg) no-repeat;	
	color:#FFF;
	font-size:9px;
	text-align:right;
	padding-top:3px;
	padding-right:3px;
}
#pied a {
	color:#FFF;
}
#pied a:hover {
	text-decoration:none;
}
/* ==============================================
	BALISES HTML
============================================== */

body {
	margin: 0 0 ;
	background-color:#333;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

p {
	
}

a.titre:link, a.titre:visited { 
	font-weight:bold;
	color:#660000; 
}

a.titre:hover, a.titre:active { color:#006600; }

/* ==============================================
	CLASSES PERSO
============================================== */

.inv { display:none; };
