a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover
{
	color: #FFFFFF;
	background: #000000;
}

body
{
	font-family: verdana, sans-serif;
	font-size: 13px;
	background-color: #428ece;
}

div#container
{	
	width: 800px;
	margin: 0px;
	padding: 0px;
}

div#header
{
	height: 140px;
	width: 800px;
	background-image: url(../img/Bg_01.jpg);
	background-repeat: no-repeat;
}

div#contenu
{	
	margin: 0px;
	padding: 0px;
}

div#left
{	
	height: 550px;
	width: 140px;
	background-image: url(../img/Bg_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 ;
}

.W_page 
{
	background: #ce6500 ;
	color: #fff ;
	padding:  1px 27px 1px 26px ;
}


/* Navigation droite */
					/* 4 Logos */

#gotoafssa     
{
	float: left;	
	width : 102px;
	height: 118px;
	margin-left: 34px;
	margin-top: 55px;
}

a#gotoafssa:hover
{
background: none;
}

#gotoinra 
{
	float: left;
	width : 98px;
	height: 48px;
	margin-left: 40px;
	margin-top: 280px;
}

a#gotoinra:hover
{
background: none;
}

#gotoinvs 
{
	float: left;
	width : 75px;
	height: 52px;
	margin-left: 80px;
	margin-top: 275px;
}

a#gotoinvs:hover
{
background: none;
}

#gotopasteur 
{
	float: left;
	width : 140px;
	height: 49px;
	margin-left: 57px;
	margin-top: 279px;
}

a#gotopasteur:hover
{
background: none;
}

#gotoispaia 
{
	float: left;
	width : 73px;
	height: 54px;
	margin-left: 552px;
	margin-top: -52px;
}

a#gotoispaia:hover
{
background: none;
}

div#right
{	
	margin-left: 140px;
	height: 550px;
	width: 660px;
	background-image: url(../img/Bg_03.jpg);
	background-repeat: no-repeat;

}

.PostForm
{
	font-family: verdana, sans-serif;
	text-align: center;
	margin-left: 20px;
	padding-top: 2px;
	font-size: 17px;
	color: #003c6d;
	width: 540px;
	border-top-color: #D6D6D6;
}



/* FOOTER*/

div#footer
{
	text-align: center;
	width: 800px;

}

p#subnav
{
	height: 0px;
	padding-bottom: 20px;
}

p#address
{
	height: 5px;
	padding-bottom: 10px;

}

p#copyright
{
	padding-top: 10px;

}

