* {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html {
	background: #CFD5DE url(images/img01.jpg) top left repeat-x;
}

body {
	background: url(images/img02.jpg) top center no-repeat;
	line-height: 1.75em;
	color: #6B7C93;
	font-size: 12pt;
}

body,input {
	font-family: 'Trebuchet MS', sans-serif;
}

br.clearfix {
	clear: both;
}

strong {
	color: #333333;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 0.8em;
}

h4 {
	font-size: 0.6em;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.box {
	overflow: hidden;
	margin: 0 0 1em 0;
}

header {
	background: #EAEEF2 url(images/img05.jpg) top left repeat-x;
	color: #6B7C93;
	position: relative;
	padding: 40px;
	border-radius: 10px;
	border-top: solid 1px #96D0F7;
	border-bottom: solid 1px #0C3459;
}

/* Header */

header
{
   border-bottom: 2px solid;
}

#titre_principal
{
   display: inline-block;
}

header h1
{
   font-size: 2.5em;
   font-weight: normal;
}

#logo, header h1
{
   display: inline-block;
   margin-bottom: 0px;
}

header h2
{
   font-size: 1.1em;
   margin-top: 0px;
   font-weight: normal;
}

#titre_principal {
	display: inline-block;
}

/* Navigation */

nav
{
    float: right;
    display: inline-block;
    width: 75%;
    text-align: right;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
}

nav a
{
    color: #6B7C93;
    font-size: 1.25em;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

nav ul li.last {
	padding-right: 0;
}

section {
	position: relative;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 980px;
}

section .section-list {
	padding-left: 0;
	list-style: none;
}

section .section-list li {
	clear: both;
	padding: 25px 0 25px 0;
}

section ul {
	list-style: none;
}

section ul li {
	padding: 15px 0 15px 0;
	border-top: dotted 1px #C5CDD8;
}

section ul li.first {
	padding-top: 0;
	border-top: 0;
}

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    margin: 10px;
}

article {
	float: left;
	padding: 10px;
	margin-right: 15px;
	width: 625px;
	background: #EAEEF2 url(images/img05.jpg) top left repeat-x;
	border-radius: 10px;
	border: solid 2px #FFFFFF;
	text-shadow: 0 1px 0 #FFFFFF;
}

article p
{
    font-size: 0.8em;
}

aside
{
    float: right;
    position: relative;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

#bloc_page {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 75px 0 0 0;
	width: 980px;
}

footer
{
   border-top: 2px solid;
   display: inline-block;
   width: 100%;
   margin: 50px 0 120px 0;
   text-align: center;
   color: #626E7F;
   text-shadow: 0 1px 0 #FFFFFF;
}

footer ul
{
   list-style-type: none;
}

footer li
{
   display: inline-block;
   position: relative;
   vertical-align: top;
   margin: 20px;
}

footer li a
{
   display: inline-block;
}


