/***** l'aspect general *****/

* {
	margin: 0px;
	padding: 0px;
}

BODY, TD, DIV, SPAN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

IMG{
	border: 0px;
}

P {
	margin: 5px 0px;
}

h1 {
	font-size: 30px;
	font-weight: bolder;
	color: #002e62;
	text-align: center;
}

h2 {
	margin: 15px 0px 5px 0px;
	font-size: 20px;
	color: #002e62;
}


/***** cadres generaux *****/

#topg {
	width: 408px;
	height: 82px;
	background: url("./img/topg.gif") no-repeat top right;
}

#top {
	background: url("./img/top.gif") repeat-x;
}

#hg {
	width: 40px;
	height: 50px;
	background: url("./img/cornerhg.gif") no-repeat top right;
}

#hm {
	background: url("./img/hm.gif") repeat-x;
}

#hd {
	width: 40px;
	background: url("./img/cornerhd.gif") no-repeat top right;
}

#mg {
	width: 180px;
	background-color: #8ccee4;
	vertical-align: top;
}

#mm {
	vertical-align: top;
}

#md {
	width: 15px;
	background-color: #8ccee4;
}

#bg {
	height: 50px;
	background: url("./img/cornerbg.gif") no-repeat top right;
}

#bm {
	background: url("./img/bm.gif") repeat-x;
}

#bd {
	background: url("./img/cornerbd.gif") no-repeat top right;
}

#bb {
	background-color: #8ccee4;
	text-align: center;
}


/***** menu *****/

.menu h1, .breves h1 {
	margin: 10px 20px 3px 20px;
	font-size: 15px;
	border-bottom: #003366 1px solid;
	text-align: center;
}

.menu ul, .breves ul {
	list-style-type: none;
}

.menu a, .menu a:link, .menu a:visited, .breves a, .breves a:link, .breves a:visited, .menu a:active, .menu a:focus, .breves a:active, .breves a:focus {
	display: block;
	width: 179px;
	padding: 6px 0px 6px 3px;
	color: #002e62;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover, .breves a:hover {
	background: url("./img/fleche.gif") no-repeat top left;
}

.breves span {
	padding: 0px 0px 0px 15px;
	font-size: 9px;
}


/***** edito *****/

#edito h1 {
	font-size: 35px;
	font-weight: bolder;
	color: #000;
	text-align: center;
}

#edito span {
	margin-bottom: 20px;
	border-bottom: 2px dotted #8ccee4;
	display: block;
	text-align: right;
}


/***** breves *****/

.news .news_titre h1 {
	font-size: 30px;
	font-weight: bolder;
	color: #002e62;
	text-align: center;
}

.news .news_titre span {
	margin-bottom: 10px;
	border-bottom: 2px dotted #8ccee4;
	display: block;
}


/***** dossiers *****/

.dossier .titre h1 {
	font-size: 30px;
	font-weight: bolder;
	color: #002e62;
	text-align: center;
}

.dossier .titre span {
	margin-bottom: 10px;
	border-bottom: 2px dotted #8ccee4;
	display: block;
	text-align: right;
}

.dossier .chapo {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #8ccee4;
}

.dossier .centre {
	margin-left: auto;
	margin-right: auto;
}

.dossier .sstitre {
	font-weight: bold;
	text-align: center;
	color: #646464;
}

.dossier td {
	padding: 5px;
	border: 1px solid #d2d2d2;
}

.dossier ul {
	padding: 10px 0px 5px 0px;
	list-style-type: none;
	list-style-position: outside;
}

.dossier li {
	padding: 0px 0px 0px 15px;
	background: url("./img/puce.gif") no-repeat 0px 50%;
}


/***** copyright *****/

#copyright {
	padding: 1px;
	color: #000000; 
	text-align: center; 
	font-size: 11px
}

#copyright a {
	padding: 0px 3px 0px 3px;
	color: #DB6024;
	font-weight: bold;
}

#copyright a:hover {
	color: #908ABF;
	font-weight: bold;
	background: #E4E1F6;
}