html {
    margin:0;
    padding:0;
}

body {
  margin:0;
  padding:0;
  background-color: black;
  font-family:"Trebuchet MS", Arial, Georgia;
  font-size: 14px;
  color: #EAD8D8;
}

#conteneur {
  margin: 0 auto;
  width:803px;
  background: url('/dev/imgs/design/corps_bg.png') repeat-y 23px;
  position: relative;
}

#header {
  width: 803px;
  height: 322px;
}
  
#left {
  float: left;
}

#menu {
  background: url('/dev/imgs/design/fond_menu.png');
  width: 705px;
  height: 119px;
  margin-left: 23px;
}

#element_menu {
  padding-top: 17px;
  padding-left: 45px;
}

#text_menu {
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

#corps_deco {
  margin-left: 23px;
  margin-bottom: 30px;
  min-height: 805px;
  background-image: url('/dev/imgs/design/corps_deco.png');
  background-repeat: no-repeat;
  color: white;
  padding-left: 60px;
  padding-right: 125px;
}

#anim_right {
  right: 0px;
  position: absolute;
  padding-left: 30px;
}

#pre_footer {
  margin-left: 23px;
  clear: both;
  line-height: 0;
  font-size: 0;
}

#footer {
  clear: both;
  line-height: 0;
  font-size: 0;
}

#titre h3 {
  height: 36px;
  background-image: url('/dev/imgs/design/titre_actu.png');
  background-repeat: no-repeat;
  padding-top: 7px;
  padding-left: 45px;
}

#boites_accueil {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
  text-align: center;
}

.no_error_text {
height: 50px;
color: #0D530F;
padding-left: 70px;
background-image: url('/dev/imgs/no_error.png');
background-repeat: no-repeat;
}

.error_text {
height: 50px;
color: #6B0707;
padding-left: 70px;
background-image: url('/dev/imgs/error.png');
background-repeat: no-repeat;
}

#no_error {
margin-left: 70px;
margin-right: 70px;
margin-bottom: 40px;
height: 60px;
padding-top: 13px;
padding-left: 20px;
background-color: #95EF98;
border: 5px solid #0D530F;
}

#error {
margin-left: 70px;
margin-right: 70px;
margin-bottom: 40px;
height: 60px;
padding-top: 13px;
padding-left: 20px;
background-color: #D27878;
border: 5px solid #6B0707;
}

#mini_div_accueil {
  float: left;
  display: block;
  width: 35%;
  margin-left: 40px;
  border-top: 3px double white;
  border-left: 7px double #830707;
  border-bottom: 3px double white;
  border-right: 7px double #830707;
  height: 150px;
}

#mini_boite {
  display: block;
  text-align: center;
  width: 50%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-top: 3px double white;
  border-left: 7px double #830707;
  border-bottom: 3px double white;
  border-right: 7px double #830707;
}

.entete_boite {
  font-variant: small-caps;
  border-left: 2px dotted white;
  border-right: 2px dotted white;
  border-bottom: 2px dotted white;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

ul {
  text-align: left;
}

#actu, #categorie {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  border-top: 9px double #830707;
  border-left: 3px double white;
  border-bottom: 9px double #830707;
  border-right: 3px double white;
}

#actu_bis, #categorie_bis {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
  width: 79%;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  border-top: 3px double white;
  border-left: 9px double #830707;
  border-bottom: 3px double white;
  border-right: 9px double #830707;
}

ul {
  list-style-image: url('/dev/imgs/design/puce.png');
  list-style-position: outside;
}

.center {
  display: block;
  text-align: center;
}
.right {
  display: block;
  float: right;
}

.right_espace {
  display: block;
  float: right;
  margin-right: 10px;
}


#actu h2, #actu_bis h2, #categorie h2, #categorie_bis h2, .cat_photos {
  width: 94%;
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 5px solid white;
  border-bottom: 2px dotted white;
  font-variant: small-caps;
}

#infos_actu {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
}

a {
  color: #D1A1A2;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}


.presentation table {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

td {
  padding-bottom: 40px;
  padding-left: 20px;
}

td p {
  text-align: center;
}

.no_border {
  border: none;
}

#form {
}


input, textarea {
	background-color: black;
	color: white;
	border: 4px double #830707;
}


fieldset.submit input
{
  border: 3px solid #830707;
  border-top-color: #830707;
  border-left-color: #830707;
  padding: 0.25em;
  background-color: black;
  color: white;
}

legend {
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 0.1em;
}	

 form p {
  text-align: center;
}

label {
  display: block;
  width: 200px;
  float: left;
}