/* culture shock: slight amnesia v1.0 by pogy366: http://www.raykdesign.net - Dec. 2005 */

/* general page structure and layout */
html, body {
height:100%;
}

body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.8em; 
color:#000000;
margin:0 0 0 0;
padding:0 0 0 0;
background:#FFFF66;
text-align:left;
font-style:italic;
}

a {
  text-decoration: underline;
  color: #990000;
}
a:hover {
  text-decoration: underline;
  color: #990000;
}

span.txt_obligatoire {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#CC0000;
}

#colonne_gauche {
position:absolute;
left:0;
top:0;
width:16em;
height:120%;
margin:0 0 0 0;
padding:0 0 0 0;
/*background:#FFFFFF;*/
background:	#0066CC;
border-right:1px solid #330000;
}

#citation_gauche {
position:relative;
left:0;
width:10.6em;
margin:0 0 0 0;
padding:.5em 5% .5em 5%;
background: 	#FFFF66;
border-top:1px solid #330000;
border-bottom:1px solid #330000;
font-size:18px;
font-style:italic;
color:#330000;
text-align:left;
}

#texte_colonne_gauche{
position:relative;
width:16.7em;
margin:0 0 0 0;
padding:.5em 5% .5em 5%;
/*background:	#FFFFFF;*/
background:	#0066CC;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-align:left;
}

#colonne_droite{
position:absolute;
left:16em;
top:0em;
width:80em;
height:120%;
margin:0 0 0 0;
padding:0 0 0 0;
background:	#FFFF66 url(./../img/navbar_fade.jpg) top repeat-x;
}

.ligne1 {
  color : black;
  background-color: #66CCFF;
}

.ligne2 {
  color : black;
  background-color: #F0E68C;
}

.navbar {
position:relative;
left:0;
top:0;
width:100%;
height:2em;
margin:0 0 0 0;
padding:0 0 0 0;
background:#ffffff;
}

/*#navbar_fade {
position:relative;
left:0;
top:0;
width:52em;
height:3em;
margin:0 0 0 0;
padding:0 0 0 0;
background:#ffffff url(./../img/navbar_fade.jpg) top repeat-x;
border-left:1px solid #DFD8D2;
border-right:1px solid #DFD8D2;
}*/



#footer {
position:relative;
width:100%;
height:2.5em;
margin:0 0 0 0;
padding:.3em .5em 0 0;
background:#ffffff;
border-top:1px solid #DFD8D2;
font-size:.85em;
font-family:Arial, Helvetica, sans-serif;
color:#cccccc;
text-align:right;
}

/* top navigation bar */
#nav ul{
padding:0 0 0 0;
margin: 0 0 0 0;
white-space: nowrap;
font-size:1em;
color:#000000;
float:left;
width:100%;
height:2em;
background:transparent;
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 .4em 0 0;
padding: .4em 1em .46em 1em;
color:#8E1F0D;
font-weight:bold;
text-decoration:none;
float: left;
background:url(./img/accueil_on.jpg);
border-left:1px solid #DFD8D2;
border-top:1px solid #DFD8D2;
border-right:1px solid #DFD8D2;
border-bottom:1px solid #DFD8D2;
}

#nav ul li a:hover{
color:#FFFFFF;
background:url(./img/accueil_off.jpg);
/*background:#8E1F0D;*/
text-decoration:none;
}

/*#nav #current li {
color:#000000;
background:#EDE9E6;
} */

#nav #current_accueil a {
/*color:#FFFFFF;
background:#8E1F0D;*/
background-image:url(./img/accueil_off.jpg);
/*text-decoration:none;*/
}

/* font styles 8E1F0D est le rouge */
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
/*margin:1em 8em 0 0;
padding:0 0 0 0; */
font-size:1.9em;
color:#8E1F0D;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
/*margin:0 0 -.8em;
padding:0 0 0 0;*/
font-size:1em;
color:#8E1F0D;
}

#rci_right_column h3 {
font-family:Georgia, "Times New Roman", Times, serif;
margin:0 0 -.8em;
padding:0 0 0 0;
font-size:.9em;
color:#8E1F0D;
}

#left_text h3 {
font-family:Arial, Helvetica, sans-serif;
margin:0 0 -.7em;
padding:0 0 0 0;
font-size:1.2em;
color:#8E1F0D;
}

.small {
font-family:"Courier New", Courier, mono;
font-size:.85em;
text-transform:uppercase;
}

/* link styles D96107 est le orange */ 
#right_container_inner a {
color:#66c3c3;
text-decoration:underline;
}

#right_container_inner a:hover {
color:#999999;
text-decoration:none;
}

/* images */
#logo {
margin:.5em 0 0 0;
width:15em;
height:14em;
}

img {
border:none;
}

/* misc styles */
blockquote {
margin:.3em .6em .7em .6em;
padding:.05em .5em .05em .5em;
background:#ffffff url(./../img/navbar_fade.jpg) top repeat-x;
border-top:1px solid #CABEB5;
border-bottom:1px solid #EEEAE7;
border-left:1px solid #D7CDC6;
border-right:1px solid #EEEAE7;
font-family:Arial, Helvetica, sans-serif;
color:#008B8B ;
}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

td.entete_liens {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#CC0000;
background-color: #F0E68C;
}

td.carte_liens {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#0066CC;
background-color: #FFFF66;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
