/*=====Initialize CSS=====*/
body
{
	padding: 0;
	margin: 0 auto 0 auto;
	/*background: url("images/background.png") repeat;*/
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
}

p
{
	text-align: justify;
}

ul, ol, li, dd, dt, dl
{
	margin: 0;
	padding: 0;
}

table 
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td 
{
	padding: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: center;
}

/*Anchor (general)
-------------------------------------*/
a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a .picture, a.picture:hover
{
	color:white;
	text-decoration:none;
}

img
{
	margin : 0px;
	padding : 0px;
	border : none;
	vertical-align : center;
}

blockquote
{
	font-style: italic;
}

/*=================================header=================================*/
#header
{
	width: 900px;
	height: 100px;
	overflow: hidden;
	padding: 0;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	margin: 0 auto 3px auto;
}

.picturetitle
{
	float: left;
	padding: 3px 0 0 0;
	margin: 0;
	color: #FFFFFF;
}

#header ul
{
	float: right;
    padding: 25px 18px 0 0;
    list-style-type: none;
}

#header li
{
    float: left;
    margin: 0;
    padding: 0;
}

#header ul a
{
	display: block;
	float: right;
	padding: 9px 11px 11px 11px;
    font-size: 0.89em;
    font-family: Arial, serif;
    font-weight: normal;
    text-decoration: none;
    color: #D11B31;
}

#header ul a:hover
{
	background: url("images/button_hover.png") repeat-x;
    color: #D11B31;
}

#header li:before
{
	content: url("images/separateur.png");
}

#header .current
{
	background: url("images/button_on.png") repeat-x;
}

#header li.current a
{
    color: #FFFFFF;
}

#header li.current a:hover
{
	background: url("images/button_on.png") repeat-x;
    color: #FFFFFF;
}

h1
{
	clear: right;
	text-align: right;
	float: right;
	margin: 0 25px 0 25px;
	padding: 0;
	font-family: Calibri, Arial, Georgia, serif;
	font-style: italic;
	color: #000000/*#A60F21*/;
	font-weight: normal;
	text-align: center;
	font-size: 2.05em;
}

.sousmenu
{
	display: none;
}
/*
#header li:hover ul.sousmenu
{
	display: block;
	position: absolute;
}

#header li:hover ul.sousmenu li
{
	float: none;
}*/

/*===============================contents===============================*/
#wrap
{
	width: 900px;
	height: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Calibri, Arial, serif;
	background-image: url("images/wrap.png");
	background-repeat: no-repeat;

}

#wrap h2
{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 17px;
	margin-left: 17px;
	margin-bottom: 2px;
	margin-top: 0;
	padding-bottom: 0px;
	width: 604px;
	border-bottom: ridge 3px;
	color: #808080;
	text-align: center;
	position: relative;
	left: 4px;
}

h4
{
	font-size: 1em;
	font-family: Georgia, Trebuchet MS, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 15px 0 2px 0;
}

/*=========Right side=========*/
#rightside
{
	float: right;
	position: relative;
	width: 204px;
	font-size: 0.85em;
	right: 31px;
	overflow: hidden;
}

#rightside ul
{
	padding-top: 2px;
	margin-bottom:16px;
	list-style: square inside;
}

#rightside li
{
	margin-bottom: 6px;
}

#rightside .partners
{
	list-style: none;
}

#rightside ul.partners li
{
	margin-bottom: 1px;
	padding: 4px 4px 0 4px;
	height: 46px;
	background-image: url("images/icone_partner.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

#rightside ul.partners p
{
	margin: 11px 0 11px 42px;
	color: #8B8B8B;
	text-align: center;
	vertical-align: middle;
}

#rightside .partners img
{
	display: block;
	height: 38px;
	width: 38px;
	float: left;
}

#rightside a
{
	color: black;
}

#rightside p
{
	margin:0 0 14px 5px;
	padding: 0;
}

h6
{
	font-size: 1.15em;
	font-weight: bold;
	background-image: url("images/titre.png");
	background-repeat: no-repeat;
	overflow: hidden;
	height: 28px;
	font-family: Calibri, Arial, serif;
	color: #FFFAFA;
	padding: 5px 10px 2px 10px;
	margin: 0;
}

h6.additional
{
	background-image: url("images/titre2.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

p.additional
{
	padding: 0;
	margin: 0 0 3px 0;
}

/*==========Contents==========*/
#contents
{
	width: 623px;
	height: 508px;
	margin-left: 28px;
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 0.85em;
	overflow: auto;
}

#contents ul
{
	list-style-type: none;
}

#contents p
{
	padding-left: 2px;
	padding-right: 14px;
}

#contents .center
{
	text-align: center;
}

#contents h3
{
	max-width: 526px;
	border-bottom: solid silver 1px;
	color: gray;
	font-size: 1.2em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 1px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 34px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

#contents a
{
	color: #D11B31;
}

#contents a:hover
{
	color: #DD5EE8;
	text-decoration: none;
}

#contents table
{
	margin: 0 auto 0 auto;
}

/*=============================navigation=============================*/
#navigation
{
	width: 0;
	height: 0;
	overflow: visible;
	position: relative;
	right: 51px;
	top: -34px;
}

#navigation ul
{
	list-style-type: none;
}

#navigation li
{
	height: 52px;
	width: 45px;
	overflow: hidden;
	background-image: url('images/token.png');
	background-repeat: no-repeat;
}

#navigation li a
{
	display: block;
	background-color: transparent;
	height: 45px;
	width: 45px;
	margin: 0;
	color: #FFFFFF;
	font-family: Calibri, Arial, serif;
	font-size: 0.68em;
	overflow: hidden;
}

#navigation li a p
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 3px;
	color: #8B8B8B;
	height: 45px;
	width: 39px;
	overflow: hidden;
}

#navigation li.current a p, #navigation .current_last a p, #navigation .current_first a p
{
	color: #FFFFFF;	
}

#navigation li.current
{
	background-image: url('images/token_active.png');
	background-repeat: no-repeat;
}

#navigation li.last
{
	background-image: url('images/token_last.png');
	background-repeat: no-repeat;
}

#navigation li.current_last
{
	background-image: url('images/token_active_last.png');
	background-repeat: no-repeat;
}

#navigation .lev1_about_us
{
	width: 0;
	height: 0;
	overflow: visible;
	position: relative;
	right: 52px;
	top: -364px;
}

#navigation .lev1_activities
{
	width: 0;
	height: 0;
	overflow: visible;
	position: relative;
	right: 52px;
	top: -312px;
}

#navigation li.first
{
	height: 52px;
	width: 52px;
	overflow: hidden;
	background-image: url('images/token_first.png');
	background-repeat: no-repeat;
}

#navigation li.current_first
{
	height: 52px;
	width: 52px;
	overflow: hidden;
	background-image: url('images/token_active_first.png');
	background-repeat: no-repeat;
}

/*===============================footer===============================*/
#footer
{
	width: 900px;
	margin: 0 auto 0 auto;
}

#footer p
{
	color: #4D4D4D;
	font-family: Arial, serif;
	font-size: 0.84em;
	text-align: center;
	margin: 0;
}

/*==============================special==============================*/
/*----------------------news----------------------*/
table#news
{
	margin: 0 4px 0 0;
	padding: 0;
}

#news td
{
	vertical-align: top;
	padding: 15px 12px 15px 0;
}

#news h3
{
	color: #3EADE0;
	text-align: left;
	margin: 0 0 6px 0;
	padding: 0;
	font-family: Calibri, Georgia, "Times New Roman", serif;
}

#news p
{
	margin: 4px 0 6px 0;
	padding: 0;
}
/*------------------------------------------------*/

.members td
{
	text-align: center;
	width: 120px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.members img
{
	margin: auto;
}

#contents .activities /*pour le tableau de la page activities*/
{
	margin-left: 0;
}

#contents .activities td
{
	color: gray;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	text-align: center;
}

#contents .activities .first
{
	margin-top: 3px;
	padding-bottom: 45px;
}



.floatframe
{
	float: right;
	padding: 2px;
	border: #FF8888 3px ridge;
	position: relative;
	right: 70px;
	top: 8px;
}

.frame
{
	padding: 2px;
	border: #FF8888 3px ridge;
	position: relative;
}

.address
{
	margin-top: 15px;
	margin-left: 35px;
	margin-bottom: 60px;
}

.admin td
{
	padding: 3px;
}

.admin th
{
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

.marginright10
{
	margin-right: 10px;
}

.signature
{
	text-align: right;
	font-style: italic;
}

.album td
{
	padding: 3px;
}

ul.listemembre
{
	margin: 0 0 12px 0;
}

