/* Structure */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
body.bodybg {
	text-align: center;
	background: #b8b7d2 url(/images/body_bg.gif) repeat-y center top;
	color: #333333;
}
body, th, td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#oldbrowsers {
	display: none;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	text-align: left;
	background: url(/images/container_bg.gif) no-repeat center bottom;
}

#header {
	background: url(/images/header_bg.gif) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 110px;
}
#header h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	height: 80px;
	width: 295px;
}
#header h1 span {
	display: none;
}
#headermenu {
	margin: 0px 0px 0px 80px;
	padding: 0px;
}
#footer {
	background: url(/images/footer_bg.gif) no-repeat left top;
	clear: both;
	margin: 0px;
	padding: 2px 5px 0px;
	height: 19px;
}
#footer a {
	font-size: 10px;
}
#bottomnav {
	margin: 20px 0px;
	padding: 5px;
}
#headermenu a, #footer a, #bottomnav a {
	color: #0d2b88;
	text-decoration: none;
}
#headermenu a:hover, #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomnav a:hover{
color:#709891;
}
#privatebottom {
	clear:both;
	background-color:#F9EFA7;
	margin:0px;
	padding-bottom:2px;
	text-align:right;
	color:#000000;
}
#rightcol {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 220px;
}
#mainmenu, #login {
	padding: 15px;
	margin-bottom: 0px;
}
#mainmenu h1, #login h1 {
	padding-bottom: 5px;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #0d2b88;
}
#rightcol ul {
	margin: 0px;
	padding: 0px;
}
#rightcol ul li {
	list-style: none;
}
#rightcol ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	margin: 2px 0px 0px;
	background: url(/images/a_normal.gif) no-repeat left center;
	width: 155px;
	border-bottom: 1px solid #b8b7d2;
}
html>body #rightcol ul li a {
	width: auto;
}
#rightcol ul li a:hover {
	background: #0d2b88 url(/images/a_normal.gif) no-repeat left center;
	color: #FFFFFF;
	text-decoration: none;
}
#rightcol ul li a.current, #rightcol ul li a.current:hover {
	background: #0d2b88 url(/images/a_self.gif) no-repeat left center;
	color: #FFFFFF;
	text-decoration: none;
}
#rightcol ul li a.private, #rightcol ul li a.private:hover {
	background: url(/images/a_private.gif) no-repeat left center;
}
#rightcol ul li a.private:hover {
	background-color: #0d2b88;
}
#login form {
	color: #000000;
	display: block;
	padding: 5px 20px 5px 5px;
	margin: 2px 0px 0px;
	background: #d4e2ca url(/images/login_bg.gif) repeat-x left top;
	width: 155px;
	border: 1px solid #b8b7d2;
}
html>body #login form {
	width: auto;
}
#content {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 540px;
}
#contentall {
	padding: 15px 30px 30px;
	margin: 0px;
}
#contentall ul{
margin:0;
padding:0;
}
#contentall li{
margin:0 0 0 20px;
}
#left {
	margin: 0px 0px 20px;
	padding: 5px;
	float: left;
	border-left: 1px dotted #999999;
	width: 170px;
}

/* general items */

h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #0d2b88;
	margin: 0px;
	padding: 0px 0px 10px;
}
h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #709891;
	margin: 15px 0px 5px 0;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #d4e2ca;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0d2b88;
	margin: 0px;
	padding: 0px 0px 10px;
}
hr {
	background-color: #d4e2ca;
	border: none;
	height: 1px;
}
p {
	padding: 0px;
	margin: 0px 0px 10px;
	text-align: justify;
	line-height: 1.5em;
}
p.bigger {
	font-size: 13px;
}
a {
	color: #122A84;
}
a:hover {
	color:#336633;
}
a.alang {
	border: 1px solid #B8B7D2;
	background: #D4E2CA;
	color: #0D2B88;
	padding: 1px;
	text-decoration: none;
}
a.alang:hover {
	background: #0D2B88;
	color:#D4E2CA;
}

/* specific items */

a.private, a.private:hover {
	background: url(/images/private.gif) no-repeat right center;
	padding-right: 14px;
}

#right ul li {
	padding-bottom: 5px;
	list-style: decimal;
}
p.phone {
	background: url(/images/tel.gif) no-repeat left top;
	padding-left: 15px;
}
p.fax {
	background: url(/images/fax.gif) no-repeat left top;
	padding-left: 15px;
}
p.mail {
	background: url(/images/mail.gif) no-repeat left top;
	padding-left: 15px;
}
p.map {
	background: url(/images/acces.gif) no-repeat left top;
	padding-left: 15px;
}
#adresse h1 {
	margin-bottom: 10px;
}
.clearleft {
	clear: left;
}
form {
	background: #DEDEEF;
	margin: 3px 0px 0px;
	padding: 4px;
	line-height: 16px;
}
table, tr, td {
	border-collapse:collapse;
	margin: 0px;
}
table#agenda {
	margin: 0px;
	padding: 0px;
}
table#agendahome, table#affichehome {
	margin: 0px;
	padding: 0px;
}
table#agenda th {
	background: #F3EEEB;
	color: #333333;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid #C2C3E2;
}
table#agenda td, table#agendahome td {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #DEDEEF;
	vertical-align: top;
}
table#affichehome td {
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}
select {
	font-size: 10px;
}
input {
	font-size: 10px;
}
textarea {
	font-size: 10px;
}
input.button {
	color: #333333;
	background: #E5DBD7;
	margin-top: 10px;
}

.privatewarning {
	background: #FFCCCC;
	margin: 20px 0px;
	padding: 5px;
	font-size: 1.1em;
	border: 1px solid #999999;
}

.error {
	font-weight: bold;
	color: #F33636;
}
.roweven {
	background-image: url(/images/even_bg.gif);
}
.rowodd {
}
#membertype {
    padding: 0px;
    margin: 0px;
}
#membertype ul {
    padding: 0px;
    margin: 0px;
}
#membertype ul li {
    padding: 0px;
    margin: 0px;
	list-style-type: none;
}
#membertype ul li a, a.member {
	font-size: 1.2em;
	margin-bottom: 1em;
	background: url(/images/green_arrow.gif) no-repeat left center;
	padding: 5px 5px 5px 20px;
}
#memberlist li {
	padding: 2px 2px 8px 2px;
	border-bottom: 1px solid #122A84;
}
/*phpdig*/
.phpdigHighlight { color: #000000;
                   background-color: #C2C3E2;
                   font-weight: bold; }
.phpdigMessage {margin: 2px 0px 0px 0px; padding:1px;background-color:#7384B5;color:white;}

.grey { padding: 5px; 
        margin-top: 8px;
        margin-bottom: 18px;
        border: 2px dotted #666686;
        background-color: #EEEEEE; }
.blue { background-color: #EEEEFF;
        margin: 2px 0px 0px 0px;
        padding: 3px;
        border-top: 1px solid #5B4A86;
        border-bottom: 1px solid #5B4A86; }
.greyForm { margin: 0px; padding: 3px; border: 1px solid #0033CC; background-color: #DEDEEF;}
.borderCollapse { border-collapse: collapse; }
.smallLink { font-size: 10px; background-color: #BBCCEE; }
a.tinyLink { font: 9px "Times New Roman", Times, serif; }
.color_table_outline {
        background-color: #d5d5e5;
        color: #000000;
        border: 1px solid #5b4a86;
}
.color_top_bottom {
        background-color: #f5f5ff;
        color: #000000;
}
.color_sub_top_bottom {
        background-color: #eeeeff;
        color: #000000;
}
.color_table_cells {
        background-color: #eeeeee;
        color: #000000;
}

.news {
	margin: 0px;
	padding: 0px 5px 5px;
}
.news p {
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.contactpuces ul li {padding: 0; margin: 0; list-style: square !important;}

#frise {
	margin: 0px;
	padding: 0px;
	background: url(/images/frise.jpg) repeat-x center top;
	height: 90px;
	border-top: 1px solid #0D2B88;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
}
/*HOME LANG*/
div.home_lang { 
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 800px; 
  height: 600px; 
  margin-top: -300px; /* moitié de la hauteur */ 
  margin-left: -400px; /* moitié de la largeur */ 
  border: 1px solid #000; 
  background:#fff url(/images/home_lang.jpg) top left no-repeat;
}
div.lang_content{
padding:460px 0 0 0;
}
* html div.lang_content{
height:30px;
}
div.home_halfleft{
width:49%;
float:left;
text-align:right;
}
div.home_halfright{
width:49%;
float:right;
text-align:left;
}
img.noborder{
border:0;
}
div.home_halfleft img:hover, div.home_halfright img:hover{
border:1px solid #fff;
}
div.video_right{
width:150px;
float:right;
text-align:center;
}
div.documents_left{
width:315px;
float:left;
}
div.clearer{
clear:both;
height:1px;
font-size:1px;
}
div.ui-accordion h2{
cursor:pointer;
}
div.simple_block{
margin : 0 0 10px 0;
}
div.invitation{
width:45%;
float:left;
}
div.focus{
width:45%;
float:right;
}
div.inside_invitation, div.inside_infos, div.inside_programme{
padding:10px;
}
div.thematique_global{
margin:30px 0 0 0;
}
div.thematique_item{
width:49%;
float:left;
margin : 10px 0;
}
div#rightcol h2{
border:0;
font-size:12px;
font-weight:bold;
margin:15px 0 5px 0;
}
div#accordion h2{
background:#fff url(/images/fleche.gif) right no-repeat;
}
div#accordion h2.selected{
background:#fff url(/images/fleche_selected.gif) right no-repeat;
}
div.halflogin{
width:45%;
float:left;
}
a.pays_link{
padding:0 0 0 45px;
display:block;
line-height:30px;
text-decoration:none;
margin:0;
}
h2.focus_title{
padding:20px 0 0 45px;
background:#fff url(/images/icon_focus.gif) bottom left no-repeat;
margin:0 0 10px 0;
}
h2.invitation_title{
padding:20px 0 0 45px;
background:#fff url(/images/icon_invitation.gif) bottom left no-repeat;
margin:0 0 10px 0;
}
div.halfleft{
width:49%;
float:left;
}
div.doc_assoc{
margin:10px;
padding:5px;
border-bottom:1px solid #d4e2ca;
background:#fff;
}
div.video_item{
width:130px;
float:left;
text-align:center;
}
div.archives{
width:130px;
float:right;
text-align:right;
}
h4{
margin:5px 0 5px 0;
}
div.agenda_item img{
float:left;
margin : 0 10px 10px 0;
}
.docs {
margin:10px 0;
}
.activite_item{
margin:0 0 5px 0;
padding:0 0 5px 0;
border-bottom:1px dotted #ccc;
}
.activite_item h2{
border:0;
}
.activite_item h2 a{
color: #709891;
}
.back{
margin:5px 0 0 0;
padding:5px 0 0 0;
border-top:1px dotted #ccc;
}
a.back_link{
padding:0 0 0 10px;
background:transparent url(/images/back_icon.gif) left no-repeat;
}
