#body {
	background-image: url(../images/bg.gif);
	margin: 0px;
	background-repeat: repeat-x;
}
#conteneur {
	margin: auto;
	background-color: #FFFFFF;
	width: 600px;
}
#conteneur2 {
	width: 600px;
	position: relative;
	background-color: #FFF;
	background-image: url(../images/fond_top.jpg);
	background-repeat: repeat-x;
}
#logo {
	position: relative;
	height: 80px;
}
#structure_colonne {
	background-repeat: repeat-x;
	background-image: url(../images/fond_top.jpg);
	position: relative;
	width: 600px;
}
#colonne_titre {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	position: relative;
	width: 590px;
}
#colonne_gauche {
	background-position: 0px 0px 0px 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-left: 5px;
	position: relative;
	width: 220px;
}
#colonne_droite {
	margin-bottom: 5px;
	margin-right: 5px;
	position: relative;
	width: 355px;
}
#bottom {
	width: 600px;
	height: 36px;
	position: relative;
	background-image: url(../images/fond_bottom_newsletter.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

