/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
img {border:0;}
li {list-style-type:none;}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	font-family:Helvetica,FreeSans,Arial,sans-serif;
	font-size:12px;
	width:100%
}
#wrapper {
	width:990px; /*950px*/
	margin:auto;
}
a, a:visited, a:active{
	color:#50A200; /*#6AB023;*/
	text-decoration:none;
}
a:hover{
	color:#50A200; /*#6AB023;*/
	text-decoration:underline;
}

#bandeau {
	height:			65px;
	margin-top:		10px;
}

#logo {
    float:left;
	margin-top:8px;
}

button.decorated_button {
	border:0; 
	cursor:pointer; 
	font-weight:bold; 
	text-align:center; 
	background:transparent url(../img/deco_button_right_grey.png) right center no-repeat;
	padding-right:5px;
	margin:0 3px 0 -3px;
}
button.decorated_button span {
	background:transparent url(../img/deco_button_left_grey.png) left center no-repeat;
	position:relative; 
	display:block; 
	white-space:nowrap; 
	height:29px; 
	line-height:29px;
	padding-left:5px;
}
button.decorated_button:hover {
	background:url(../img/deco_button_right.png) right no-repeat; 
}
button.decorated_button:hover span {
	background:url(../img/deco_button_left.png) left no-repeat; 
}

.link_button {
	font-weight:bold;
	border:1px solid black;
	padding:5px 25px 5px 5px;
	text-align:center;
	background:white url(../img/fleche_p.jpg) right center no-repeat;
}
.link_button_no_arrow {
	font-weight:bold;
	border:1px solid black;
	padding:5px;
	text-align:center;
	background:white;
}
.home_link {
	font-weight:bold;
	float:right;
	padding:5px 25px 5px 5px;
	background:transparent url(../img/fleche_p.jpg) right center no-repeat;
	margin-top:50px;
}
.small_text {
	font-size:11px;
}
h1 {
	margin:5px 0 15px 0;
	font-size:2em;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:13px;
	margin:5px 0;
}
* label {
	margin-left: 3px;
}
.new {
	font-style:italic;
	font-weight:bold;
	color:red;
}
/*** selected ***/
.clickable, .selected {
	cursor:pointer;
	text-decoration:none;
}
.clickable:hover, .selected:hover {
	text-decoration:underline;
	cursor:pointer;
}
/*** Border + round corners ***/
.bordure {
	border:1px solid #ccc;
	padding-bottom:4px;
}
.greentop {
	background:#fff url(../img/fd_modul.jpg) repeat-x scroll center top;
}
.bl {
	height: 5px;
	width:5px;
	float:left;
	margin:0px 0 0 -1px;
	/*background:url(../img/rd_corner_bl.gif) no-repeat 0 0;*/
}
.br {
	width:5px;
	height: 5px;
	float:right;
	margin:0px -1px 0 0;
	/*background:url(../img/rd_corner_br.gif) no-repeat 0 0;*/
}
.tl {
	width:5px;
	height: 5px;
	float:left;
	margin:-1px 0 0 -1px;
	/*background:url(../img/rd_corner_tl.gif) no-repeat 0 0;*/
}
.tr {
	width:5px;
	height: 5px;
	float:right;
	margin:-1px -1px 0 0;
	/*background:url(../img/rd_corner_tr.gif) no-repeat 0 0;*/
}
/*********************/

.arrowValid {
	width:21px;
	height:12px;
	background: url(../img/fleche_p.gif) no-repeat 0 0;
	border:none;
	cursor:pointer;
	vertical-align:middle;
	margin-left: 5px;
}

.editor_ok_button {
	width:14px;
	height:14px;
	background: url(../img/validate.gif);
	border:none;
	cursor:pointer;
}
.editor_cancel_button {
	width:14px;
	height:14px;
	background: url(../img/cancel.gif);
	border:none;
	cursor:pointer;
}

/***** Communications occasionnelles *****/
#commZone {
    float:left;
    width:380px;
    padding:5px;
}
#commZone h3{
	margin-top:0px;
	font-size:15px;
}

#account_links {
	float:			right;
	text-align:		right;
	font-weight:	bold;
	padding-top:	10px;
}


.pref {
	text-align:right;
}

.prefcompte {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	margin:2px 0 0 10px;
	border:none;
}

/* bas de page   */
#baspage {
	color:#9D9D9D;
	padding-top:15px;
	margin-bottom:15px;
	font-size:10px;
	clear:both;
}
	
#copyright {
	float:left;
}
	
#liens {
	float:right;
}

#liens a{
	font-weight:bold;
}

input[type="checkbox"] {
	vertical-align:middle;
}
	
/* INPLACE EDIT */
/* The form */
form.inplaceeditor-form {
	display: inline;
	margin: 0;
	padding: 0;
}

/* Input box */
.editor_field {
	display:inline;
	width: 105px;
	height: 13px;
	font-size:10px;
	color:#666666;
	padding: 1px 3px;
	border: 1px red dashed;
	margin: 0 8px 0 0;
	}

form.inplaceeditor-form input[type="text"] { 
}

/* Textarea, if multiple columns */
form.inplaceeditor-form textarea { 
	font-size: 8px;
	color: #666666;
	display: inline;
}

/* Submit button */
form.inplaceeditor-form input[type="submit"] { 
	display:inline;
}

/* Cancel link */
form.inplaceeditor-form a { 
  margin-left:.2em;
}

/* Background */
.inplaceeditor-saving { 
	background: url(../img/load_bar.gif) bottom right no-repeat; 
}

/* Positionnement */
.right {
	float:right;
	}

.left { 
	float:left;
	}
	
.text_right {
	text-align:right;
	}

.text_left { 
	text-align:left;
	}

/* Couleurs */
.green {
	color:#00be00;/*#6ab023;*/
	}
	
.orange {
	color:orange;
	}

.red {
	color:#CC0000;
	}
	
.black {
	color:black;
	}
	
.grey {
	color:gray;
	}
	
#loginBox p{
	margin: 10px 0;
}



#pub {
    float:right;
	position:relative;
}

