﻿/****************************************
*     GENERAL LAYOUT                    *
*****************************************/

body
{
    margin-left: 0;
    margin-top: 0;
    font-family: Tahoma, Verdana;
    font-size: small;
    background-color: #FFFFFF;
}
.td_titre
{
    width: 428px;
    height: 20px;
    color: #FF0000;
}
.td_color1
{
    background-color: #EFEFEF;

}
.td_color2
{
     background-color: #F5F5F5;
   
}

.dvPage
{
    width: 428px;
    height: 269px;
    margin: 0 auto;
    background-position: center center;
    background-color: #FFFFFF;
}

.titreStyle
{
    font-family: 'Arial Black';
}


/****************************************
*     CONTENT STYLES                    *
*****************************************/
.titre_page
{
    text-align: center;
    font-size: small;
    font-weight: bold;
    color: #CC0000;
}




/****************************************
*     FORMULAIRE STYLES                 *
*****************************************/

.table_formulaire
{
   
    color: #000000;
   
    width: 428px;
   
}

.table_formulaire2
{
    color: #000000;
    font-weight: bold;
    width: 390px;
}


.td_label
{
	width: 120px;
}


.td_label2
{
	width: 30px;
}
.td_saisie2
{
	width: 30px;
	text-align: left;
}
.td_saisie
{
	text-align: left;
}

.td_bouton
{
	padding-left:120px;
	padding-top:20px;
	padding-bottom:20px;
}

.td_message
{
	font-weight: bold;
}



/****************************************
*     TABLE DETAIL STYLES               *
*****************************************/


.td_detail_sep
{
	width: 10px;
	vertical-align: top;
}


