﻿@charset "utf-8";
/* CSS Document */


/* **************MAIN************** */ 
a, 
a:active,
a:visited,
a:link        {
color: #9c571a;
text-decoration:underline;
}

a:hover         {
text-decoration: none;
color: #666;
border-bottom: 0; 
}

h1 {
	color: #002b4c;
	font-weight: bold;
	font-size:18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h2 {
	color: #9c571a;
	font-weight: bold;
	font-size:16px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #002b4c;
	font-weight: bold;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height:1;
}


img {
	border:0px;
}

.hrdashed {
margin:0;
padding:0;
border-bottom:1px dotted #d0d0d0;
display:block;
}

.hrdashed2 {
margin:0 0 6px 0;
padding:6px 0 0 0;
border-bottom:1px dotted #777;
display:block;
}

#tblfrmdem {
	width:200px;
	color:#444;
}

#tblfrmdem td {
padding:4px;
vertical-align:top;
}
	
.jaune {
	background-color: #FFFF00;
}

.orange {
	color: #9c571a;
}




/* **************STRUCTURE************** */ 

/* commented backslash hack v2 \*/ 
body{height:100%;} 
html{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background:url(../fr/images/cnt_bak.gif);
	font-family: Georgia, "Times New Roman", Garamond, Times, Lucida Grande, Trebuchet MS, serif;
	font-size:13px;
	color: #000000;
	text-align:center;
	line-height:1.5;
}

p {
padding:0 0 0 2px;
}


#outer{
	min-height:100%;
	width:783px;
	background:url(../fr/images/cnt_cnt_bak.gif);
	margin:auto;
	text-align:left;
	position:relative;
}

* html #outer{height:100%} 

#header {
	width:100%;
	}
	
#header li {
		margin-bottom:-5px;
	}


#clearfooter{clear:both;height:120px;}/*needed to make room for footer*/

#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:#F9F5E9;
}

#footercnt {
	background:url(../fr/images/cnt_bot_bak.gif);
	width:750px;
	height:17px;
	padding:0 0 0 32px;
	color:#444;
	font-size:11px;
	text-align:center;
}


/* **************CONTENT************** */ 

#visuel {
	float:right;
	margin:0 6px 16px 16px;
	background:#b4c3c8;
}

#visuel img{
	padding:3px;
	border:1px #7e8b8e solid;
	width:150px;
	height:175px;
}

#content{
	width:524px;
	position:relative;
	left:240px;
	top:18px;
}

#contentacc{
	width:524px;
	position:relative;
	left:0px;
	top:0px;
}

#contentacc1{
	width:174px;
	position:relative;
	left:0px;
	top:0px;
}

#contentacc2{
	width:174px;
	position:relative;
	left:174px;
	top:-104px;
}

#contentacc3{
	width:174px;
	position:relative;
	left:345px;
	top:-220px;
}

#contentacc4{
}



