/* corps de page général */
body{
	width:auto;
	font-family:"Verdana", sans-serif;
	font-size:0.8em;
}

/* type de sections */

#entete{
	display:none;

}

#bandeau{
	display:none;
}

#menu{
	display:none;
}

#left_menu{
	display:none;
}

#content{
	width:auto;
}

#footer{
	display:none;
}


#print{
	display:none;
}

#donate_2{
	display:none;
}

#cartouche_print {

	width: auto;
	border: 3px double black;

}

.gotop{
	display:none;
}

#appel{
	margin:0;
	padding:1%;
	background-color:#FFFFFF;
	color:#000000;
	font-family:"Verdana","Arial",sans-serif;
	font-size:10pt;
}

#appel h2{
	text-align:center;
	font-size:12pt;
}

#appel h3{
	text-align:center;
	font-size:12pt;
}


#appel p{
	text-align:justify;
}

#formulaire_papier{
	width:80%;
	text-align:justify;
	margin: 20px;
	margin-left:auto;
	margin-right:auto;
	padding: 1%;
	float: none !important;
	color: black;
	background: transparent;
	border:2px dashed black;
	font-family:"Courier New",monospace;
	font-size:medium;
	background-color:white;
}

#formulaire_papier h3{
	text-align:center;
}

#formulaire_papier p{
	text-indent:0px;
	font-weight:normal;
}

#for_print{
	font-size:x-large;
	padding:5%;
	text-align:center;
	
}
/* définition globale de balise */

/* format de paragraphe */
p {
	text-indent:1.2em;
	margin-left:10px;
}

/* format de bloc citation */
blockquote{
	font-style:italic;
}

/* format de citation en inline */
/* honteusement repompée */

/* Specify pairs of quotes for two levels in two languages */
q:lang(en) { quotes: '"' '"' "'" "'" }
q:lang(fr) { quotes: "\00AB" "\00BB" '"' '"' }
q:lang(no) { quotes: "\00AB" "\00BB" '"' '"' }

/* Insert quotes before and after Q element content */
q:before { content: open-quote }
q:after  { content: close-quote }

/* niveaux de titre */

h1{
	font-size:xx-large;
	text-align:center;
	color:#000000;
}

h2{
	color:#000000;
	font-size:large;
	text-decoration:underline;
}

h3{
	font-size:medium;
}

/* image dans un lien */
a img{
	border:none;
}

/* link mail class */
a.mail{
	font-size:x-large;
	font-family:"Verdana", sans-serif;
	color:#000000;
	text-decoration:none;
}

a.mail:hover{color:red;}

/* link menu class */
a.menu:link {color: green; text-decoration:none;}
a.menu:visited {color:blue; text-decoration:none;}
a.menu:hover {color:gray; text-decoration:none;}
a.menu:active{color:black;text-decoration:underline;}




