﻿HTML, BODY, TD, INPUT, SELECT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#00274F;
}

a, #content a
{
	color: #498DBF;
	text-decoration: none;
	font-weight: bold;	
}

a:hover, a.active, #content a:hover, #content a.active,
#subnav a.active, #subnav a:hover
{
	color: Red;
}

BODY {
	margin: 0px;
	padding: 5px;
	background-color:Black;
}

#logo {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 686px;
	height: 140px;
	background : url(../images/bckgrndHead.jpg);
}

#nav {
	position: absolute;
	top: 140px;
	left: 100px;
	width: 543px;
	height: 40px;
	background : url(../images/bckgrndBody.jpg);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align:center;
}

#nav a {
	width: 110px;
	height: 40px;
	text-align: center;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 36px;
	padding: 10px;
	margin: 0px;
	font-size : 10px;
}

#content {
	position: absolute;
	top: 180px;
	left: 100px;
	width: 523px;
	background : url(../images/bckgrndBody.jpg);
	padding: 10px 0px 10px 20px;
}

#subnav {
	position: absolute;
	top: 140px;
	left: 643px;
	width: 143px;
	height: 524px;
	background : url(../images/bckgrndNews.jpg);
}

#accueil {
	background : url(../images/bckgrndAccueil.jpg);
	padding: 10px 0px 10px 0px;
	border-top: solid 1px red;
	border-bottom: solid 1px red;
	}

#subnav a {
	display: block;
	text-decoration : none;
	text-transform : uppercase;
	margin: 0px;
	color: White;
	font-size : 10px;
	padding: 4px 0px 4px 15px;
}

#news
{
	text-align: center;
}

#content .sidepicture1, #content .sidepicture2, #content .sidepicture3, #content .sidepicture4
{
	height: 450px;
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 4px 10px;
}
#content .sidepicture1, #content .sidepicture2
{
	width: 300px;
}
#content .sidepicture3
{
	width: 400px;
}
#content .sidepicture4
{
	width: 200px;
}
#content .sidepicture1
{
	background : url(../images/fond1.jpg) no-repeat;
}
#content .sidepicture2
{
	background : url(../images/fond2.jpg) no-repeat;
}
#content .sidepicture3
{
	background : url(../images/fond3.jpg) no-repeat;
}
#content .sidepicture4
{
	background : url(../images/lmo.jpg) no-repeat;
}
#content .body
{
	position:absolute;
	top: 0px;
	left: 30px;
	width: 500px;
	text-align:justify;
}
#content h1
{
	font-size: large ;
	font-style:italic;
	color: #498DBF;
}
#content h2
{
	font-size: medium ;
	font-style:italic;
	color: #498DBF;
	margin: 15px;
}

#subnews
{
	padding:10px 0px 5px 5px;
	font-size: small;
	color: #498DBF;
}

#more 
{
	position: absolute;
	top: 480px;
	left: 100px;
	width: 500px;
	text-align:center;
	color:White;
	font-size: x-small;
	font-style:italic;
}

