@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	border: 0;
}
html {
	margin: 0;
	padding: 0;
	height: 100%
}
.flashclass{ /*sample CSS class added to image slideshow container*/
/*width: 200px; /*a width should be defined for transition to work*/
/*border: 5px solid orange;*/
/*padding: 5px;*/
}

.flashclass img{
border-width: 0;
}
.bg1 {
	background-attachment: fixed;
	background-color: #343434;
	background-image: url(img/bg01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #343434;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	height: 100%
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #f26722;
}
a:active {
	text-decoration: underline;
	color: #f26722;
}
/* STRUCTURE */

#contener {
	width: 960px;
	padding: 10px;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	height: 1024px;
	background-color: #000000;
}
#header {
	padding: 0px;
	margin: 0px;
}
#homepage {
	padding: 0px;
	margin: 0px;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 387px;
	float:left;
}
/* HEADER - - - - - - - - - - - - -*/

#menu {
	width:573px;
	height : 40px;
	float:left;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	padding : 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li {
	float : right;
	margin : 0;
	padding : 0;
	list-style-type : none;
	font-size : 14px;
	text-align : center;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #333333;
}
#menu li a {
	color : #fff;
	text-decoration : none;
	padding : 2px 4px 1px 4px;
	margin : 0 10px;
	line-height : 20px;
}
#menu li a:hover {
	border-bottom: 2px solid #f26722; 
	background-color: #282828;
}
/* - - - - - - - - - - - - */
#leftCol {
	width:468px;
	float:left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightCol {
	width:480px;
	float:left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/*
div.spacer, permet de faire deux colonne dans #container
*/
div.spacer {
	clear:both;
	height:2px;
	display:block;
}
#moduleFlash {
	background-color: #000000;
}
#actu {
	background-color: #121212;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#accueil {
	background-color: #121212;
}
#calendrier {
	background-color: #121212;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#accueilTitre {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF3300;
	padding-left: 6px;
	line-height: 24px;
}
#accueilEdito {
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	background-color: #121212;
}
#actuTitre {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF3300;
	padding-left: 6px;
	line-height: 24px;
}
#actuEdito {
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
}
#calendrierTitre {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF3300;
	padding-left: 6px;
	line-height: 24px;
}
#calendrierEdito {
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
}
#calendrierEdito ul {
	padding : 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#calendrierEdito li {
	list-style-position: inside;
	list-style-type: square;
}
.txtMiseEnAvant {
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}
.txtObsolete {
	font-weight: normal;
	text-decoration: line-through;
	color: #666666;
}
.ag dl{}
.ag dt {
	font-size: 14px;
	font-weight: bold;
}
.ag dd a {
	color: #FF3300;
	text-decoration: underline;
}
.ag dd a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FF3300;
}
#leftCol_photos {
	width:780px;
	float:left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightCol_photos {
	width:480px;
	float:left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#leftCol_photos a{
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
}

#leftCol_photos a:hover{
}
#leftCol_photos dl
{
	background-color: #333333;
	width: 100px;
	text-align: center;
	padding: 10px;
	float: left;
	margin-right: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftCol_photos dt {
	font-weight: bold;
	font-size: 12px;
}

#leftCol_photos dt img
{
border: 1px solid #000;
width: 100px;
height: 67px;
}

#leftCol_photos dd
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}
.bg1new {
	background-attachment: fixed;
	background-color: #990000;
	background-image: url(img/bg01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

