/* CSS Document */
body { /* SETUP: controle de base */
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #333;
}
#wallpaper-left { 
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(index-structure/wallpapers-left-235x435.jpg);
}
#wallpaper-right { 
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(index-structure/wallpapers-right-190x435.jpg);
}
#phonebox { 
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(index-structure/fond-numero-telephone-579x1.jpg);
}
#copybox { 
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding: 12px 0px 5px 0px;
	color: #000;
	width: 260px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
p.pSmall {
	color: #000;
	width: 260px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
b {
	color: #000;
	font-weight: bold;
}
/*-- LES COULEURS --------------------*/
.mauve {
	color: #639;
}
.texte-vert {
	padding: 14px 0px 0px 0px;
	color: #6C0;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.numero-sans-frais {
	padding: 8px 0px 0px 0px;
	color: #606;
	font-size: 22px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.info-contact {
	color: #606;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}