#body {
	background:#FFFFFF;
	text-align:center;
	color:#000000;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
}
#body img {
	border:none;
}
#body a {
	color:#58585A;
	text-decoration:underline;
}
#body a:hover {
	text-decoration:none;
}
#body #openInBrowser {
	margin-bottom:10px;
	margin-top:10px;
}
#body #unsubscribe {
	margin-bottom:10px;
	margin-top:10px;
}


/* Ombres */
#shadowTop {
	 background:url("shadowTop.jpg") top right no-repeat; 
}
#shadowBottom {
	background:url("shadowBottom.jpg") bottom left no-repeat;
	padding-bottom:24px;
}
#shadow {
	text-align:left;
	width:629px;
	margin-right:auto;
	margin-left:auto;
	background:url("shadow.jpg") top right repeat-y;
}

/* Conteneur */
#body #conteneur {
	width:600px;
	border:1px solid #000000;	
	background:#FFFFFF
}
#body #conteneur #inner {
	margin:10px;
	background:url("fondBarre.jpg") 6px 0px repeat-y;
}



/* Header */
#body #header {
	background:url("header.jpg") top left no-repeat;
	height:103px;
}
#body #header h1 {
	letter-spacing:-1000em;
	position:absolute;
}
#body #header h1 a {
	display:block;
	height:80px;
	width:100px;
}
#body #header .infos {
	float:right;
	display:inline;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	font-size:9pt;
	margin-top:55px;
	margin-right:10px;
}


/* Contenu */
#body #contenu {
	background:url("bottom.jpg") bottom left no-repeat;	
	padding-left:120px;
	padding-right:10px;
	padding-bottom:20px;
}

/* Titre principal */
#body h2 {
	text-align:center;
	font-size:18pt;
}
/* Petit Titre */
#body h3 {
	margin-left:10px;
	background:url("puce.jpg") center left no-repeat;
	padding-left:15px;
	color:#F10044;
	display:inline;
}

/* deux colonnes */
#body .colonnes {
	overflow:hidden;
	width:450px;
}
#body .colonnes .colonne1 {		
	float:left;
	display:inline;
	margin-right:10px;
	width:220px;	
}
#body .colonnes .colonne2 {
	float:left;
	display:inline;
	width:220px;
}
/* Tableau des prix */
#body table.prix {
	width:440px;
	border-collapse: collapse;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#body table.prix td {
	text-align:center;
	width:220px;
	border:1px solid #C6C7C8;
	padding-top:3px;
	padding-bottom:3px;
}
#body table.prix thead td {
	background:#C6C7C8;
	font-weight:bold;
}

/* téléchargement */
#body .downloads {
}
#body .downloads a {
	color:#F10044;
}
#body .downloads a:hover {
	text-decoration:none;
}
#body .downloads .accroche {
	margin-bottom:10px;
	font-size:14pt;
	text-align:center;
}
#body .downloads .cpdp {
	margin-bottom:5px;
	text-align:center;
}


/* A propos */
#body .aPropos {
}
#body .aPropos h4 {
	color:#F10044;
	font-weight:bold;
	margin-bottom:0.5em;
}
#body .aPropos .texte {
	font-style:italic;
}

/**** Contacts ****/
#body .contacts {
	overflow:hidden;
}
#body .contacts h4 {
	font-weight:bold;
	color:#F10044;
	margin:0px;
}
#body .contacts a {
	color:#F10044;
}
#body .contacts a:hover {
	text-decoration:underline:
}
#body .contactPresse {
	float:left;
	width:280px;
}
#body .contactIsoft {
	width:170px;
	float:left;
}










/******** Fix *********/
/* Newsletter 632 : Amadéa V5, une nouvelle version innovante, on a eu un problème avec le chapeau, il n'est pas passé lors de l'envoi pour des causes encore inconnues.
On va tenter d'arranger ça en le mettant en image... 

C'est assez moche, on va masquer les textes italiques du texte principal (pour éviter que l'image ne dérange le texte en apercu), rajouter un padding, mettre une image de fond
et réafficher les autres italiques...
*/

/* Le texte à mettre en image */
.newsletter632 #contenu em {
	display:none;
}
/* Le sous-titre */
.newsletter632 #contenu h2 em {
	display:inline;
}
/* On rajoute une image au titre ...*/
.newsletter632 #contenu h2 {
	background:url("newsletter632Chapeau.jpg") bottom left no-repeat;
	padding-bottom:110px;
	margin-bottom:1.5em;
}


