/* Un CSS pour l'impression */



/*Général {
}*/

@import url("www.css");  /* une super carte interactive en cours de dévelopement */ 

body{
color:#000;
font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:small;
margin:  0px;
}

#fond{
background-color:#fff;
padding-bottom:1em;
}

html>body #fond{	
height:auto;
}

#centre{
margin:0;
}

a{
color:#369;
text-decoration:underline;
}

a:hover{
color:#FF9900;
}	

.texte {
margin:0 1em 2em 1em; 
}

.texte strong{
color: #336699 ; 
font-weight:500;
}

pre{
font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:small;
color: #336699;
margin-left:2em;
}

blockquote{
font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:small;
color: #336699;
margin-left:2em;
}




								/* Logo */

#top{
background-image: url("../images/barredetitre1.jpg");
background-repeat: no-repeat;
position: absolute;
top: 20px;
left: 22px;
width: 751px;
height: 120px;
}



/* #en_tete{
position: relative;
top: 6em;
left:7em;
font-family: georgia,times,serif;	
color: #1F3A7B;	
font-size:10pt;
} */


								/* Home page  */

#bloc_accueil{
background-color: #fff; /*#f5f5ff;*/  
border-width:1px;
border-style:none;
border-color:#1F3A7B;
margin:0 ;	 
}

#bloc_accueil h2{
font-family:georgia,"Times New Roman",Times,Serif; 
font-size: large;
font-weight:;
color: #6699cc;		/* orange pétant ff6600  */
margin: 0 0 1em 0; 
}

#bloc_recherche {
background-image: url("../images/back.jpg");
background-color:transparent;				/* Bleu #eff4fa; */
border-width:1px;
border-style: solid;
border-color:#6699cc;     /*#1F3A7B;*/
margin-bottom:1em;
padding-top:2em;
position:relative;
height:350px;
}

#bloc_recherche h2{
font-family:georgia,"Times New Roman",Times,Serif; 
font-size: 13pt;
margin: 0 0 0 3em;
}

#bloc_recherche a{
color: #6699cc ;
text-decoration:none;
}

#boutons{
float: right;
width:50px;
height:50px;
margin: 0;
font-weight:bold;
}

#loupe{
background-image: url("../images/loupe.png");
background-repeat: no-repeat;
height:51px;
width:62px;
position:absolute;
top:0.9em;
left:1.2em;
}

#reponse{
background-image: url("../images/back.jpg");
background-color:#eff4fa;
border-width:1px;
border-style: solid;
border-color:#6699cc;
margin:0;
padding-top:1em;
position:relative;
min-height:400px;
height:400px;
}

html>body #reponse{	
height:auto;
}

#reponse h3{
font-family:georgia,"Times New Roman",Times,Serif;
font-size: medium;
color: #6699cc ;
margin: 1em 0 2em 1em;	
}

#reponse a{
display:inline;
color: #336699 ;
text-decoration:none;
}

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

.float_retour{
float: right;
width: 80px;
margin: 0;
}






						/* Autres Pages */
						

#bloc_cartes, #bloc_links, #contact, #bloc_adresses{
margin:0;
padding-top:1em;
padding-bottom:2em;
position:relative;
min-height:400px;
height:400px;
}	 

html>body #bloc_cartes{	
height:auto;
}

html>body #bloc_links{	
height:auto;
}

html>body #contact{	
height:auto;
}

html>body#bloc_adresses{
height:auto;
}

#contact h2, #bloc_cartes h2, #bloc_links h2{
font-family:georgia,"Times New Roman",Times,Serif; 
font-size: large;
color: #6699cc;        /*#336699 ;*/
margin: 0 0 1em 0;
}

#bloc_links h3{
font-family:georgia,"Times New Roman",Times,Serif;
font-size: medium;
color: #336699 ;
margin: 1em 0 2em 5em;	
}	

#contact h3, #bloc_cartes h3,#bloc_adresses{
font-family:georgia,"Times New Roman",Times,Serif;
font-size: medium;
color:  #6699cc;
margin: 1em 0 2em 1em;	
}

#bloc_links h4{
font-family:georgia,"Times New Roman",Times,Serif;
font-size: small;
color: #d42680;
margin:0 0 1em 0;	
}

#bloc_cartes a{
display:block;
color: #336699 ;
text-decoration:none;
padding-left:0;
background-image:url("../images/puce.gif");	
background-repeat:no-repeat;
background-position:center left;
}

#bloc_cartes a:hover{
}

#bloc_adresses a{
display:block;
color: #336699 ;
text-decoration:underline;
}

#bloc_adresses a:hover{
color:#FF9900;
text-decoration:none;	
}	

a#carte_onu{
display:inline;
text-decoration:underline;
color:#339933;
background:none;	
padding-left:0.2em;
} 

a:hover#carte_onu{
color:#006600;
text-decoration:none;
}

.links{
background-color: #fff;
padding:0.5em;
border:1px dotted #369 ; 
margin:0 0 1em 0;
}

.links a{
}

/*spacer pour signatures page Nous */
.texte span{
color: #336699 ;	
margin-right:1em;
font-weight:600;
} 

#news{
background-image: url("../images/news.png");
background-repeat: no-repeat;
height:51px;
width:80px;
position:absolute;
top:0.9em;
left:0.9em;
}



