/*gère les marges pour toute la page*/

* {
	margin:0px;
	padding:0px;
}

/*attributs par défaut pour toute la page*/
body {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
	background-image: url(img/bg_green.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/*attributs de liens par défaut*/
/*a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#FFF000;
}*/

/*définition pour le 955*/
#main {
	width:955px;
	height:auto;
}

#header{
	width: 955px;
	height: 174px;
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
}

#header img {
	margin: 27px 0px 0px 2px;
}

#header p {
	margin: 0px 0px 0px 422px;
	font-size:11px;
	font-weight: bold;
	color: #231F20;
}

#header a {
	text-decoration: none;
	font-weight: bold;
	color: #231F20;
}

#menuP {
	width: 955px;
	height: 173px;
	background-image: url(img/bg_menup.jpg);
	background-repeat: no-repeat;
}

#menuP a {
	text-decoration: none;
	color: #FFFFFF;
}

.petit{
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align:top;
}

#left {
	width: 217px;
	height: 130px;
	margin: 30px 0px 0px 434px;
	float: left;
}

/*IE6 hack*/
* html #left {
	width: 217px;
	height: 130px;
	margin: 30px 0px 0px 217px;
	float: left;
}

#left p, #right p {
	margin: 0px 0px 5px 0px;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
}

#right {
	width: 285px;
	height: 136px;
	margin: 30px 0px 0px 0px;
	float: right;
}

#content {
	width: 955px;
	height: 1150px;
	background-image:url(img/bg_content.jpg);
	background-repeat:no-repeat;
	text-align: left;
}

#content p {
	margin: 0px 0px 15px 0px;
}

#left_c{
	width: 414px;
	float: left;
	margin: 419px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#left_c img {
	margin: 0px 0px 12px 0px;
}

#right_c{
	width: 452px;
	float: right;
	margin: 25px 53px 0px 0px;
	padding: 12px 8px 0px 8px;
	font-size: 14px;
	font-weight: bold;
}

#right_c img {
	margin: 23px 0px 8px 0px;
}

.txt{
	width: 397px;
	height: 22px;
	margin: 0px 0px 6px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-bottom: 2px solid #8A8A8A;
	border-right: 2px solid #8A8A8A;
	color: #8A8A8A;
}

.txt_area{
	width: 397px;
	height: 108px;
	margin: 0px 0px 6px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-bottom: 2px solid #8A8A8A;
	border-right: 2px solid #8A8A8A;
	color: #8A8A8A;
	overflow:auto;
}

.btn{
	width: 100px;
	height: 22px;
	margin: 0px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-bottom: 2px solid #8A8A8A;
	border-right: 2px solid #8A8A8A;
	color: #8A8A8A;
	background-color: #FFFFFF;
}

#message{
	color: #000000;
}

.erreur{
	font-weight: bold;
	color: #930d0D;
}

.ok{
	font-weight: bold;
	color: #32723E;
}

.title{
	font-size: 16px;
}