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

html, body{
	padding:0;
	margin:0;
	width:100%;
	overflow-x:auto;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#9e9e9e;
	background:url(images/menu/0_line.gif) repeat-y;
}

.banner_t{
	width:222px;
	height:222px;
	background:url(images/coinsuperieur.jpg);
}

.content{
	position:absolute;
	width:860px;
	margin-left:85px;
	margin-top: -30px;
}


.left_side{
	float:left;
	width:190px;
	padding-right:40px;
}

.right_side{
	float:left;
	width:355px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.right_side img{
	border:solid #9e9e9e 1px;
}


ul {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}

li {
	position:relative;
	text-align:right;
	margin-bottom:10px;
}

p{
	margin:0px 0px 10px 0px;
	padding:0;
}

img{
	border:none;
}

.logo{
	position:absolute;
	margin-left:95px;
	margin-top:280px;
}

.lnk{
	width:190px;
	position:absolute;
	margin-top:380px;
	font-size:12px;
	text-align:right;
}

.gras{
font-weight:bold;
}

a{
	text-decoration:none;
	color:#555;
}

a:hover{
	color:#00c3ca;
}

.italic{
	font-size:13px;
	font-style:italic;
}


.accolade {
	font-weight:0;
	font-size:18px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #00c3ca
}



.titre{
	font-weight:0;
	font-size:18px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#000;
}

