/* CSS Document */

body {
	background-color: #C2CDD6;
	background-image: url(images/background.png);
}
.tete {
	background-image: url(images/h2.png);
	background-repeat: repeat-x;
	height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	margin-top: 0px;
	font-weight: bold;
	padding-top: 5px;
}

.cadre {
	background-color: #f2f4f3;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	text-align: justify;
	margin: 10px;
}
.contenu {
	padding-right: 10px;
	padding-left: 10px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}

.titre-blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.fondTD {
	background-color: #FFFFFF;
	border: thin solid #cccccc;
}

a, a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
a:hover, a:active { 
	color: #ff6000; 
	text-decoration: underline;
}
.cadreMenu {
	background-color: #f2f4f3;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	text-align: justify;
	margin: 10px;
	background-image: url(images/ressac.jpg);
	height: 144px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.teteMenu {

	background-image: url(images/cellpix1.png);
	background-repeat: repeat-x;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	margin-top: 0px;
	font-weight: bold;
	padding-top: 2px;
}

