﻿table {
	font-size: 1em;
	margin-left: 0px;
}


h1
{
	border-top:5px;
	padding-left: 5px ;
	line-height: 30px ;
	font-size: 21px ;
	color: #000000;
	border-bottom: 2px solid #CC0000 ;
	border-top:solid 1px #CC0000;
	margin-top: 10px;
}

h2
{
	text-align:left;
	padding-left: 55px ;
	line-height: 30px ;
	font-size: 21px ;
	background: url(Images/logo.jpg) no-repeat left bottom ;
	color: #000000 ;
	border-bottom: 1px solid #000000 ;
	margin-top: 10px;
}
		
h3
{
	
	margin-left: 0px ;
	padding-left: 5px ;
	font-size:16px;
	
	
	color: #000000 ;
}

h4
{
	
}

p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 17px;
	font-size:14px;
	color:Black;
}

li
{
	text-align: justify ;
	
	line-height: 17px;
	font-size:14px;
	color:Black;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a 
{
	position :relative ;
	text-decoration: none;
	color: #13536F;
}

a:visited {
	color: #229ACE;
}

a:hover {
	text-decoration: underline;
	color: #092633;
}

a:active {
	color: #13536F;
}

body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

img {
	border-width: 0;
	
}

#photodroite
{
	float:left;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:12px;
}
#photogauche
{
	float:right;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:12px;
}

.header {
	background-image: url('Images/Header.gif');
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0px;
}
.footer {
	background-image: url(images/Footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 150px;
	text-align: center;
	font-size: 10px;
}

.page
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-image: url(images/body-repeat.gif);
    background-repeat: repeat-y;
    position: relative;
    width: 900px;
    padding: 0px 50px;
}
#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 280px;
	
}
.nav
{
	position: absolute;
    top: 160px;
    left: 275px;
    font-size: 15px;
}
