
.news {
	padding: 5px;
	text-align: center; 
	width: 550px; 
	margin-left: 50px;
	margin-bottom: 10px;
	color: white;
	background-color: #00CC66;
	border:5px ridge #CC0000;
}

/*caractéristiques générales*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
}

body.fenetre {
	padding: 35px;
	text-align: left;
}

a {
	color: #00CC66;
}

a:visited {
	color: #CC0000;
}

a:hover {
	font-weight: bolder
}

a:active {
	color: #CC0000;
}

p {
	margin: 0 2px 14px 2px;
	text-align: left;
}

p.center {
	text-align: center;
}

p.source {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}

p.para {
	font-style: italic;
	font-size: 11px;
}

p.commentaire {
	font-weight: bold;
}

h1 {
	font-size: 32px;
	font-weight: bolder;
	color: #CC0000;
	text-align: center;	
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #00CC66;
	text-align: center;	
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
}

h5 {
	font-size: 18px;
	font-weight: normal;
	color: #00CC66;
	text-align: left;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	color: #00CC66;
	font-style: italic;
	margin-top: 18px;
	margin-bottom: 5px;
}

ul {
list-style-position: inside;
}

ul.para {
	font-style: italic;
	font-size: 11px;
}	

/*caractéristiques menu*/
#barremenu {
	list-style: none;
}

#barremenu a {
	color: black;
	font-weight: normal;
	text-decoration: none;
	border-left: 3px solid #CC0000;
	padding-left: 5px;
	line-height: 20px;
}

#barremenu a:visited {
	color: #00CC66;
}

#barremenu a:hover {
	font-weight: bolder;
}

#diffusion {
	border-top: 1px dotted #00CC66;
	border-bottom: 1px dotted #00CC66;
	padding: 10px 10px;
	text-align: center;
}



/*tableau dates*/

#dates {
	width: 630px;
	border-spacing: 0;
	border: 1px solid black;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	font-size: 14px;
	margin-bottom: 14px;
}

th {
	color: #CC0000;
}

th, td {
	border: 1px solid black;
	width: 33%;
	padding: 4px;
}

td.mois {
	color: #00CC66;
	font-weight: bold;
}

/*tableau photos*/

.photo {
	width: 600px;
	border-spacing:5px;
	border: 0;
	vertical-align: ;
	text-align: center;
	font-size: 14px;
	margin-bottom: 14px;
}

.photo td {border:0;}

img {
	border: none;
}

/*colonnes-mise en page*/

#conteneur {
	width: 959px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}

#colgauche {
	width: 300px;
	float: left;
}

#header {
	width: 650px;
	float: right;
	border-left: 1px solid #CC0000;
	padding: 4px;
}

#contenu {
	width: 650px;
	border-left: 1px solid #CC0000;
	border-top: 1px solid #CC0000;
	float: right;
	padding: 4px;
}

#footer {
	width: 959px;
    border-top: 1px solid #CC0000;
	float: left;
	text-align: right;
	font-size: 9px;
}