/* CSS Document */

/* Couleur de fond du site */
body {
	background-color: #c5abd1;
	margin-top: 0px;
}
/* Fin */

/* Dimension et positionnement du site dans la page */
div#global {
	width: 1240px;
	height: 300;
	position: relative;
	margin: auto;
}

/* Positionnement et apparence du Post-it */
div#postit_img {
	position: absolute;
	z-index: 1000;
	left: 174px;
	top: -8px;
	background-image: url(images/postit.gif);
	width: 198px;
	height: 200px;
}
p#postit_txt{
	text-align:center;
	margin: 45px 20px 20px 20px;
}
/* Fin */

/* Apparence des bandeaux droit et gauche */
td#bandeau_G {
	background-image: url(images/theme/2011-2D.jpg);
	width: 200px;
	height: 1000px;	
}

td#bandeau_D {
	background-image:url(images/theme/2011-2G.jpg);
	width: 200px;
	height: 1000px;	
}
/* Fin */

table, tr, td, th{
	background-color:#FFFFFF;
	border: none;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b172b6;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b172b6;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993399;
	font-weight: bold;
}
.style5 {
	font-family: BlackJack;
	font-size: 36px;
	color: #D14A1B;
}
.style6 {
	font-family: BlackJack; 
	font-size: 24px; 
	color: #999999; 
}
a {
	text-decoration:none;
}

