body {
   background-color: #eeeeee;
}

a img {
   border: none;
}

table.bg1 {
   background-color: #eeeeee;
}

table.bg2 {
   background-color: #ffffff;
}

td.permission {
   background-color: #eeeeee;
   padding: 10px 20px 10px 20px;
}

td.permission p {
   font-family: Arial;
   font-size: 11px;
   font-weight: normal;
   color: #333333;
   margin: 0;
   padding: 0;
}

td.permission p a {
   font-family: Arial;
   font-size: 11px;
   font-weight: normal;
   color: #333333;
}

td.body {
   padding: 0 20px 20px 20px;
   background-color: #ffffff;
}

td.sidebar h3 {
   font-family: Arial;
   font-size: 15px;
   font-weight: bold;
   color: #333333;
   margin: 0;
   padding: 0;
}

td.sidebar ul {
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #333333;
   margin: 6px 0 14px 24px;
   padding: 0;
}

td.sidebar ul li a {
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   color: #333333;

}

td.sidebar h4 {
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   color: #680606;
   margin: 6px 0 0 0;
   padding: 0;
}

td.sidebar h4 a {
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   color: #680606;
   text-decoration: none;
}

td.sidebar p {
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   margin: 0 0 10px 0;
   padding: 0;
}

td.sidebar p a {
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   color: #680606;
   text-decoration: none;
}

td.buttons {
  padding: 20px 0 0 0; 
}

td.mainbar h2 {
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   color: #680606;
   margin: 0;
   padding: 0;
}

td.mainbar h2 a {
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   color: #680606;
   text-decoration: none;
   margin: 0;
   padding: 0;
}

td.mainbar img.hr {
   margin: 0;
   padding: 0 0 10px 0;
}

td.mainbar p {
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #333333;
   margin: 0 0 14px 0;
   padding: 0;
}

td.mainbar p a {
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #680606;
}

td.mainbar p.more a {
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #680606;
   text-decoration: none;
}

td.mainbar ul {
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #333333;
   margin: 0 0 14px 24px;
   padding: 0;
}

td.mainbar ul li a {
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #680606;
}

td.footer {
   padding: 0 20px 0 20px;
   background-image: url('footer-bg.gif');
   background-repeat: no-repeat;
   background-position: top center;
   background-color: #333333;
   height: 61px;
   vertical-align: middle;
}

td.footer p {
   font-family: Arial;
   font-size: 11px;
   font-weight: normal;
   color: #ffffff;
   line-height: 16px;
   margin: 0;
   padding: 0;
}

# formulaire contact

div.row {
 	clear: both;
	 padding-top: 10px;
 }

div.row span.label {
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 12px;
 	float: left;
 	width: 70px;
 	text-align: left;
 }

div.row span.formw {
	 float: right;
 	width: 430px;
 	text-align: left;
 }
 
body, html {
	width:99%;
	height:98%;
	padding:0px;
	margin:0px;
	background-color:#EAE3E1;
	font-family:Helvetica;
	font-size:12px;
	color:#877A77;
	line-height:18px;
}


a {
	color:#877A77;
	text-decoration:underline;
}

a:hover {
	color:#9A3286;
	text-decoration:underline;
}

.blocActus a {
	color:#E9E2E0;
	text-decoration:underline;
}

.blocActus a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

h1 {
	font-size:16px;
	padding-top:5px;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#9A3286;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}

li {
	list-style-image:url(images/puce.gif);
	/*font-weight:bold;*/
}

.tableGlobal {
	width:100%;
	height:100%;
	border:none;
	padding:0px;
	margin:0px;
}

.tdGlobal {
	width:100%;
	height:100%;
	vertical-align:top;
}

.divGlobal {
	background-color:#FFFFFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #E9E2E0;
	margin-top:19px;
}


.divHaut {
	/*position:absolute;*/
	height:100px;
}

.divContenuGlobal {
	padding:10px 20px 20px 20px;
	background-color:#FFFFFF;
}

.tdContenu {
	width:605px;
	vertical-align:top;
}

.tdActus {
	float:right;
	width:235px;
	margin-left:20px;
	vertical-align:top;
}

.divBas {
	font-size:12px;	
	padding:10px;
	text-align:center;
}

.divLogo {
	float:left;
	margin:20px;
	//margin-left:10px;
}

.divMenu {
	float:left;
	text-align:center;
	padding:40px;
	margin-left:60px;
}

a.lienMenu {
	color:#877A77;
	text-decoration:none;
	margin-right:50px;
	font-size:16px;
}

a.lienMenu:hover {
	color:#9A3286;
	text-decoration:none;
	margin-right:60px;
	font-size:14px;
}

a.lienMenuLBS {
	color:#877A77;
	text-decoration:none;
	margin-right:60px;
	font-size:10px;
	font-style:italic;
}

a.lienMenuLBS:hover {
	color:#9A3286;
	text-decoration:none;
	margin-right:60px;
	font-size:10px;
	font-style:italic;
}

a.lienMenuAll {
	color:#9A3286;
	text-decoration:none;
	margin-right:60px;
	font-size:14px;
}

.bandeViolet {
	width:157px;
	height:4px;
	font-size:1px;
	background-color:#9A3286;
	line-height:1px;
}

.bandeBlanc {
	width:15px;
	height:4px;
	font-size:1px;
	background-color:#FFFFFF;
	line-height:1px;
}

.bandeRose {
	width:;
	height:4px;
	font-size:1px;
	/*background-color:#E9E2E0;*/
	background-color:#D3C2BE;
	line-height:1px;
}

.blocActus {
	
	color:#e9e2e0;
	font-size:13px;
	background-color:#9A3286;
	padding:10px 10px 10px 10px;
	background-image:url(images/barreBasActus.gif);
	background-repeat:repeat-x;
	background-position:bottom;

}

h1. titreActus {
	background-color:#9A3286;
	color:#FFFFFF;
	padding:5px 10px 0px 10px;
	margin-bottom:0px;
}

.blocContenu {
	
	
	padding:0px 5px 10px 5px;
	font-size:13px;
	background-image:url(images/basArticle.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.divBandes {
	top:118px;
	width:900px;
}


.divBandes {
	position:absolute;
}

