/* CSS Document */
/* www.cp3chene.ch */
/* (C) Copyright Pierre Grydbeck */
/* Validation: http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.cp3chene.ch%2Fdesign%2Fcss%2Fstyle.css */

html, body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#CCECFF;
	/* #B8E0FF */
}

img {
	border:0px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

/* TITRES */

.titre {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	background-color:#9BBFDA;
	border-bottom-color:#7D92A6;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-bottom:0px;
}


/* SOUS TITRES */

.sous-titre {
	font-size:12px;
	font-weight:bold;
	background-color:#B0D6F4;
	border-bottom-color:#7D92A6;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-bottom:0px;
}


.adresse {
	font-size: 10px;
	font-weight: bold;
	background-color:#9BBFDA;
}

.texte {
	font-size:13px;
}
.copyright {
	font-size:9px;
}
.sponsors {
	font-size:12px;
}

/* Tableau */
.container {
	border-style:none;
	border-collapse:collapse;
	border-width:0px;
	padding:0px;
	/*border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border_top_width:0px;*/

}
