/**
 * CSS du Site Journaux Officiels
 */

/* - - - - - - - - - -  - - - - - - - - - - -  - - - - - - - - - - - - - - - - - */
/* Définition générale */
body {
                margin: 0px;
                height: 100%;
                padding: 0px;
                font-family: Arial, Helvetica, sans-serif;
               
}


h1 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		text-transform: uppercase;
		margin-top: 1.5em;
		margin-right: 0em;
		margin-bottom: 1em;
		margin-left: 0em;
		font-weight: bold;
		color: #db052a;
		background-image: url(../images/carre_rouge.html) ;
		background-repeat: no-repeat;
		padding-left: 9px;
		background-position: 0px 8px;
}

h2 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		color: #000066;	
}

h3 { 
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		margin-top: 1.5em;
		margin-right: 0em;
		margin-bottom: 1em;
		margin-left: 0em;
		font-size: small;
		font-weight: bold;
		color: #830207;
}

h4 { 
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 0.7em;
		margin-right: 0em;
		margin-bottom: 0.3em;
		margin-left: 0em;
		font-size: 13px;
		font-weight: bold;
		color: #010101;
		text-transform: uppercase;
}

h5 { 
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 0.7em;
		margin-right: 0em;
		margin-bottom: 0.3em;
		margin-left: 0em;
		font-size: 13px;
		font-weight: bold;
		color: #434343;
}

		


/* Définition de la zone de contenu */
#contenu {
   margin:0px;
   padding:0px;	
	
	color: #434343;
}

.contentheading { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	margin-top: 1.5em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	font-weight: bold;
	color: #db052a;
	background-image: url(../images/carre_rouge.html) ;
	background-repeat: no-repeat;
	padding-left: 9px;
	background-position: 0px 8px;
}

#contenu p {
	font-family: Arial, Helvetica, sans-serif;
		color: #000066;
		font-size: 80%;
		font-style: normal;
}

/*Lien bleu texte non souligné */

a.lienbleutexte {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
		color: #000066;
		font-style: normal;
		text-decoration: none;
}

a.lienbleutexte:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
		color:#FF0000;
		text-decoration: none;
}



a.lienbleusouligne {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
		color: #000066;
		font-style: normal;
		text-decoration: underline;
}
a.lienbleusouligne:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
		color: #000066;
		font-style: normal;
		text-decoration: underline;
}
.texte_bleu_souligne {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #000066;
		font-style: normal;
		text-decoration: underline;


a.image {display: block; 
background-image: url(../images/stories/Marches_publics/formulaire.html); background-repeat: no-repeat;}
     
a.image:hover {background-image: url(../images/stories/Marches_publics/formulaire_in.html);}


