* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #222;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #91AA2D;
}

img {
	padding-top: 2px;
	padding-bottom: 5px;


}

#wrap {
	margin: 0 auto;
	width: 697px;
}

#header {
	background: #fff url(images/BandeauSC.jpg) no-repeat;
	height: 240px;
}
 h1 {
	padding: 10px 10px 0 0px;
	color: #FFFFFF;
	text-align: right;
	font-size: 8px;
}
 h1 a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 200;
}


#content {
	padding: 8px 15px;
	background: #fff url(images/content.jpg) repeat-y;
}

.right {
	float: right;
	width: 458px;
	text-align: justify;
}
.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	background: #91AA2D;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}
.right h3 {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: 400;
}
.right h3 a {
	color: #91AA2D;
}
.left {
	float: left;
	width: 200px;
}
.left h2 {
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	background: #91AA2D;
	color: #fff;
	font-size: 13px;
}
.left ul {
	padding: 10px 0 15px 20px;
	color: #91AA2D;
}
.left ul li a {
	text-decoration: none;
	font-weight: 400;
}
.left ul li a:hover {

}
.articles {
padding: 10px;
}

#bottom {
	background: #fff url(images/bottom.jpg) no-repeat;
	padding: 7px 0;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #aaa;
	padding-bottom: 10px;
	letter-spacing: 5px;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

