html
{
	background-color: #C0C0C0;
}  

body 
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	font-size: 11px;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
}

#contenu 
{
	background-image : url(../img/pix.gif) ;
	background-repeat : repeat-y ;
}


* {
	margin: 0;
	padding: 0;
	text-decoration : none ;
	list-style : none ;
	border : none ;
}

.accueil 
{
	display : block ;
	position : absolute ;
	right : 100px ;
	color : #666 ;
	top : 185px ;
}

.accueil2 
{
	display : block ;
	position : absolute ;
	right : 20px ;
	color : #666 ;
	top : 185px ;
}


#main 
{
	margin-left : 205px ;
	min-height : 230px ;
}

h1 {
	font-size : 16px ;
	font-weight : bold ;
	padding: 0px 0 5px 0px;
	background-image: url(../img/pointille_vignette.gif);
	background-repeat: repeat-x ;
	background-position : right bottom !important;
	margin-bottom : 15px ;
}

#menu 
{
	width : 200px ;
	position : absolute ;
}

#menu li 
{
	margin-left : 15px ;
}

#menu .lien
{
	padding: 3px 10px 3px 20px;
	background-image : url(../img/picto_menu.gif) ;
	background-position : left 2px ;
	background-repeat : no-repeat ;
	font-weight : bold ;
}

#menu a
{
	color : #FFF !important;
}

.article
{
	zoom : 1 ;		
	margin : 0 40px 15px 30px ;
	background-color : #FFF ;
	padding : 20px ;
}

.diapo img 
{
	padding-right : 20px ;
}

.lien_detail
{
	display : block ;
	text-align : right ;
	padding-top : 20px ;
	background-image: url(../img/pointille_vignette.gif);
	background-repeat: repeat-x ;
	background-position : right top !important;
}

.detail p 
{
	background-image: url(../img/pointille_vignette.gif);
	background-repeat: repeat-x ;
	background-position : right bottom !important;
	padding-bottom : 20px ;
	margin-bottom : 20px ;
}

#pied 
{
	background-image : url(../img/fond_pied.gif) ;
	background-position : top ;
	background-repeat : no-repeat ;
	position : relative ;
	height : 71px ;
	display : block ;
	color : #000 ;
	margin-top : -15px !important;
	padding-top : 40px !important;
}

#pied p 
{
	margin-left : 660px ;
	text-align : center ;
}

#pied a 
{
	color : #000 ;
}

.bol 
{
	font-weight : bold ;
}