/********************************************
*               CSS Document                *
*          Created by Darkplayer            *
*          Correctifs CSS pour IE           *
*            => style_sheet_ie.css          *
********************************************/

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

/* Proprietes de la page */
body
{
	margin: 0;
	padding: 0;
	background-color:#5677a0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

#site {
	margin: 0 auto 0 auto;
	background: url('design/fond.png');
	background-repeat:repeat-y;
	width: 960px;
	text-align: left;
}

#header {
	background: url('design/header.png');
	background-repeat:no-repeat;
	width: 960px;
	height: 209px;
}

#menu {
	float:left;
	width:170px;
	margin-left:34px;
	color:#999;
	margin-top:4px;
}

#corpus {
	margin-left:220px;
	margin-right:195px;
	line-height: 140%;
}

#footer {
	width: 960px;
	height: 247px;
	clear:both;
}

#quicklinks {
	float:right;
	width:150px;
	margin-right:30px;
}

#quicklinks fieldset {
	text-align:left;
}

img {
	border:0;
	margin:0;
}

a
{
   text-decoration: none;
   color:#5677a0;
}

a:hover
{
   text-decoration: underline;
}

legend {
	color: #02336B;
	font-weight:bold;
	margin-left:20px;
	font-size: 14px;
	margin-bottom:10px;
	font-family: arial, verdana, sans-serif;
}

fieldset {
	margin:0;
	padding:0;
	text-align:center;
	margin-bottom:15px;
	-moz-border-radius:10px;
	padding-left:5px;
	padding-right:5px;
}

.input-button {
	display:inline-block;
	border:1px solid #999;
	background-color:#CCC;
	padding-left:5px;
	padding-right:5px;
	height:22px;
	position:relative;
	top:2px;
}

.input-text {
	color:#666;
	display:inline-block;
	width:150px;
	height:18px;
	background-color:#f2f2f2;
	border:1px solid #999;
	padding-left:5px;
}

#connexion {
	height:180px;
	padding-left:140px;
}

#liens {
	text-align:right;
	margin-right:35px;
	float:right;
	margin-top:180px;
}

#liens a {
	font-size:18px;
	height:30px;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
	text-decoration:none;
	vertical-align:bottom;
}

#liens a:hover {
}

.background {
	background-repeat:no-repeat;
	background-position:right;
}

.footer_element, .footer_element a, #copyright {
	color:#666;
}

.footer_element {
	width:200px;
}

.footer_element .titre {
	font-weight:bold;
}

.footer_element a:hover {
	text-decoration:underline;
}

#copyright {
	text-align:right;
}

/* Listes */
ul {
	margin:0;
	padding:0;
}

.li1 {
	list-style-image:url(images/li1.png);
	margin:0;
	padding:0;
	margin-left:20px;
}

.li2 {
	list-style-image:url(images/li2.png);
	margin:0;
	padding:0;
	margin-left:40px;
}

.hr {
	height:10px;
	background-image:url(images/menu-hr.png);
	background-repeat:no-repeat;
	background-position:center;
}

.clear {
	clear:both;
}

blockquote {
	margin:0;
	margin:0;
	font-style:italic;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
}

blockquote div {
	margin-left:40px;
}

cite {
	display:block;
	margin:0;
	padding:0;
	margin-left:-20px;
}

p {
	margin-top:0px;
}

#partenaires {
	margin:10px;
}