/* ---------------------------------------------------------------------- */
/* International Copyright © 2000 - 2007 CRDF All Rights Reserved.		  */
/* Tous droits de reproduction / distribution / modification réservés.	  */
/* ---------------------------------------------------------------------- */

/* ---------------------------- */
/* Coprs du design				*/
/* ---------------------------- */

* {
 border: 0;
}

body
{
margin:auto;
margin-top:0px;
background:#ffffff url(/images/fond.jpg) repeat-x;
font-size:12px;
font-family:Trebuchet MS;
text-align:justify;
color:#92929B; /* (default color : B8B8BF) */
}

/* ---------------------------- */
/* Haut du design (header)		*/
/* ---------------------------- */

#header
{
background-image:url(/images/header.jpg);
/* (default : background-repeat:fixe;) */
margin-top:0px;
margin-left:0px;
width:278px;
height:171px;
}

/* ---------------------------- */
/* Styles du contenu du design	*/
/* ---------------------------- */

#corp
{
margin-top:10px;
margin-right:190px;
margin-left:195px;
width:500px;
}

.blockinfo {
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('/images/infobox.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}

/* ---------------------------- */
/* Styles Info Images				*/
/* ---------------------------- */

#menu_img
{
margin-top:20px;
margin-right: auto;
padding: 1px 0;
width: 250px;
float:right;
}

#menu_img a
{
border-bottom:0px;
}

/* ---------------------------- */
/* BOUTON						*/
/* ---------------------------- */	

.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* ---------------------------- */
/* Bas du design (footer)		*/
/* ---------------------------- */

#footer
{
font-size:11px;
font-family:Arial;
text-align:center;
color:#C0C0C0;
background:#ffffff url(/images/footer.jpg) repeat-x;
height:70px;
}

#footer p
{
padding:40px;
}

#footer a
{
color:#C0C0C0;
border-bottom:1px dotted #C0C0C0;
text-decoration:none;
}

#footer a:hover
{
border-bottom:0px dotted #C0C0C0;
color:#C0C0C0;
}

#footer a:visited
{
text-decoration:none;
}

/* ---------------------------- */
/* Menu gauche du site			*/
/* ---------------------------- */

#menu_gauche 
{
float:left;
margin-left:11px;
background-color:#F3F3F4;
width:140px;
border:6px solid #DEDEDE;
text-align:center;
padding:5px;
margin-top:10px;
}

#menu_gauche a
{
color:#90909C; 
text-decoration:none;
background-color:#F3F3F4;
padding:0 0 0 0px;
float:left; 
width:140px;
text-align:justify;
border-bottom:1px solid #fff;
}

#menu_gauche a:hover
{
color:#F3F3F4;
background:#90909C 80px 0px no-repeat; 
text-align:center;
width:140px;
}

/* ---------------------------- */
/* Définition du style des h	*/
/* ---------------------------- */

h3
{
font-size:14px;
font-family:Trebuchet MS;
color:#AAAAB3;
margin-top:0px;
} 

h2
{
font-size:18px;
font-family:Trebuchet MS;
color:#63D2DC;
border-bottom:0px solid #63D2DC;
}

/* ---------------------------- */
/* Style des liens				*/
/* ---------------------------- */

a
{
color:#9FB16E; /* (default color : B9DB5D) */
text-decoration: none;
border-bottom:1px groove #C0C0C0;
}

a:hover
{
color:#92929B; /* (default color : B8B8BF) */
border-bottom:0px groove #C0C0C0;
}

/* ---------------------------- */
/* Image flottante (default)	*/
/* ---------------------------- */

.imageflottante
{
float:left;
margin-right:5px;
padding:10px;
}

.imageright
{
float:right;
margin-right:5px;
padding:10px;
}

/* ---------------------------- */
/* Style des formulaires		*/
/* ---------------------------- */

input
{
/* (default : width:300px;) */
background-color:#F3F3F4;
border:1px solid #B1B1B9;
}

/* ---------------------------- */
/* Style des commentaires		*/
/* ---------------------------- */

div.comments {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
	font-size:12px;
}

div.comments blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.comments blockquote p {
	margin: 10px;
	padding: 0px;
}

div.comments cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* ---------------------------- */
/* Style du système AJAX		*/
/* ---------------------------- */

div#corp blockquote {
	margin: 1em;
	padding: 0.5em 1em 0 38px;
	background: white url(/images/quote-begin.jpg) left top no-repeat;
	font-style: italic;
	color: #797342;
}

div#corp blockquote p {
	text-align: right;
	margin: 8px 0;
	font-style: normal;
	padding-right: 25px;
	background: url(/images/quote-end.gif) right bottom no-repeat;
}

div#formstyle label {
	width:12em;
	float:left;
	text-align:right;
	padding-right:18px;
	color:#009EEA;
	font-weight:bold;
}

div#formstyle textarea {
	width:70%;
	height:15em;
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

div#formstyle textarea.fullsize {
	width:98%;
	height:10em;
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

div.erreur {
	color: #cc0000;
	background-color: #FFDBD7;
	padding: 1em;
	margin: 10px 0;
	border: 1px solid #CC0000;
	
	font-size: 13px;
	color: #7d7d7d;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ---------------------------- */
/* ERROR MESSAGE				*/
/* ---------------------------- */

#warning {
    border: #701E14 solid 1px;
    background-color: #BF311F;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-image: url("/images/warningred.png");
    background-repeat: no-repeat;
    background-position: 10px;
    height: 100px;
    text-align: justify;
    color: white;
}

#warning p {
    margin-left: 80px;
}

#valide {
    border: #A0E748 solid 1px;
    background-color: #7DBE4A;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: white;
    background-image: url("/images/reportspamOK.png");
    background-repeat: no-repeat;
    background-position: 10px;
    height: 100px;
    text-align: justify;
}

#valide p {
    margin-left: 80px;
}

#loader {
    border: #A7A8A2 solid 1px;
    background-color: #EBEAE7;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-image: url("/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 10px;
    height: 100px;
    text-align: justify;
}

#loader p {
    margin-left: 50px;
}

/* ---------------------------- */
/* CRDF Back Slider				*/
/* ---------------------------- */

#backslider {
	overflow: hidden;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 0;
	color: #000;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
}
