div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #9C2D69;
	text-decoration: none;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #9C2D69;
	text-decoration: none;
}



/* CSS Document */

div.conteneur{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	border: 1px solid #003399;
	background-color:#CCE6FF;
}

div.bloc_modif_model{
	text-align:left;
	border:1px solid #666666;
	background-color:#E9F9FE;
	padding:4px;
}

/**** Tableau des pages de gestions *****/
table.table_gestion{
	border:0px solid #D1DBEA;
}

/**** Tableaux affichant une liste (mailing, modele, archive ***/
table.tab_mailing, table.tab_archive{
	border: 0px solid black;
	empty-cells:show;
}

table.tab_mailing th, table.tab_archive th{
	background-color:#000000;
	color:#FFFFFF;
	padding: 4px;
}

table.tab_mailing td, table.tab_archive td{
	background-color:#FDF5DD;
	color:#B36086;
	padding: 4px;
	border-bottom:1px solid #B36086;
}

/**** Formulaire ****/
textarea.form{
	width:400px;
	height:300px;
	background-color:#FFFFFF;
	border:1px inset #000000;
}

input.form{
	width: 200px;
	height: 20px;
	
	border:1px inset #000000;
	background-color:#FFFFFF;
}

input.form_bouton{
	margin:0px;
	padding:0px;
	width:100px;
	background-color:#CCCCCC;
}

select.form_select{
	width:150px;
	height:180px;
	
	border:1px inset #000000;
	background-color:#FFFFFF;
}

option.italique{
	font-style:italic;
}