﻿a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover
{
	color: #FFFFFF;
	background: #000000;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 13px;
	background-color: #428ece;

}

div#container
{	
	width: 800px;
	margin-top: 0px;
	padding: 0px;
}

div#header
{
	height: 140px;
	width: 800px;
	padding: 0px;
	background-image: url(../img/com_01.jpg);
	background-repeat: no-repeat;
}

div#contenu
{	
	margin: 0px;
	padding: 0px;
}

div#left
{	
	height: 550px;
	width: 140px;
	background-image: url(../img/p_02.jpg);
	background-repeat: no-repeat;
	float: left;
}

/* Navigation Gauche */
 
#navigation 
{
	margin-top: 55px;
	width: 130px ;
	list-style: none ;
	margin-left: 4px ;
	padding: 0 ;
	background: none;
}

#navigation li 
{
	color: #fff ;
	border: 1px solid #235883 ;
	padding: 3px ;
	margin-top: 1px ;
}

#navigation li a 
{
	display: block ;
	color: #000 ;
	font: 17px "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	padding: 4px 0 ;
}

#navigation li a:hover, 
#navigation li a:focus, 
#navigation li a:active 
{
	background: #ce6500 ;
	color: #fff ;
	text-decoration: none ;
}

.COM_page 
{
	background: #ce6500 ;
	color: #fff ;
	padding:  1px 15px 1px 15px ;
}
						/*DROITE*/

div#rightbackground
{	
	margin-left: 140px;
	padding-top: 29px;
	height: 515px;
	width: 660px;
	background-image: url(../img/p_03.jpg);
	background-repeat: no-repeat;
}

div#right
{	
	width: 560px;
	height: 770px;
	margin-left: 30px;
	background-color: none;
	border-left: 2px solid #215984 ;

}

#h1
{
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	height: 10px;
	width: 220px;
	font: 17px "Trebuchet MS",Arial,sans-serif ;
	color: #000 ;
	border-bottom: 2px solid #cdcdcd ;
	font-style: italic;
}

#txt
{
	width: 500px;
	margin-left: 30px;
	margin-top: 15px;
	text-align: justify;
	font: 100% "Trebuchet MS",Arial,sans-serif ;
	color: #363636;
}

.square
{
	list-style-type: square;
}

.underline
{
	text-decoration: underline;
	font: 90% "Trebuchet MS",Arial,sans-serif ;
	font-style:italic;
	font-weight:bold;
}

.linklist
{
	font: 100% "Trebuchet MS",Arial,sans-serif ;
	color: #feeab1;
}

#list, #list_1, #list_2
{
	margin-left: 70px;
	font: 100% "Trebuchet MS",Arial,sans-serif ;
	color: #363636;
}



/* FOOTER*/

div#footer
{
	clear: both;
	text-align: center;
	width: 800px;
	margin-top: 300px;

}

p#subnav
{
	height: 0px;
	padding-bottom: 20px;
}

p#address
{
	height: 5px;
	padding-bottom: 10px;

}

p#copyright
{
	padding-top: 10px;

}

