body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #252525;
	margin: 0px;
	background: #CCCCCC;
	text-align: center;
	scrollbar-face-color: #EAEAEA;
	scrollbar-arrow-color: #0C6A89;
	scrollbar-track-color: #F1F1F1;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-highlight-color: #EEEEEE;
	letter-spacing: 0.1em;
}

#page {
	position: relative;
	width: 750px;
	height: 776px;
	margin: 0px auto;
	font-size: 12px;
	text-align: left;
	background: url(img/accueil.jpg) no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-bottom-style: solid;
	border-left-style: outset;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#bandeau {
	position: relative;
	width: 750px;
	height: 250px;
	top: 20px;
	left: 0px;
	text-align: left;
	z-index: 3;
}
#bandeau img {
	margin-top: 181px;
	margin-left: 23px;
}

#conteneur {
	position: relative;
	width: 620px;
	margin-top: -38px;
	margin-right: 30px;
	margin-left: 100px;
	z-index: 1;
	padding-top: 105px;
}

#logPresse {
	position:absolute;
	width:620px;
	height:47px;
	left: 0px;
	top: 20px;
	text-align: right;
}
#news {
	position:absolute;
	width:90px;
	height:160px;
	z-index:1;
	left: 320px;
	top: 227px;
}
	
blockquote {
	margin: 5px 0px 10px 20px;}

/*Listes à puces et numérotées*/

ul {
	margin: 5px 0px 5px 35px;
	padding: 0px;}
		
ol {
	list-style-type:decimal;
	margin: 5px 0px 5px 40px;
	padding: 0px;}

li {
	vertical-align: middle;}
		
/*Ligne horizontal*/
hr {
	width: 100%;
	height: 1px;
	color: #e3e3e3;
	background-color: #e3e3e3;
	border: 0px;}

/*Titres*/
h1	{
	color: #333;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;	
}

/*Mise en forme du texte*/
.txt_gras	{font-weight: bold;
}
.copy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
	
/*Liens standards*/
#conteneur a {
	color:#333333;
	font-weight: bold;
	text-decoration:none;
}
#conteneur a:visited {
	color:#333333;
	font-weight: bold;
	text-decoration:none;
}
#conteneur a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
a:link {
	color: #000;
	text-decoration: underline;}

a:visited {
	color: #000;
	text-decoration: underline;}

a:hover {
	color: #000;
	text-decoration: none;}
	
#imgGd {
	position:absolute;
	left: 50px;
	top:0px;
	text-align:center;
}
