/* CSS Document */
	
	
#page{
	position: relative;
	margin: auto;
	margin-top: 25px;
	width: 988px;	
}

body {
	/*background-color: #333333;*/
	
}

/*-------------------------------------

	Entete

-------------------------------------*/
#entete {
	background-image: url("/images/entete.gif");
	background-repeat: no-repeat;
	
	width: 988px;
	height: 176px;

}

#logo {
	position: absolute;
	left: 14px;
	top: 14px;
}

#recherche {
	position: absolute;
	left: 732px;
	top: 71px;
}

#bande-photos {
	border-right: 6px solid #6b6b16;
}

#bande-photos img {
	border-right: 3px solid #a3a60f;
	border-bottom: 3px solid #a3a60f;
}

#bande-photos .dernierePhoto {
	border-right: 0;
}

#txtRechercher {
	height:13px;
	font-size: .75em;
	position:relative;
	top: -4px;
}

/*-------------------------------------

	Menu
	
-------------------------------------*/
#menu {
	
	width: 247px;
	float: left;
	background-image: url("/images/separateur-menu.gif");
	background-repeat: repeat-y;
	
}


#menu ul,
#menu li {
	list-style-type : none;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}

#menu li {

}

#menu a {
	padding-left: 34px;
	padding-top: 15px;
	background-color: #00264c;

	height: 31px;
	width: 213px;
	
	display: block;

	color: #fff;
	text-decoration: none;
}

#menu .actif,
#menu .enCours {
	color: #1b75bc !important;
	background-image: url("/images/menu-over.gif");
}

#menu a:hover {
	color: #1b75bc;
	background-image: url("/images/menu-over.gif");
}

#menu .dermierMenu {
/*	margin-bottom: 0 !important;*/
}

#bas-menu {
	background-image: url("/images/bas-menu.gif");
	background-repeat: no-repeat;
	height: 70px;
	width: 249px;
}



/*---------------------------------------

	Principal
	
---------------------------------------*/
#principal {
	background-image: url("/images/fond-principal.gif");
	background-repeat: repeat-y;
	
}

/*---------------------------------------

	Fil
	
---------------------------------------*/
#fil {
	margin-top: 8px;
	font-size: .75em;
}


/*---------------------------------------

	contenu
	
----------------------------------------*/
#contenu {
	position: relative;
	float: left;
	width: 683px;
	margin-left: 25px;
	
	color: #00274c;
	font-size: 1.3em;
	position: relative;
	
}

.accueil {

	padding-bottom: 175px;
}



#contenu a {
	color: #a2a610;
}

#bordure-droite {
	float: right;
	width: 6px;
	height: 623px;
	background-image: url("/images/bordure-principal-droite.gif");
	
}

h1 {
	background-image : url("/images/logo-titre.gif");
	background-repeat: no-repeat;
	
	min-height: 28px;
	border-bottom: 1px solid #00264c;
	padding: 0;
	margin: 0;
	padding-left: 28px;
	/*padding-top: 3px;*/
	margin-top: 20px;
	font-size: 1.2em;
	margin-bottom : 1em;
	
}

* html h1{
	height: 25px;
}

h2 {
	margin : 0;
	padding : 0;

	padding-bottom: 4px;

	margin-top : 1.5em;
	margin-bottom : 0.5em;

	font-size : 1.1em;
	font-weight : normal;
	line-height : 1.25em;

	border-bottom: 1px dashed #00264c;
}

h3 {
	margin : 0;
	padding : 0;


	margin-top : 1.5em;
	margin-bottom : 0.5em;

	font-size : 1em;
	font-weight : bold;
	line-height : 1.25em;

	
}

#liens-rapide {
	width: 300px;
	/*float: right;*/
	position: absolute;
	bottom: 0;
	right:0;
}

#liens-rapide img {
	border: 0;

	margin-left : 15px;
}

/*#img-communication {
	margin-right: 15px;
	margin-left: 15px;
}*/

/*--------------------------------------

	Pied

--------------------------------------*/
#pied {
	height: 22px;
	width: 988px;	
	background-image: url("/images/bas-page.gif");
	background-repeat: no-repeat;
	color: #00274c;
	padding-top: 8px;
	font-size: .75em;
	margin-bottom: 25px;
}

#pied a{
	color: #00274c;
	text-decoration: none;
}

#pied a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	margin-lefT: 15px;
}

#realisation {
	float: right;
	margin-right: 15px;
}

