/* Affichage de la newsletter */
html, body {
	float:none;
	border:none;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;	
	text-align:center;
	color:#666666;
	background-color:#FFF;
	width:900px;
    margin-left:auto;
    margin-right:auto;
}
div.full {
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
	width:900px;
	margin-left: -450px;
	left: 50%;
	text-align:left;
}
div.full_page {
	background-color:#FFF;
	color:#000;
}

h1,h2,h3{
	color:#000;
	text-indent:0px;
	margin-left:0px;
	padding-left:0px;
}
.white_link a{
	color:#FFFFFF;
	text-decoration:none;
}
.black_link a{
	color:#000000;
	text-decoration:none;
}
.smart_space
{
	padding-bottom:10px;
}
/* Affichage du modèle la newsletter */

a.header {
	display:block;
	background:transparent url('../img/design/logo.jpg') top left no-repeat;
	width:100px;
	height:100px;
}
div.c_haut {
}
div.c_milieu {
	margin-top:-10px;
	padding:10px;
}
div.c_bas {
}
.info_petit_centre {
	font-size:10px;
	text-align:center;
}
p.texte_courant_centre {
	text-align:center;
}
div.legende {
	float:left;
	width:40%;
	background-color:#FFF;
	border:1px solid #000;
	padding:5px;
	margin:5px 0px 5px 10px;
	text-align:left;
}
div.symbole_legende div {
	width:20%;
	height:20px;
}
div.symbole_legende span {
	margin-top:7px;
}
div.modele_rubrique {
	border:1px dashed #000;
	margin:5px;
}
/* NEWSLETTER */
.bouton_newsletter .btn_vider, .bouton_newsletter .upload_newsletter, .fermer_newsletter {
	display:block;
	width:auto;
	height:auto;
	text-indent:25px;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	border:1px solid #333;
	padding:2px;
}
.btn_vider {background-image:url('../img/btn/bsuppr.png');}
.upload_newsletter {background-image:url('../img/btn/ajout.png');}
.attente_newsletter {
	display:block;
	width:16px;
	height:16px;
	background:transparent url('../img/symbole/attente_small.gif') top left no-repeat;
}
.fermer_newsletter {
	float:right;
	border:0;
	text-indent:0;
	padding-right:25px;
	background-image:url('../img/newsletter/annuler.png');
	background-position:top right;
}
div.message_attente {
	display:block;
	width:99%;
	height:16px;
	text-indent:20px;
	background:transparent url('../img/symbole/attente_small.gif') top left no-repeat;
}
span.calendar table td:hover {
	background-color:#DEDEDE;
	color:#000;
}
table.simple {
	width:100%;
}
table.simple tr, table.simple td {
	border: 0;
	width:33%;
}
table.simple input, table.simple select {
	width:90%;
}
table.simple input.width_auto {
	width:auto;
}
table.simple input.recherche_newsletter {
	width:20px;
	height:20px;
	border:none;
	background:transparent url('../img/symbole/loupe_mini.png') top left no-repeat;
	cursor:pointer;
}
.suppression_hover {margin-right:10px;}
.suppression_hover a.symb_supprimer:hover {
	height:20px;
	padding-left:0px;
	padding-right:0px;
	width:20px;
}
/* Graphique des newsletters */
table.graphique {
	background-color:#FFF;
	width:100%;
	border-collapse:collapse;
}
table.graphique td, table.graphique th {
	text-align:right;
	border:1px solid #000;
}
table.graphique th {
	font-weight:bold;
	background-color:#DEDEDE;
	color:#000;
}
.margin_0 {
	margin:0;
}

table.simple input.recherche_newsletter {
	width:20px;
	height:20px;
	border:none;
	background:transparent url('../img/symbole/loupe_mini.png') top left no-repeat;
	cursor:pointer;
}
