/* CSS Document
MADE BY Yoann ROUSSET
Copyrights
*/

* {
  margin: 0px;
  padding: 0px;
}
/******************************/
/* MENU CSS */
* html #nav li{
  height: 54px;
}
*html #nav ul{
  margin-left: 6px;
}

* html #nav li a.item{
  height: 54px;
}
#nav{
  background: url(../images/menu-bg.jpg) top left repeat-x;
  height: 53px;
  color: #fff;
  text-transform: uppercase;
  clear: left;
  width: 960px;
}
#nav a {
  color: #FFF;
  text-decoration: none;
}
#nav ul{
  margin-left: 3px;
}
#nav li{
  margin-left: -3px;
  width: 110px;
  text-align: center;
  float: left;
  margin-right: 5px;
  list-style-type:none;
}
#nav li a.item{
  padding-top: 20px;
  width: 107px;
	background: url(../images/nav.jpg);
	float: left;
	height: 34px;
	display: block;
  position: relative;
  margin: 0;
}
#nav li a#deco{
  padding-top: 20px;
  width: 105px;
	background: url(../images/nav.jpg);
	float: left;
	height: 34px;
	display: block;
  position: relative;
  margin-left: 320px;
}
* html #nav li a#deco{
	margin-left: 10px;
}
#nav li a:hover.item, #nav li a:hover#deco{
  background-position: 0px 54px;
}
#cptmenu {
  margin-left: 560px;
  width: 370px;
  height: 53px;
  background: url(../images/bgmenu.jpg);
  background-repeat:repeat-x;
  background-position: top left;
}
/******************************/
/* BASE */
body {
  background: url(../images/bgmain.jpg);
  background-repeat:repeat-x;
  background-position: top left;
  font-size: 12px;
  font-family: arial, helvetica;
  color: #58585a;
}
#maxi {
  width: 100%;
  text-align:center;
}
#wrapper {
  width: 984px;
  margin-left: auto;
  margin-right:auto;
  text-align:left;
}
a {
  color : #a5052e;
}

/******************************/
/* HEADER */
#header {
  width: 984px;
  height: 370px;
  background: url(../images/header.jpg);
  background-repeat:no-repeat;
  background-position: top left;
  padding-top: 20px;
  margin:0px;
}
#menu {
  margin-left:auto;
  margin-right:auto;
  width: 930px;
  margin-bottom: 5px;
  margin-top: 5px;
}
#entete {
  width: 930px;
  height: 307px;
  margin-left:auto;
  margin-right:auto;
}
#logo {
  width: 310px;
  height: 307px;
  background: url(../images/logo.jpg);
  background-repeat:no-repeat;
  background-position: top left;
  float:left;
}
#photo {
  width: 615px;
  height: 307px;
  margin-left: 315px;
  background: url(../images/photo.jpg);
  background-repeat:no-repeat;
  background-position: top left;
}
/******************************/
/* CONTENT */
#content {
  width: 984px;
  background: url(../images/bgpage.jpg);
  background-repeat:repeat-y;
  background-position: top left;
  padding-top: 5px;
}
#connexion {
  width: 920px;
  height: 33px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/bgconnexion.jpg);
  background-repeat:repeat-x;
  background-position: top left;
  padding: 5px;
}
#leform {
  float:left;
}
#date {
  float:right;
  padding-top: 4px;
}
#texte {
  width: 930px;
  margin-left:auto;
  margin-right:auto;
  overflow:auto;
}
h1 {
  text-transform: uppercase;
  font-size: 34px;
}
#blocleft {
  width: 310px;
  float:left;
}
.news {
  margin-top: 10px;
}
a.datetitre {
  font-size: 14px;
  font-weight: bold;
}
a.blacklink {
  color: #58585a;
  text-decoration:none;
}
#blocright {
  width: 615px;
  margin-left: 315px;
}
.bloc-big {
  width: 615px;
  margin-bottom: 10px;
  text-align:justify;
}
.bloc-small {
  float:left;
  width: 302px;
  margin-right: 5px;
  text-align:justify;
}
p.justify {
  text-align:justify;
}
.archives {
  overflow:auto;
  margin-bottom: 10px;
}
span.date {
  font-style:italic;
}
span.capitale {
  text-transform: uppercase;
}
.archives img {
  border: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.archive-img {
  float:left;
  margin-top: 10px;
}
hr {
  color: #58585a;
  margin-bottom: 15px;
}
span.oblig {
  font-size: 10px;
  color: red;
}
span.minitxt {
  font-size: 10px;
  font-style: italic;
}
#blocleft input, #blocleft textarea {
  margin-bottom: 10px;
  width: 300px;
}
#blocright p.contact {
  margin-bottom: 10px;
}
table#anu {
  width: 615px;
}
table#anu td, table#anu th {
  padding: 2px;
}
table#anu tr.titres {
  background-color: #EEEEEE;
}
table#anu tr.color1 {
  background-color: #FFF;
}
table#anu tr.color2 {
  background-color: #D9D9D9;
}
.jump {
  height: 20px;
}
/******************************/
/* FOOTER */
#footer {
  width: 984px;
  height:66px;
  background: url(../images/footer.jpg);
  background-repeat:no-repeat;
  background-position: top left;
  font-size: 12px;
  text-align:right;
  color: #a5052e;
  padding-top: 25px;
}
span#lefooter {
  margin-right: 25px;
}
/*************************
 **************************
 ************************/
 /*ADMIN*/
table#user {
  width: 400px;
} 
table#user tr th {
  text-align :center;
}
form#admin input, form#admin textarea {
  width: 600px;
  margin-bottom: 20px;
}
.icon {
  margin-bottom:10px;
}
.icon h1 {
  font-size: 12px;
}
.modify {
  margin-top: 10px;
}
#cptmenu2 {
  width: 930px;
  height: 53px;
  background: url(../images/bgmenu.jpg);
  background-repeat:repeat-x;
  background-position: top left;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
} 
/****FORM INSCRIPTION****/
.inscri input[type=text] {
	border:none;
	background:#E1E1E1;
	height:22px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.inscri label {
	font-size: 14px;
	font-weight:bold;
}
.clear {
	clear:both;
}