/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626477; /* modifié */
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#999;
}

a img {
	border: 0;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit { /* modifié */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#eee;
	color:#626477;
	padding:2px;
    border: 1px solid #999;
	margin: 0 0 3px 0;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626477;
    border: 1px solid #999;	
}


input:focus, textarea:focus, select:focus {
  border: 1px solid #626477;
}

input.checkbox, #checkbox {
  margin: 0 0 3px 0;
  background-color: #EEEEEE;
  border: 0;
}

#checkbox {
  margin: 0 0 3px 0;
  background-color: #FFFFFF;
  border: 0;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#000000;
	font-weight:normal;
}

h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#777;
	font-weight:bold;
}

.vert { 
	color:#2f694e;
	font-weight:bold;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:600px;
	margin:0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:Georgia, "Times New Roman", Times, serif; /* modifié "Trebuchet MS", Arial, Verdana; */
	text-align:right;
	font-size:2em;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:right;
}

#menu a {
	color:#626477;
	background-image:url(/images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}

#menu a:hover {
	color:#cccccc;
	background-image:url(/images/backgrounds/a_hover.jpg);
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(/images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif; /* modifié "Trebuchet MS", Arial, Verdana; */
	text-align:left;
	font-size:2em;
	color:#999; /* modifié #626477; */
	border-bottom:1px dashed #eeeeee;/*
	padding-top:15px !important;
	padding-top:0;
	background-image:url(../images/stone.gif);
	background-position:top right;
	background-repeat:no-repeat;*/
}

#content p {
	line-height:20px;
	text-indent:15px;
	text-align:justify;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url(/images/li.gif);
}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}

.img_right  {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 1px solid #999;
}

.img_left  {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #999;
}

.ligne{
background-image:url(/images/ligne.gif);
background-repeat:repeat-x;
width: 100%;
}

.prt {
  display: none;
}

.detail {
  position: absolute;
  left: 20px;
  visibility: hidden;
  padding: 8px 0 0 8px;
  background: #FEFADE url(/images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

.detail .bottom {
  float: left;
  padding: 0 8px 8px 0;
  background: url(/images/quote_bottom.gif) no-repeat bottom right;
}

.titre_dossier {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.2em; 
	FONT-FAMILY: "Arial Narrow", Arial, Helvetica, sans-serif; 
	FONT-VARIANT: small-caps; color: #666666
}
/*
img.left {
	float: left;
	padding: 0 10px 0 0;
	border: 0;
}*/

.erreur {
	font-weight: bold;
	color: #FF0000;
}