/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #000099 url(images/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 23px 17px 10px 17px;
}
#contentZone {
/*background: url('images/4cities4.jpg') center no-repeat;
background-position: 25px 92px;*/
margin: 20px 17px 0px 17px;
/**/
}
#contentZone hr{
/*background: url('images/4cities4.jpg') center no-repeat;
background-position: 25px 92px;*/
margin-left:26px;
margin-right:26px;
/**/
}
#langChoice p {
color: black;
background-color:transparent;
padding: 23px 0px 0px 30px;
margin: 0px 0px 0px 0px;
/*display:block;
text-decoration:none;*/
}
#langChoice p.ita {
/* position:absolute;
top:0px; */
 margin-left:140px;
/*border:1px solid red;*/
/*margin: 0px 0px 0px 140px;
padding: 0px 0px 0px 10px;*/
background: url('../images/icone_ita_corr_20px.gif') left no-repeat;
background-position: 3px 30px;
}
#langChoice p.fra {
margin-left:190px;
background: url('../images/icone_fra_corr_20px.gif') left no-repeat; 
background-position: 3px 30px;
}
#langChoice p.de {
padding-top:22px;
margin-left:240px;
background: url('../images/icone_de_corr_20px.gif') left no-repeat; 
background-position: 3px 30px;
}
#langChoice p.eng {
padding-top:22px;
margin-left:290px;
background: url('../images/icone_eng_corr_20px.gif') left no-repeat;
background-position: 3px 30px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

/*#header {
background: url('images/header.png') top center no-repeat; 
width: 746px;
height: 106px;
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 20px;
color: white;
font-size: 12px;
}
/*#header a {
color: white;
background-color:transparent;
padding: 0px 0px 3px 30px;
display:block;
text-decoration:none;
}
a.ita {
margin:0px 0 0 20px;
background: url('../images/icone_ita_corr_20px.gif') center left no-repeat; 
}
a.fra {
margin:5px 0 0 60px;
background: url('../images/icone_fra_corr_20px.gif') center left no-repeat; 
}
a.de {
margin:5px 0 0 100px;
background: url('../images/icone_de_corr_20px.gif') center left no-repeat; 
}
a.eng {
margin:5px 0 0 140px;
background: url('../images/icone_eng_corr_20px.gif') center left no-repeat; 
}
/*                    Menu                   */
#menu_lang {
width: 400px;
margin-top: -40px;
margin-right: 15px;
float: right;
text-align: right;
}

#menu_lang li {
display:inline;
padding: 0 5px 0 5px;
}	
#menu_lang a {
text-decoration: none;
color:white;
background-color:transparent;
}	
#menu_lang li a:hover{
text-decoration: underline;
}	
#menu_lang li a.ongletlienactif {
text-decoration: underline;
}

#chemindefer 
{
padding: 0 0 10px 20px;
color:navy;
background-color:transparent;
}

#chemindefer li 
{
display: inline;
padding-left: 10px;
padding-right: 6px;
background-image: url(images/fleche_g_grs.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
font-weight: bold;
}
#chemindefer a {
color:blue;
text-decoration: none;
background-color:transparent;
}	
#chemindefer li a:hover{
color:navy;
background-color:transparent;
}	


/* #menu li a:link, #menu li a:visited {
color: navy;
background:  url(images/off.png) top center no-repeat;
}
	
 */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
background:  url(images/off.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
background:  url(images/texttop.png) top left no-repeat;
width: 510px;
margin: 0px 0px 0px 220px;
padding-top: 55px;
padding-left: 10px;
border: 2px navy;
}

#stuff label {
width:33%;
display:block;
float:left;
} 

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
margin:0;
}
#bottom  p{
padding: 5px 20px 0 20px;
text-align:center;
}