﻿@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;

}
/*1px = montre les cadres sur la page html*/
div{
	border:0px solid #000000;
}



/*************************** Liens *****************************/
/*defini les paragraphes*/
/*p {
	text-indent: 0em;
	text-align:justify;
}*/

balises {
  propriété : valeur !important;
}


#texte_intro p {
	text-decoration:underline;
	font-size:16px;
}
/*defini le format des liens*/
a{
	font-weight:bold;
	color:#0065b2;
	text-decoration:underline;
}
/*a:visited{
	color: #000000;
}*/
a:hover {
	color: #036;
	text-decoration:underline;
}

/*defini un autre le format de liens, à utiliser avec <a href="" class="style2">
a.style2{
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
a.style2:visited {
	color: #000000;
}
a.style2:hover {
	color: #000000;
	text-decoration:underline;
	
}*/

/*envele cadre sur images clicables*/
#texte_intro a img{
	border:none;
	border:0px;
}


/*************************** global *****************************/
/* page*/
#global{
	width:1039px;
	padding-bottom:30px;
}
/* cadre texte + image rappel contenu*/
#title{
	height:20px;
	margin-left:5px;
	margin-top:2px;
	}
	
/* cadre de texte*/
#contenu{
	height:auto;
	width:747px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.center  {
text-align:center;
}

legend, table{
font-weight:bold;
}

table, td, tr {border:0px solid black;}

.paiement{
height:100px;
width:100%;
float:right;
}

input, textarea{
	float:none;
	}
	
	.titre1{
	font-size : 11px;
	}

fieldset legend{
color:black;
}

fieldset{
	border-width:1px;
	border-color:#666;
	height:auto;
	padding-left:5px;
	width:750px;
	 top: 1em;
          position: relative;
	}
	


      legend {
          top: -1em;
           position: relative;
      }

	
.redg{
font-weight:bold;
color:rgb(255,0,0);
font-size:100%;
}

.blueg{
font-weight:bold;
color:rgb(0,0,255);
font-size:100%;
}


#engagement td{
	border-style:inset;
	border-width:1px;
	}
	
/* police rappel de la categorie*/
.titre{
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-left:3px;
}

form{
	font-weight:bold;
	color:#000000;
	}

	

/* intro du contenu*/
#texte_intro{
	font-family:Verdana, Geneva, sans-serif;
	height:auto;
	width:auto;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}






/*************************** mises en pages *****************************/

