@charset "utf-8";
/* CSS Document */


/*#bkg_ground {
	background-image: url(../imgs/bkg_cascade.jpg);
	background-position: 0px 25px;
}*/

#colDroite {
	float: right;
	width: 280px;
	margin-top:15px;
}

#colGauche {
	float: left;
	width: 310px;
}
h1{
	color:#FFF;
	margin-top:0.5em;
	font-size:2em;
}

.colGWhiteBox .top {
	background-image: url(../imgs/whiteBowGauche_top320.png);
	height: 28px;
	width: 300px;
}
.colGWhiteBox .body {
	background-image: url(../imgs/whiteBowGauche_body320.png);
	height: auto;
	width: 240px;
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
.colGWhiteBox .bottom {
	background-image: url(../imgs/whiteBowGauche_bottom320.png);
	height: 28px;
	width: 300px;
}

