﻿@import "custom.css";

body {
	padding: 0;
	font-size: 77%;
	margin: 0;
	color:#414345;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
	background-image: url("../img/FR/site_bg.gif");
	background-repeat: repeat-x;
	background-position:left top;
	
}

h1, h2, h3, h4, h5, h6, form, fieldset, img, p, div, ul, li, table, tr, td, th {
	padding : 0px;
	margin: 0px; 
	border: 0px;
}
input, select {
	font-size: 92%;
}
textarea, input, select {
	margin: 0px;
}
img {
	margin: 0px;
	border: none;
}
fieldset {
	border: none;
}
label {
	/*vertical-align: top;*/
}
p
{
	font-size:100%;
}
a
{
	color:#32378B;
	font-size:100%;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
.submit {
	text-align: center;
}
.submit input, .submit {
	width: auto;
}

.invisible { display: none; }
.left { float: left; }
.right { float: right; }
.middle { vertical-align: middle; }
.top { vertical-align: top; }
.center { text-align: center; }
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.overflow { overflow: hidden; }
.hidden { width: 0; height: 0; overflow: hidden; position:absolute;}

/* Erreur / confirmation */
.error { font-weight: bold; color: Red; }
.success { font-weight: bold; }
.disabled {}


/* Layout */
#global {
	margin: 0px auto 0px auto;
	width: 960px;
	text-align: left;
}

/* Navigation principale */


/* Contenu principal */
#main {
	background-image: url("../img/FR/main_bg.gif");
	background-repeat: no-repeat;
	background-position:left bottom;
	background-color:#FFFFFF;
	overflow: auto;
}


#recherche
{
	background-image: url("../img/FR/recherche_bg.gif");
	background-repeat: no-repeat;
	background-position:left top;
	margin-top:5px;
}
#recherche h2, #recherche div.h2
{
	color:#32378B;
	font-size:115%;
	padding-left:25px;
}
#recherche input#keywords
{
	margin-left:38px;
	margin-right:2px;
	width:100px;
}
#recherche input.submit
{
	background-image: url("../img/FR/ok_submit_fdblanc.gif");
	background-repeat: no-repeat;
	background-position:left top;
	border:none;
	margin:0px;
	padding:0px;
	width:23px;
	height:26px;
	color:#FFFFFF;
}

#adherent  
{
	background-image: url("../img/FR/menudroit_bg_rouge.gif");
	background-repeat: no-repeat;
	background-position:left top;
	background-color:#FAF3F5;
	padding-bottom:10px;
	margin-top:10px;
}
#adherent div
{
	padding:0px 8px;	
}
#adherent h2, #right div.block h2, #adherent div.h2 {
	color:#FFFFFF;
	font-size:115%;
	margin-left:8px;
	padding-top:1px;
}
#adherent h2 a, #right div.block h2 a, #adherent div.h2 a {
	color:#FFFFFF;
	text-decoration:none;
}
#adherent ul {
	list-style-type: none;
	margin:5px 0px 0px 0px;
	padding:0px;
}
#adherent ul li 
{
	font-size:92%;
}
#adherent ul li a
{
	color:#414345;
	text-decoration:underline;
}
#adherent ul li a:hover {
	color:#414345;
	text-decoration:none;
}

#middle {
}
#content {
	vertical-align: top;
	text-align: left;
}
/* En tête */
#navhaut 
{
	background-color:#99042F;
	padding-bottom:10px;
}
#navaccess
{
	float:left;
	color:#FFFFFF;
	margin-left:10px;
}
#navaccess ul
{
	margin:0px;
	padding:0px;
}
#navaccess li {
	font-size: 92%;
	padding: 0px;
	display: inline;
}
#navbas {
	margin-left: auto;
	color:#FFFFFF;
	float:right;
	margin-right:10px;
}
#navbas li {
	font-size: 92%;
	padding: 0px;
	display: inline;
}
#navaccess li a, #navbas li a {
	color:#FFFFFF;
	text-decoration:none;
}
#navaccess li a:hover, #navbas li a:hover {
	text-decoration:underline;
}

/* Partie de gauche du contenu principal */
#left {
	float: left;
	width: 220px;
	margin-top:10px;
}
ul#navprinc, ul#navprinc ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#navprinc li {
	font-size: 100%;
	margin: 0px 0px 10px 0px;
}
#navprinc h3, #navprinc div.h3  {
	background-image: url("../img/FR/menu_title_bg.gif");
	background-repeat: no-repeat;
	background-position:left top;
	padding:13px 0px 18px 44px;
	margin:0px;
	font-size:107%;
	font-weight:bold;
	color:#32378B;
}
#navprinc h3 img, #navprinc div.h3 img
{
	vertical-align:middle;
}

#navprinc li ul {
	list-style-type: none;
	margin:0px;
}
#navprinc li ul li {
	margin: 0px 0px 0px 17px;
	padding: 2px 0px;
}
#navprinc li ul li a {
	background-image: url("../img/FR/submenu_icon.gif");
	background-repeat: no-repeat;
	background-position:left top;
	padding-left:18px;
	padding-top:2px;
	margin:0px;
	color:#414345;
	text-decoration:none;
	display:inline-block;
}
#navprinc li ul li a:hover {
	background-image: url("../img/FR/submenuselected_icon.gif");
	background-repeat: no-repeat;
	background-position:left top;
	color:#414345;
	text-decoration:underline;
}
#navprinc li ul li a.on {
	background-image: url("../img/FR/submenuselected_icon.gif");
	background-repeat: no-repeat;
	background-position:left top;
	color:#414345;
}

#navsec {
	margin-left: 10px;
}

/* Partie de droite du contenu principal */
#right {
	float: right;
	width: 193px;
	margin-right:5px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

/* Partie pied de page */
#back {
	margin: 10px 0 10px 0;
}
#foot {
	text-align: center;
	padding: 15px 0 5px 0;
	font-size: 92%;
	color:#000000;
}
#foot a{
	color:#000000;
	text-decoration:none;
}
#foot a:hover{
	text-decoration:underline;
}
#foot li {
	display: inline;
}