body {
/*	background-color: #F9BA6F;*/
	background-color: #D8E2F3;
	color: #5E5E5E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E5E5E;
	text-decoration: underline;
}

a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F47A00;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 0;
	padding: 0;
}

/* For Internet Explorer */
hr {
	margin-top: 30px;
	text-align: center;
	width: 400px;
	height: 1px;
	color: #636363;
	border: none;
}

/* For Gecko-based browsers */
html>body hr {
	width: 400px;
	height: 1px;
	background-color: #636363;
	border: none;
}

/* For Opera and Gecko-based browsers */
html>body hr {
	width: 400px;
	height: 1px;
	background-color: #636363;
	border: 0px solid #636363;
}

p {
	margin: 0;
	padding: 0;
}

#divHeader {
	background-color: #FFFFFF;
	padding-top: 10px;
	color: #2169A5;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 15px;
	margin-left: 10px;
}

#divHeader h1 {
	display: none;
}

#divHeader img {
	vertical-align: middle;
}

#divHeader a {
	color: #2169A5;
	text-decoration: none;
}

#divHeader a:hover {
	text-decoration: underline;
}

#divWrapper {
	position: absolute;
	width: 770px;
	left: 50%;
	margin-left: -385px;
	background-color: #FFFFFF;
}

#divRight {
	padding-top: 0px;
	margin-left: 250px;
}

#divLeftHidden {
	display: none;
}

#divLeft {
	position: absolute;
	left: 0;
	width: 230px;
	padding-left: 15px;
	padding-right: 5px;
}

#divFooter {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

#divFooter a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E5E5E;
	text-decoration: none;
}
#divFooter a:hover {
	color: #F47A00;
	text-decoration: underline;
}
ul#tabNav {
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 37px;
	margin: 0;
	padding: 0;
	width: 505px;
	height: 37px;
}
#tabNav li {
	float: left;
	line-height: 37px;
/*	background-image: url(images/bleuOnglet.png);*/
	background-repeat: no-repeat;
	width: 100px;
	padding-right: 1px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
}

#divLogo {
	margin-bottom: 10px;
}

#divDeco {
	/*background-image: url(images/deco-standard.jpg);*/
	background-repeat: no-repeat;
	width: 500px;
	height: 142px;
	border: 2px solid #B4B4B4;
	border-bottom: 0px;
}

#divSearch {
	background-image: url(images/backSearch.png);
	background-repeat: repeat-x;
	width: 502px;
	height: 20px;
	border: 1px solid #B4B4B4;
	vertical-align: middle;
	padding-top: 2px;
	text-align: right;
}

#divSearch form {
	display: inline;
}

#divSearch input {
	vertical-align: middle;
}

.inputSearch {
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 0.9em;
	border: 1px solid #808080;
	padding: 2px 2px 2px 2px;
}

#divHeaderContent {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	background-image: url(images/headerContent.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 8px;
	width: 502px;
}

#divFooterContent {
	margin: 0;
	padding: 0;
	background-image: url(images/footerContent.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 8px;
	width: 502px;
}

.divGotoTop {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: right;
 	margin-right: 20px;
}

#divContent {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	width: 482px;
	background-image: url(images/backContent.png);
	background-repeat: repeat-y;
	/*border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;*/
	padding-right: 10px;
	text-align: justify;
	line-height: 1.8;
}

#divContent p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

#divContent h2 {
	margin: 0;
	padding: 0;
	line-height: 24px;
	background-image: url(images/puceTitre.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-bottom: 5px;
}

#divContent h2 span {
	font-size: 12px;
	color: #2169A5;
	border-bottom: 1px solid #2169A5;
	vertical-align: middle;
	margin-left: 15px;
}

#divContent h3 {
}

#divContent h3 span {
	font-size: 11px;
	color: #2169A5;
	border-bottom: 1px solid #2169A5;
}

#divContent h4 span {
	font-size: 10px;
}

#divContent ul {
	margin-top: 0px;
	list-style-image: url(images/puceOrange.png);
}

#divContent ol {
	margin-top: 8px;
	list-style-image: none;
	list-style-type: square;
}

#divContent li {
    margin-top: 0px;
	margin-bottom: 0px;
}
#divContent a {
	color: #F47A00;
	text-decoration: none;
	border-bottom: 1px dotted #5E5E5E;
}

#divContent a:hover {
	border-bottom: 1px solid #F47A00;
}

#divContent strong {
    color: #2169A5;
}

#divContent em {
    color: #2169A5;
    border-bottom: 1px dotted #F47A00;
}

#divContent p {
	margin-left: 5px;
}

#divContent dl {
	background-color: #FFFFFF;
	width: 400px;
	padding: 0;
	margin: 0;
	margin-left: 40px;
	border: 1px dotted #F47A00;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#divContent dt {
	color: #2169A5;
	padding: 0;
	margin: 0;
	background-image: url(images/backSearch.png);
	background-repeat: repeat-x;
	height: 20px;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}

#divContent dd {
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0;
}

#divContent dl a {
	color: #5E5E5E;
	text-decoration: none;
	border-bottom: 0;
}

#divContent dl img {
	vertical-align: middle;
}

#divSelectAgence {
	text-align: right;
}

#frmSelectAgence select{
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 0.9em;
	border: 1px solid #808080;
}

#tblLinks td {
	padding-bottom: 20px;
}

.menu {
	background-image: url(images/backMenu.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

.menu h2 {
	background-image: url(images/menublueHeader.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
}

.menu .orange {
    background-image: url(images/menuorangeHeader.gif);
}

.menu h2 span {
	line-height: 40px;
	padding-left: 30px;
	font-size: 10px;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/puce.png);
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 0px;
}

.menu li {
	background-image: url(images/lineMenu.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-left: 0px;
	margin-top: 4px;
}

.menu li a {
	padding-left: 5px;
	text-decoration: none;
}

.menu p {
	padding-left: 8px;
	padding-right: 5px;
	text-align: justify;
	line-height: 1.5;
}

#menuOffre {
	margin: 0;
	padding: 0px;
	text-align: center;
}


#divContent #menuOffre a {
    margin: 0px;
    border: none;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    /*color: #FFFFFF;*/
    /*float: left;*/
}

#divContent #menuOffre a:hover {
    border: none;
    background-color: #EEEEEE;
}

#newsScroller {
	margin-left: 10px;
}

a img, img, img a {
	border: none;
	text-decoration: none;
}

#divContent #divImg a {
    border: none;
    text-decoration: none;
}