﻿@charset "utf-8";
/* CSS Document */
/*Tabar Agnès, styles Claude Grenier Ressources Humaines*/

*{
	margin:0;
	padding:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#263957;
	background-image: url(../images/Background-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
div#global {
	width:913px;
	margin:0 auto;
	/*height: 1000px; ajout*/
	}


	
#colonneg p.retrait {
	list-style-position:outside;
}	

h1	{
	font-size:20px;
	color:#7084a8;
	margin-bottom:15px;
	width: 600px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D86E46;
	padding-bottom: 5px;
	}
		
ul {
	list-style-image:url(../images/Puces.jpg);
	margin-left:35px;
	}
	
ul li.liste {
	margin-left:25px;
	list-style-image: url(../images/sous_liste.jpg);
	margin-top: 7px;
	}
	
div#banniere {
	width:913px;
	height:160px;
	background-image:url(../images/Banniere.jpg);
	background-repeat: no-repeat;
	}
	
div#navigation {
	width:913px;
	height:50px;
	background-color:#808693;
	}
	
div#navigation img{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

div#fond-contenu{
	height: 445px;
	background-color:#081326;  /*marine */
	}

div#filet{
	background-image:url(../images/Filet-titre.jpg);
	background-repeat: repeat-x;
	height: 2px;
	margin-bottom:15px;
	width: 600px;
	}	
	
div#contenu {
	height: 400px;
	min-height: 400px;
	background-position:19px 19px;
	text-align:left;
	background-color:#081326;  /*marine */
	position:relative;
	padding: 20px 19px 19px 50px;
	}	
		
div#fond-droit {
	position: absolute;
	top: 20px;
	left: 868px;
	width: 30px;
	height: 404px;
	background-image:url(../images/Background-contenuRight.jpg);
	background-repeat: no-repeat;
	}

div#fond-milieu {
	width: 818px;
	height:384px; /* 354px*/
	padding-top: 20px; /* 50px*/
	background-color:#fff;
	background-repeat: repeat;
	}
	
div#fond-gauche {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 30px;
	height: 404px;
	background-image:url(../images/Background-contenuLeft.jpg);
	background-repeat: no-repeat;
	}
		
div#colonneg {
	width:600px;
	display:inline;
	padding-top: 19px;
	float:left;
	}

div#colonned {
	width:167px;
	float:right;
	display:inline;
	position:absolute;
	top: 47px;
	left: 709px;
	}
	
div#colonned img{
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	}
			
div#pied {
	position:relative;
	width:913px;
	height:50px;
	padding-top:10px;
	background-image:url(../images/Foot.jpg);
	clear:both;
	background-repeat: no-repeat;
	}
	
div#pied p {
	color:#FFFFFF;
	font-size:9px;
	padding-bottom: 10px;
	margin-left: 19px;
	}
	
div#piedDroit {
	float:right;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	position: absolute;
	left: 651px;
	top: -1px;
	}

div#pied a, a:visited, a:active	{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}

div#pied a:hover {
	color: #081326;
	text-decoration: underline;
	font-weight: normal;
	}

	
a, a:visited {
	color: #081326;
	text-decoration: none;
	font-weight: bold;
	}	
	
a:hover {
	color: #7084a8;
	text-decoration: underline;
	font-weight: bold;
	}
	

