A
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #6699cc;
    FONT-FAMILY: Tahoma;
    TEXT-DECORATION: underline;
}
A:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: red;
    FONT-FAMILY: Tahoma;
    TEXT-DECORATION: underline;
}

BODY
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #5B5840;
    FONT-FAMILY: Tahoma;
}
TD
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #5B5840;
    FONT-FAMILY: Tahoma;
}

.Menu_Gauche
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    MARGIN: 0px;
    COLOR: #5B5840;
    FONT-FAMILY: Tahoma;
	text-decoration: none;
}

.Menu_Gauche:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: white;
    FONT-FAMILY: Tahoma;
	background-color: #5B5840;
	text-decoration: none;
}

.Entete
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    COLOR: #5B5840;
    FONT-FAMILY: Tahoma;
}

.Titre
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: #black;
    FONT-FAMILY: Tahoma;
}

.Highlight_Menu
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: white;
    FONT-FAMILY: Tahoma;
	background-color: #5B5840;
	text-decoration: none;
}

.Highlight_Menu:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: white;
    FONT-FAMILY: Tahoma;
	background-color: #5B5840;
	text-decoration: none;
}

/* ***** ***** ***** STYLES POUR LE DOCUMENT ***** ***** ***** */
#document {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*width:720px;*/
	text-align:left;
}

.asterix {
	color:red;
	font-size:14px;
}

.erreur {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:red;
	border:1px solid red;
}

legend {
	padding:5px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	color:#5c5741;
}

h1 {
	font-size:16px;
	text-align:center;
}

/* ***** ***** ***** ENTĘTE DU RMA ***** ***** ***** */
#entete_rma {
	width:720px;
}

#entete_rma .colonne_gauche_360 {
	margin-top:10px;
	width:50%;
	float:left;
}

#entete_rma .colonne_droite_360 {
	margin-top:10px;
	width:50%;
	float:left;
}

#entete_rma fieldset {
	border:none;
	margin-top:10px;
}

#entete_rma label {
	display:block;
	width:100px;
	float:left;
}


/* ***** ***** ***** TABLEAU DES ITEMS ***** ***** ***** */
#tableau_items {
	width:720px;
	float:left;
	border:1px solid #5c5741;
}

#tableau_items table {
	width:100%;
	border:1px solid #333;
	text-align:center;
}

#tableau_items td {
	border:1px solid #888;
	vertical-align:top;
}

#tableau_items .col1 {
	width:19%;
}

#tableau_items .col2 {
	width:19%;
}

#tableau_items .col3 {
	width:7%;
}

#tableau_items .col4 {
	width:20%;
}

#tableau_items .col5 {
	width:35%;
}

#tableau_items textarea {
	width:90%;
}

/* ***** ***** ***** LES COMMENTAIRES ***** ***** ***** */

#commentaires {
	width:720px;
	float:left;
	
}


#commentaires fieldset {
	border:none;
	margin-top:10px;
}

#commentaires textarea {
	width:98%;	
}

/* ***** ***** ***** ENVOI PROJET ***** ***** ***** */

#envoi_projet {
	width:720px;
	float:left;
	
}


#envoi_projet fieldset {
	border:none;
	margin-top:10px;
}


/******************************** */