body {
	margin:0;
	padding:0;
	
}

#cnt {
	width : 740px;
	margin: auto;
	font-family : verdana;
	font-size : 11px;
	text-align: left;
}

#cnt table {
	font-family : verdana;
	font-size : 11px;
}

#cnt a {
	color:#de0024;
	font-weight:bold;
	text-decoration:none;
}

#cnt a:hover {
	color:#541C1C;
	font-weight:bold;
}

#cnt #titre1 {
	font-size : 17px;
	text-align:center;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:30px;
}

#cnt #intro {
	font-size : 12px;
}

#cnt #titre {
	font-size : 14px;
	text-align:center;
	font-weight:bold;
}

#cnt p {
	margin-top:20px;
}

#cnt ul {
	margin:6px 0 10px 30px;
	padding:0;
}

#cnt ul li {
	margin:0;
	list-style-type:square;
}
	
.stt {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	padding: 20px 0px 12px 0px;
}

#texte .tt {
	font-size: 13px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

#texte ul {
	margin: 6px 0 6px 30px;
	padding: 0;
}

#texte ul li {
	margin: 15px 0;
	padding: 0;
}

input {
	width: 180px;
}

#listenom {
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

#mention {
	font-size : 9px;
	text-align:center;
}

.lettre {
	width: 100%;
	text-align: center;
	margin: 30px 0 20px 0;
}

.lettre a {
	text-decoration: none;
}

#titre {
	text-align: left;
}

#titre ul {
	padding: 0;
	margin: 15px 0 15px 40px;
	text-align: left;
}

#titre ul li {
	padding: 0;
	margin: 5px 0 0 0;
	list-style-type: none;
	font-size: 12px;
}

#titre ul li table ul {
	padding: 6px 0 6px 60px;
	margin: 0;
}

#titre ul li table ul li {
	margin: 4px 0 0 0;
	padding: 0;
}

#titre ul li table ul li a {
	font-weight: normal;
}

#presid ul, #syndic ul {
	
}

#presid ul li, #syndic ul li {
	
}

#presid table ul li a, , #syndic table ul li a {
	
}

/********************************************************************************************/
/*	Boites de dialogue
/********************************************************************************************/
/*	Boîtes générales */
.box {
	background-color:#FFBFBF;
	border:1px solid #541C1C;
	margin-bottom:10px;
	padding:5px;
	position:relative;
	color:#541C1C;
}

/********************************************************************************************/
/*	Bordures
/********************************************************************************************/
.border {
	width:7px;
	height:7px;
	position:absolute;
}
.border.top.left {background-image:url(img/box_border_topleft.png);top:-5px;left:-5px;}
.border.top.right {background-image:url(img/box_border_topright.png);top:-5px;right:-5px;}
.border.bottom.left {background-image:url(img/box_border_bottomleft.png);bottom:-5px;left:-5px;}
.border.bottom.right {background-image:url(img/box_border_bottomright.png);bottom:-5px;right:-5px;}