@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
}

body {
	width:100%;
	color:#333333;
	font-family: arial, verdana, sans-serif;
}

td,th {
	vertical-align:top;
}

input[type=radio], input[type=checkbox] {
	border:none;	
}
option {
	text-indent:2px;	
}

.input,textarea,select {
	font-family: arial, verdana, sans-serif;
	font-size:11px;	
}
.radio,.checkbox {
	border:0;	
}
textarea {
	overflow:auto;
}
li {
	text-indent:3px;	
}

.right {
	float:right;
	margin-left:5px;
}

.clear {
	clear:both;	
}
.show {
	display:block;
}
.hide {
	display:none;
}

.red {
	color:#b0070c;	
}

.underline {
	text-decoration:underline !important;	
}

.button {
	height:22px;
	width:auto;
}
.button_a {
	float:left;
	background-image:url('../images/button.gif');
	background-repeat:no-repeat;
	background-position:top left;
	color:white;
	cursor:pointer;
	font-weight:bold;
	height:22px;
	border:0;
	padding:2px 6px 4px 8px;
	font-size:11px;
	text-align:center;
}
.button_r {
	float:left;
	height:22px;
	width:2px;
	background-image:url('../images/button.gif');
	background-repeat:no-repeat;
	background-position:-248px 0;
}

.inactive {
	color:#eeeeee;
	background-image:url('../images/button_inactive.gif');
}

.bar {
	height:29px;
	background-image:url('../images/bar.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
.bar_txt {
	float:left;
	color:white;
	font-weight:bold;
	height:29px;
	border:0;
	padding:6px 6px 4px 8px;
	font-size:13px;
}
.bar_r {
	float:right;
	height:29px;
	width:2px;
	background-image:url('../images/bar.gif');
	background-repeat:no-repeat;
	background-position:-348px 0;
}

.error, .confirm {
	width:100%;
	height:29px;
	background-image:url('../images/confirm_bg.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:10px;
}
.error_txt, .confirm_txt {
	float:left;
	height:29px;
	line-height:29px;
	text-indent:10px;
	font-size:12px;
}
.error_txt strong {
	font-weight:bold;
}
.error_r, .confirm_r {
	float:right;
	height:29px;
	width:2px;
	background-image:url('../images/error_bg.gif');
	background-repeat:no-repeat;
	background-position:-1998px 0;
}

.error_txt {
	color:#bb0000;
}
.confirm_txt {
	color:#00bb00;
}

#top {
	background-color:#f9f9f9;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	color:#888888;
	font-size:14px;
	padding:7px 0 1px 0;
}
#top img {
	margin:0 8px;
}
#top .top-left {
	float:left;
}
#top .top-right {
	float:right;
}
#top .top-right a {
	color:#7f7f79;
	text-decoration:none;
	font-weight:normal;
	margin-right:10px;
}
#top .top-right a:hover {
	text-decoration:underline;
}
.logout {
	background:url(../images/icons/door_out.png) center right no-repeat;
	padding:0 19px 0 0;
	white-space:nowrap;
}

#infos {
	font-size:24px;
	font-wieght:bold;
	color:#555555;
	text-indent:10px;
	padding:9px 0;
}

#menu {
	padding-left:10px;
}
#menu a {
	font-size:16px;
}
#menu .tab a {
	color:#7f7f79;
	text-decoration:none;
}
#menu .tab a:hover,#menu a:active,#menu a:focus {
	text-decoration:underline;
}
#menu .tab-on a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
#menu .tab table {
	background-color:#ffffff;
}
#menu .tab-on table, #menu .home table {
	background-image:url(../images/tab-bg.gif);
	background-repeat:repeat;
}
#menu .tab-on-text {
	padding:4px 10px;
}
#menu .tab-on-img {
	height:28px;
}
#menu .tab-on-img img {
	margin:6px 5px 0 5px;
}
#menu .tab-on-left {
	width:2px;
}
#menu .tab-on .tab-on-left, #menu .home .tab-on-left {
	background-image:url(../images/tab-corner-left.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#menu .tab-on-right {
	width:2px;
}
#menu .tab-on .tab-on-right, #menu .home .tab-on-right {
	background-image:url(../images/tab-corner-right.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#sous-menu {
	background-image:url(../images/tab-bg.gif);
	background-repeat:repeat;
	padding:6px 0;
}
#sous-menu a {
	color:#ffffff;
	text-decoration:none;
	margin-left:15px;
	font-size:14px;
	white-space:nowrap;
}
#sous-menu a:hover,#sous-menu a:active,#sous-menu a:focus {
	text-decoration:underline;
}

#page a {
	color:#0388B3;
	text-decoration:none;
	margin-right:5px;
}
#page a:hover {
	text-decoration:underline;
}
#content {
	width:96%;
	margin:15px 2%;
}
#content .rub_title {
	font-size:21px;
	color:#555555;
}

#foot {
	width:100%;
}
#foot .firefox {
	margin-right:20px;
	padding-top:5px;
	float:right;
}
#foot .firefox a {
	font-size:10px;
	color:#777;
	text-decoration:none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size:10px !important;
}
#tooltip h3, #tooltip div {
	margin: 0;
}
#tooltip h3 {
	font-size:11px !important;
	font-weight:bold;
}

.mceEditor a {
	margin:0 !important;
}
#tinymce p {
	margin:0;
	padding:0;
}

#login, #lost {
	margin:7em auto 0 auto;
	width:320px;
}
#login h1 a, #lost h1 a {
	background:transparent url(../images/login_logo.gif) no-repeat scroll center top;
	display:block;
	height:46px;
	overflow:hidden;
	text-indent:-999999px;
	padding-bottom:15px;
	width:204px;
}
#login .form, #lost .form {
	width:373px;
	height:217px;
	background-image:url(../images/login_cadre.gif);
}
#login #error, #lost #error {
	width:373px;
	height:36px;
	background-image:url(../images/login_cadre_erreur.gif);
	margin-bottom:10px;
	line-height:36px;
	text-indent:20px;
	font-size:12px;
	color:#990000;
}
#login error strong, #lost error strong {
	font-weight:bold;
}
#login form, #lost form {
	width:80%;
	margin-left:10%;
	padding-top:10px;
}
#login form .label, #lost form .label {
	font-size:16px;
	font-weight:bold;
	color:#565656;
}
#login form .text, #lost form .title {
	font-size:18px;
	color:#565656;
	margin-top:5px;
}
#login form .text, #lost form .text {
	font-size:12px;
	color:#565656;
	padding:5px 0;
}
#login form .input, #lost form .input {
	width:100%;
	font-size:18px;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	color:#555555;
	padding:2px;
	margin:5px 0 10px 0;
	
}
#login form .submit, #lost form .submit {
	width:100%;
	margin-top:10px;
}
#login form .submit .button, #lost form .submit .button {
	float:right;
}
.forgetpass, .cancel {
	float:left;
}