@charset "utf-8";
/* CSS Document */

body { 
    background-color:#CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

#principal {
    width: 760px;
    margin: auto;
    background-image:url(images/fond_contenu.gif);
    background-repeat:repeat-y;
}

#header {
    width: 760px;
    height: 157px;
    background-image:url(images/header.jpg);
    background-repeat: no-repeat;
}
#header a {
    font-size: 14px;
    font-weight: bold;
    color: #FF9900;
     padding: 0 17px 0 17px;
    text-decoration: none;
    border-right: 1px dashed #FFF;
}
    
#header h1 {  
    font-size: 13px;
    font-style: italic;
    padding: 0;
    color: #FFF;
}
#bouton_header {
    background-color: #000000;
    margin-top: 123px;
    color: #FF9900;
    border-top: 1px dashed #FFF;
    border-bottom: 1px dashed #FFF;
    float: left;
}
#bouton_header:hover {
    background-color: #999999;
}
#menu {
     width: 221px;
     float: left;
}

#login { 
      width: 221px;
      background-color: #000099;
      border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	margin-top: 10px;
	margin-bottom: 15px;
}

#login a, #petites_annonces a, #enchere a { 
      font-size: 12px;
	color: #FFF;
	text-decoration: none;
      padding-left: 30px;
}
#login a:hover, #petites_annonces a:hover, #enchere a:hover { 
      text-decoration: underline;
}
#petites_annonces {
      width: 221px;
	background-color: #990000;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#abonnement {  
      width: 221px;
	height: 26px;
	background-color: #0066CC;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	margin-top: 8px;
}
#abonnement a {
       font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
	text-decoration: none;
}
#abonnement a:hover {
      background-color: #00CCFF;
}
      
ul {
    margin: 0px;
    padding: 0 0 0 20px;
}
li { 
    padding: 0px;
    margin:0;
    color: #FFF;
}
#boutique { 
    width: 221px;
    height: 26px;
    background-color: #990000; 
    border-top: 1px dotted #FFF;
    border-bottom: 1px dotted #FFF;
    margin-bottom: 18px;
}
#boutique a {
          font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
	text-decoration: none;
}
#boutique a:hover { 
      text-decoration: underline;
}
#petites_annonces h1 {
      font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}
#calibre h1 {
      font-size: 24px;
	font-weight: bold;
	color: #000;
      padding-top: 30px;
	margin: auto;
	text-align: center;
}
.date {
     font-size: 12px;
     text-align: center;
     display: block;
}
#photo {
     width: 188px;
     height: 249px;
     background-image:url(images/couverture.jpg);
     background-repeat: no-repeat;
     margin: auto;
     padding: 15px 0 30px 0;
}
#contenu {
     width: 760px;
}
#contenu p {  
      font-size: 12px;
      color: #000;
}
#calibre a {
      font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#edito a {
      font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#calibre {
      width: 262px;
	float: left;
	padding: 5px;
}
#calibre h2 {
     font-size: 22px;
     color: #CC9900;
     font-style: italic;
     border-bottom: 1px dotted #000;
}
#edito { 
      width: 257px;
	padding: 5px;
	float: left;
}
#edito h2 {
      font-size: 22px;
	color: #FF6600;
	font-style: italic;
	padding-top: 20px;
	border-bottom: 1px dotted #000;
}

#edito h3 {
      font-size: 13px;
	font-weight: bold;
	color: #000;
}
#menu h1 {
      font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
	}
#menu h2 { 
      font-size: 14px;
	color: #FFF;
}
#footer {
      width: 760px;
	height: 19px;
	background-color: #FFF;
	margin-top: 1px dotted #000;
}
#footer p {
      font-size: 10px;
	line-height: 19px;
	color: #000;
	border-top: 1px dotted #000;
	text-align: center;
}
.retour {
    clear: both;
}
.texte_special {
     font-size: 15px;
    font-weight: bold;
    color: #000;
    background-color: #FFF;
    padding: 0 5px 0 5px;
    display: block;
}
.sous_titre {
    font-size: 12px;
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
    padding: 0 15px 10px 25px;
}
.image { 
    float: right;
    padding: 3px;
}

/**********FORMULAIRE DE CONTACT******/

#formulaire { 
    width: 460px;
    float: left;
    margin: auto;
}
legend {
    font-size: 16px;
    color: #FF9900;
}
label { 
    font-size: 14px;
    color: #0099CC;
}
label:hover {
    color: #0033CC;
}
input {
    background-color:#FFFFFF;
    border: 1px solid #3366FF;
}
input:hover {
     background-color: #CCFFFF;
} 

textarea {
    background-color:#FFFFFF;
    border: 1px solid #3366FF;
}
textarea:hover {
     background-color: #CCFFFF;
} 
input[type="reset"] {
      background-color: #f8405a;
	font-weight: bold;
	color: #89091b;
	width: 150px;
}
input[type="reset"]:hover {
       background-color: #FF0000;
	  color: #84080e;
	 
}
input[type="valider"] {
       background-color: #66FF66;
	 color: #248909;
	 font-weight: bold;
	 text-align: center;
}
input[type="valider"]:hover {
       background-color: #66FF00;
	 color: #1d7103;
}
#mail { 
      width: 400px;
	padding: 20px;
	background-color: #3366FF;
      margin: auto;
}
#mail h1 { 
      font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
#mail a { 
      font-size: 14px;
	color: #990033;
	text-decoration: none;
}
mail a:hover {
      font-style: italic;
}