/***** Balises générales *****/

p
	{
	font-size: 1em;
	}

h1
	{
	font-size: 1.8em;
	position: absolute;
	left: 0px;
	top: 0px;
	}

h2
	{
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1.5em;
	position: static;
	text-align: center;
	}

h3
	{
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	}

h4
	{
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	text-align: left;
	}	
	
acronym
	{
	cursor: help;
	font-style: normal;
	border-bottom:1px dotted #369;
	}

body
	{
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 79%;
	background-image: url(../images/f.jpg);
	background-repeat: repeat-x;
	background-color: #EBF1F1;
	}

li
	{
	font-size: 1em;
	text-indent: 0px;
	margin-bottom: 0px;
	}

ul
	{
	text-indent: 0px;
	font-size: 1em;
	margin-top: 0px;
	margin-left: 10px; 
	padding-left: 0px;
	margin-bottom: 5px;
	}

/* Liens */

a
	{
	font-size: 1em;
	font-weight: normal; 
	color: #000000; 
	text-decoration: underline;
	}

a:visited
	{
	font-size: 1em;
	font-weight: normal; 
	color: #000000; 
	text-decoration: underline;
	}

a:active
	{
	font-size: 1em;
	font-weight: normal; 
	color: #000000; 
	text-decoration: underline;
	}

a:hover
	{
	font-size: 1em;
	font-weight: normal; 
	color: #CC0000; 
	text-decoration: underline;
	}

/***** Classes et id *****/

.texte
	{
	margin-right: 45px;
	margin-left: 35px;
	text-align: justify;
	}

.compteur
	{
	visibility: hidden;
	left: 0px;
	font-size: 1em;
	width: 180px;
	/*top: 480px;
	position: absolute; Causait un problème d'affichage (compteur par-dessus le menu) lorsqu'on augmentait la taille des caractères*/
	margin-top: 10px;
	position: relative;
	padding-left: 3px;
	text-align: left;
	border: 1px solid #CC0000;
	}

.corps
	{
	left: 195px;
	top: 155px;
	position: absolute;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-y;
	width: 509px;
	height: auto;
	}

.faq
	{
	font-size: 1em;
	border: thin groove;
	margin: 0px 0px 5px;
	padding: 5px;
	background-color: #D6D6D3;
	}

/* En-tête */

#pageHeader h1
	{
	background: transparent url(../images/1.jpg) no-repeat top left; 
	margin-top: 0px; 
	width: 704px; 
	height: 155px; 
	float: left;
	}

#pageHeader h1 span
	{
	display:none
	}

/* Bas de page */

#pageFooter
	{
	background: url(../images/bas.jpg) no-repeat left bottom; 
	width: 704px; 
	height: 155px;
	left: -40px;
	}

#pageFooter span
	{
	display:none
	}

.stat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: relative;
	left: 10px;
	top: 10px;
	}

/* Pays */

.pays
	{
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	}

.lpays ul
	{
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
	}

.lpays li
	{
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
	}

/* Menu de droite */

.lang
	{
	position: absolute;
	left: 704px; /*704 x 697*/
	font-size: 1em;
	width: 130px; /*70 85*/
	top: 20px;
	text-align: left;
	color: black;
	}

.lang ul
	{
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
	}

.lang li
	{
	text-align: left; /**/
	margin-top: 0px;
	margin-bottom: 2px; /*5*/
	border-bottom: thin groove;
	border-bottom-width: 1px;
	border-color: black; /*#666666*/
	}

.lang a, .lang a:active, .lang a:visited
	{
	text-decoration: none;
	color: black; /*#666666*/
	}

.lang a:hover
	{
	text-decoration: none;
	color: #666666; /*#000000*/
	}

#drapeau img {
border: none;
float: left;
margin: 0px 5px 5px 0px;
}

#drapeau_form {
clear: left;
margin: 0px 0px 10px 0px;
}

.lang input {
width: 130px;
}

/* Menu de gauche */

.menu 
	{
	position: absolute;
	left: 0px;
	font-size: 1em;
	width: 195px;
	top: 155px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 80px;
	padding-left: 10px;
	}

.menu ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	}

.menu li
	{
	text-indent: 0;
	padding-left: 0px;
	line-height: 1.3em;
	}

.sousmenu li
	{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding-left: 0px;
	border-bottom: none;
	list-style-type: disc;
	list-style-position: outside;
	}

.menu a, .menu a:visited
	{
	text-decoration: none;
	color: #000000;
	}

.menu a:active, .menu a:hover
	{
	text-decoration: none;
	color: #CC0000;
	}

a[hreflang]:after
	{
	content: "\0000a0(" attr(hreflang) ")";
	}

.focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #EBF1F1;
	color: black;
}
.normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}

.retour
	{
	text-align: right;
	margin-bottom:1em;
	}

.txt_center
	{
	text-align: center;
	}

.img_center
	{
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	width: 320px;
	}

lh
	{
	margin-left: 0;
	margin-top: 10;
	}

/********** lilolulo **********/

/***** Balises générales *****/

blockquote {
font-style: italic;
}

q {
font-style: italic;
quotes: none;
}

/***** Classes et id *****/

.centre {
text-align: center;
}

#traduction_titre {
font-size: 1.2em;
text-align: center;
font-style: italic;
}

.langue, .auteur_e {
font-style: italic;
}

.legende_image {
font-style: italic;
font-size: 85%;
text-align: center;
border-bottom: solid 1px;
border-top: solid 1px;
}

.note {
font-size: 95%;
font-style: italic;
}

/* Mise en page document ou lettre (notes de bas de page, destinataire, etc. */

#notes_bas_page p {
text-indent: -0.5em;
text-align: left;
}

#notes_bas_page sup a {
font-weight: bold;
}

#lettre_destinataire, #lettre_date {
text-align: right;
}

#lettre_notes_bas_page {
font-size: 0.95em;
}

/*  */

#reference_sous_titre {
font-style: italic;
font-size: 0.75em;
}

.reference {
text-align: center;
}

.communique_contact {
text-align: center;
}

/* Page vidéos */

#page_video ul li {
margin-bottom: 1.5em;
}

.video_en_ligne {
text-align: center;
}

.video_en_ligne p {
font-weight: bold;
border: solid 2px black;
}

.liste_p {
margin-bottom: 0;
}

/* Page accueil fr */

#actualite li {
list-style-type: circle;
}

#actualite li a {
text-decoration: none;
}

#actualite a span {
text-decoration: underline;
}

#vignettes_videos {
float: right;
margin-left: 10px;
}

#vignettes_videos p {
width: 120px;
text-align: center;
}

#rss {
border: none;
}

/* Page manifeste */

#image_manifeste {
float: left;
margin-right: 10px;
}

/* Menu de droite */

#lettre_info_droite {
margin-top: 23px;
text-align: center;
line-height: 200%;
}

#titre_INRA_droite {
margin-top: 25px;
margin-bottom: 3px;
font-size: 1.1em;
text-align: center;
}

#commande_INRA_droite {
margin-top: 3px;
text-align: center;
}

#titre_INRA_droite a, #commande_INRA_droite a, #don_droite a {
font-weight: bold;
}

#don_droite {
margin-top: 25px;
text-align: center;
}

/* Cartes Lise */

p.instructions {
	text-align: center;
}

#associations img, #interdiction img {
	border: 2px solid #000000;
}

td.pays {
	text-align: center;
	width: 250px;
}

#associations input {
	font-weight: bold;
	text-align: center;
}

#interdiction {
	margin-top: 20px;
	margin-bottom: 20px;
}

#bulle_interdiction {
	position: absolute;
	width: 212px;
	padding: 10px;
	background-color: #FFFF66;
	font-family: Georgia;
	font-size: 0.9em;
	color: #000000;
	text-align: justify;
	border: 1px solid #000000;
}

/* Page matériel */

.materiel h3 {
text-align: left;
border-bottom: 1px solid black;
}

.materiel img {
border: none;
}

.affiches {
float: right;
margin-left: 12px;
}

.affiches p {
width: 200px;
text-align: center;
}

.tracts img {
border: none;
}

.vetements img {
border: 1px solid black;
}

.separation {
clear: both;
}

.hdp {
font-style: italic;
font-size: 0.9em;
text-align: right;
}

/* Page action */

.tutoriel_videos_code {
width: 100%;
overflow: auto;
font-size: 0.9em;
text-align: left;
border: dashed 1px black;
padding: 3px;
background-color: #EBF1F1;
}

/* Dossier INRA */

.sous_titre {
font-size: 1.2em;
text-align: center;
}

#INRA_vignettes_div {
margin-top: 25px;
}

.INRA_vignettes {
float: left;
}

.INRA_vignettes p {
width: 126px;
text-align: center;
}

#INRA_vignettes_sommaire {
margin-left: 18px;
margin-right: 18px;
}

#INRA_se_procurer img {
float: left;
margin-right: 10px;
}

#INRA_se_procurer ul {
list-style-position: inside;
}

#INRA_PDF_hr {
text-align: center;
margin-top: 25px;
}

#sommaire_INRA h3 {
margin-bottom: 3px;
}

#sommaire_INRA p {
text-align: center;
margin-top: 0;
}

#INRA_img_livre {
float: left;
margin-right: 10px;
}

/* Lettre d'info */

.actu_affiches {
text-align: center;
}

#lettres_info_logo {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

#lettres_info_sous_logo {
clear: right;
}

/* Actualité */

#actu_livre_INRA img {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}


/**/

.imgD {float:right; margin-left:10px; margin-bottom:10px;}
.centre {text-align:center;}

#lienL214 {margin-top:30px; font-size:0.9em; text-align: center;}

.imgB {border: 1px solid black;}
.imgD {float: right; margin-left: 10px; margin-bottom: 10px;}

.imgG {float: left; margin-right: 10px; margin-bottom: 10px;}
