/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
	min-height: 100%;
	line-height:1px;
}
body {
	line-height: 1;
	height: 100%;
	text-align:left;
}
#container {
	width:998px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #210000;
	height: 580px;
}
.clear {clear:both;}
a img,:link img,:visited img { border:none; }

/* SIDE BAR
-------------------------------------- */
#sidebar {
	width: 182px;
	float:left;
	background-color: #210000;
	background-image: url(../images/sidebar_accueil2012.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 580px;
}
/* header ------ */
#header {
	width: 182px;
	height: 61px;
	background-image: url(../images/header_1.gif);
	background-repeat: no-repeat;
	float: left;
}
#header #branding {
}
#header #branding h1 {
	text-indent: -9999px;
}
#header h2 {
	text-indent: -9999px;
}
/* sm ------ */
#sm {
	width: 182px;
	height: 400px;
	float: left;
}

/* bulletin ------ */
#bulletin {
	width: 182px;
	background-image: url(../images/bulletin_bckg.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
#bulletin form {
	margin-top: 50px;
}
#bulletin .boitecourriel {
	height: 12px;
	width: 128px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin-left: 20px;
	padding:4px;
	margin-top:4px;
	margin-bottom:10px;
}
#bulletin .bouton {
	color: #FF9;
	background-color: #210000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
    padding:4px;
    border:1px solid #FF9;
	display: block;
	margin-left: 20px;
}
#bulletin .bouton:hover {
	color: #FF9;
	background-color: #000000;
}
/* CORE
-------------------------------------- */
#core {
	width: 816px;
	float:left;
	height: 580px;
}
/* menu ------ */
#menu {
	width: 816px;
	height:61px;
}
ul#nav {
	width: 816px;
	height: 61px;
	position: relative;
}
ul#nav li {
	float: left;
	list-style: none;
}
ul#nav li a {
	position: absolute;
	display: block;
	height: 61px;
	text-indent: -9999px;
	font-size: 1%;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	width: 816px;
}
ul#nav li#nav_a a {
	left: 0;
	width: 303px;
	background-position: 0 0;
}
ul#nav li#nav_b a {
	left: 303px;
	width: 243px;
	background-position: -303px 0;
}
ul#nav li#nav_c a {
  left: 546px;
  width: 270px;
  background-position: -546px 0;
}
ul#nav li#nav_a a:hover {
  background-position: 0px -61px;
}
ul#nav li#nav_b a:hover {
	background-position: -303px -61px;
}
ul#nav li#nav_c a:hover {
  background-position: -546px -61px;
}
#body_sm1a ul#nav li#nav_a a {
  background-position: 0px -61px;
}
#body_sm2a ul#nav li#nav_b a{
  background-position: -302px -61px;
}
#body_vs ul#nav li#nav_c a {
  background-position: -546px -61px;
}

/* contenu ------ */
#contenu {
	width: 816px;
	background-color: #210000;
	font-size: 1em;
	height: 493px;
}
#insidecontenu {
	width: 794px;
	overflow: hidden;
}
#contenu .img_gauche{
}
#contenu .img_droite{
	float: right;
	margin-left: 20px;
}
#contenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #e6d393;
	margin-bottom: 20px;
	font-weight: bold;
}
#contenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #e6d393;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}
#contenu h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #e6d393;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* 16×0.75=18 */
	line-height: 1.25em;
	padding-bottom:0.6875em;
	color: #FFF;
}
#contenu a {
}
#contenu a:hover {
}
/* footer ------ */
#footer {
	height: 26px;
	width: 816px;
	background-color: #e6d393;
}
#footer #smfooter {
	width: 567px;
	float: left;
	height: 26px;
}
ul#navfooter {
	width: 319px;
	height: 26px;
	position: relative;
}
ul#navfooter li {
  float: left;
  list-style: none;
  width: 100%; /* IE whitespace bug */
}
ul#navfooter a {
	position: absolute;
	display: block;
	height: 26px;
	text-indent: -9999px;
	font-size: 1%;
	background-image: url(../images/footer_menu.gif);
	background-repeat: no-repeat;
	width: 319px;
}
ul#navfooter li#navfooter_a a {
	left: 0;
	width: 116px;
	background-position: 0 0;
}
ul#navfooter li#navfooter_b a {
	left: 116px;
	width: 96px;
	background-position: -116px 0;
}
ul#navfooter li#navfooter_c a {
	left: 212px;
	width: 107px;
	background-position: -212px 0;
}
ul#navfooter li#navfooter_a a:hover {
	background-position: 0px -26px;
}
ul#navfooter li#navfooter_b a:hover {
	background-position: -116px -26px;
}
ul#navfooter li#navfooter_c a:hover {
	background-position: -212px -26px;
}
#footer #social {
	float: left;
	width: 249px;
	background-image: url(../images/footer_social_bckg.gif);
	height: 26px;
}


.uneliste {
	margin-top: 20px;
	margin-bottom: 10px;
}
.uneliste ul {
	list-style-image: url(../images/bullet.gif);
	margin-left: 40px;
}
.uneliste li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* 16×0.75=18 */
	line-height: 1.125em;
	padding-bottom:0.6875em;
	color: #FFF;
	padding-bottom: 8px;
}
#slideshow {
	position:relative;
	height:493px;
	width: 816px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
/* sm1 ------ */
ul#sm1 {
	width: 161px;
	margin-top: 280px;
	list-style-type: none;
}
ul#sm1 li {
	width: 100%; /* IE whitespace bug */
	float: left; /* cure IE5.x "whitespace in lists" problem */
}
ul#sm1 li a {
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	background-image: url(../images/sm1.gif);
	background-repeat: no-repeat;
	width: 161px;
	display: block;
	height: 1%; /* make links honour display: block; properly */
}

ul#sm1 li#sm1_j a {
	top: 262px;
	height: 27px;
	background-position: 0 -262px;
}

ul#sm1 li#sm1_j a:hover {
	top: 262px;
	height: 27px;
	background-position: -161px -262px;
}
#sidebar .titreActu {
	margin-left: 20px;
}
#sidebar .titreActu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #E6D393;
	padding-bottom: 10px;
}
#sidebar .titreActu a {
	color: #FFF;
	text-decoration: none;
}
#sidebar .titreActu a:hover {
	color: #E6D393;
	text-decoration: underline;
}
.siteInternet {visibility: hidden;text-align: center;width: 100%;}
.siteInternet p {font-size: 11px;line-height: 12px;color: #666;}