BODY {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	}
	
/* Charte graphique */
.tbgen {
	margin: auto auto;
}
#redtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8A0000;
	text-align: center;
}
.top_box {
	background-color: #9BAAB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-align: center;
}
.sstitre {
	font-size: 0.5em; 
}
.basdepage {
	font-size: 0.4em;
}

/* */

.tbagenda {
	border-right: 1px solid #343434;
}
a, a:hover {
	text-decoration: none;
	color: #0000CD;
}
.title{
font-style: italic;
color: #8B0000;
font-weight: bold;
	
}

/*AJOUT RV POUR ADMINISTRATION*/
#layout_pagename{
	color: #8B0000;
	font-size: 16px;
	padding:2px;
	font-weight: bold;
	text-align: left;
	left:0px;
}

#layout_breadcrumb {
	/*display:none;
	*/
	text-align: left;
	color: #FF9933;
	position: relative;
	height: 20px;
	width: auto;
	top: 0px;
	left:0px;
	font-size: 10px;
}
#layout_logout {
	position: absolute;
	height: 23px;
	top:20px;
	right:100px;
}
/*bouton haut de page*/
#layout_top {
	position: absolute;
	right: 40px;
	clear:both;
}
#layout_content{text-align:justify;}
/**************************BALISE*******************************/
/*
a {
	text-decoration: none;
	color: #00A9E0;
	}
a:hover {
	color: #00A9E0;
	text-decoration: underline;
}
*/
img {
	border: 0px;
	padding: 0 0 0 0;
}
h1{
	font-size: 16px;
	color: #000;
	padding:2px;
	font-weight: bold;
}
h2{
	font-size: 16px;
	color: #8A0000;
	padding:2px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	font-weight: normal;
}
/*
p {
	font-size: 14px;
	line-height:20px;
}
*/
hr{
	background-color:#cccccc; /*pour Firefox*/
	border-color:#cccccc; /*pour Opera*/
	color: #cccccc;
	height:1px;
	border: 1px;
	margin-top: 5px;
	margin-bottom: 3px;
}
/**************************easy balise*/
#error {
	font-style: italic;
	color: #CC0000;
}
.message{
	text-align: center;
	font-weight: bolder;
	color: #CC0000;
	padding: 20px;
	border: 1px solid #CC0000;
	margin:25px;
}
.img {
	padding: 5px;
	margin:5px;
	border: 1px solid #CCCCCC;
}
.italic {
	width:98%;
	font-size: 14px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
.date {
	color: #B1B1B1;
	font-size: 14px;
}
.note {
	font-style: italic;
	font-size: 10px;
}
.back {
	text-align: right;
}
/**************************A-Z*/
a.A-Z{
	text-decoration: none;
	color:#fff;
	cursor:pointer;
	font-weight: bold;
	font-size: 14px;
	}

a:hover.A-Z {
	color: #00A9E0;
	text-decoration: none;
	cursor:pointer;
	font-weight: bold;
	font-size: 14px;
}
.A-Z_start {
	background-image: url(/img/table/A-Z_start.jpg);
	background-repeat: no-repeat;
	width:5px;
	height:40px;
}
.A-Z_content{
	background-image: url(/img/table/A-Z_content.jpg);
	background-repeat: repeat-x;
	height:40px;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}
.A-Z_end{
	background-image: url(/img/table/A-Z_end.jpg);
	background-repeat: no-repeat;
	width:5px;
	height:40px;
}

/**************************FORM*******************************/
.label {
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	color:#000;
}

.textlabel {
	font-size:12px;
	letter-spacing:2px;
}

.checkboxlabel {
	font-size:12px;
	letter-spacing:2px;
}

.radiolabel {
	font-size:12px;
	letter-spacing:2px;
}

.selectlabel {
	font-size:12px;
	letter-spacing:2px;
}

.err {
	font-size:10px;
	color:red;
}

.errbox {
	background-color:#FFECEC;
	color: #888888;
	border:1px solid #CC0000;
	padding:10px;
	margin-bottom:5px;
	font-size:12px;
	text-align:left;
	
	padding:7px;
}

.errBoxName {
	font-weight: bold;
}
.inputDate {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	width:80px;
	height:20px;
	border:1px solid #CCCCCC;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.text {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	height:20px;
	border:1px solid #CCCCCC;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.textantiflood {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	width:100px;
	height:20px;
	border:1px solid #CCCCCC;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.textarea {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	width:80%;
	height:250px;
	border:1px solid #CCCCCC;
	overflow:auto;
	scrollbar-track-color: #CCCCCC;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: #888888;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.file {
	border:1px #ccc solid;
	color:#888;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.checkbox{
	border:1px #ccc solid;
	color:#888;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}

.select {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	height:19px;
}

.multiselect {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	height:75px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}

.fieldset {
	border: 1px solid #fff;
	padding:1px;
	width:99%;
}
.fieldset-hover {
	border: 1px solid #CC0000;
	padding:1px;
	width:99%;
}

.boxed fieldset#group label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 20%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
	color: #000;
}
.boxed fieldset#group {
	border: 1px solid #f2f2f2;
}

.boxed fieldset#groupradio {
	border: 1px solid #f2f2f2;
}

.boxed p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .4em 0;
	margin: 0 0 .3em 0;
}

.legend {
	border:1px solid #000000;
	padding:3px;
	letter-spacing:2px;
}
.boxed legend {
	padding:3px;
	letter-spacing:2px;
	font-weight: bold;
}

.boxed{
	color: black;
	background: #fff;
	padding:7px;
	text-align:left;
	font-size:12px;
	border-top: 1px solid #9BAAB7;
	border-right: 1px solid #9BAAB7;
	border-bottom: 1px solid #F2F4DF;
	border-left: 1px solid #9BAAB7;
}
.boxed .note {
	color: #666;
	font-style: italic;
	font-weight: normal;
	margin-left:22%;
}
.boxed h3{ margin-top:0px; }

.form_help{
	font-size: 10px;
	font-style: italic;
	color: #000;
}
.form-footer {
	padding:7px;
	text-align:center;
	font-size:12px;
	background-color: #F2F4DF;
	border-top: 1px solid #9BAAB7;
	border-right: 1px solid #9BAAB7;
	border-bottom: 1px solid #9BAAB7;
	border-left: 1px solid #9BAAB7;
}
.button{
		border:1px solid #B0B0B0;
		background:#FEFEFE url(/img/form/bg_submit.jpg) repeat-x bottom left;
		padding:2px;
		color: #606060;
		cursor:pointer;
}
.required {
	color: #CC0000;
}
/**************************copyright*******************************/
.mainSubBar
{
	background-image:url(/img/admin/pixel-grey.gif);
	background-position:center center;
	background-repeat:repeat-x;
	margin-top:15px;
	margin-bottom:5px;
	height:15px;
	padding-left: 10px;
}

.mainSubTitle
{
	background-color:#FFFFFF;
	font-weight:normal;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align:left;
}

/**************************pagination***********************************/
.pagination {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px;
	text-align: center;
}
.pagination a {
    background-color: #fff;
    border: 1px solid #3399CC;
    color: #3399CC;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none
}
.pagination a:hover,active {
    background-color: #3399CC;
    border: 1px solid #3399CC;
    color: #FFFFFF;
    margin: 1px;
    padding: 2px 5px
}
.pagination span.courante {
	background-color: #90cc12;
	border: 1px solid #90cc12;
	color: #fff;
	font-weight: bold;
	margin: 1px;
	padding: 2px 5px;
	background-image: url(/img/admin/pagination.gif);
	background-repeat: repeat-x;
}
.pagination span.desactive {
    background-color: #fff;
    border: 1px solid #eee;
    color: #ddd;
    margin: 1px;
    padding: 2px 5px
}
/**************************LINK**************************************************/
/*class utilisé dans /module/page/function.php*/
a.breadcrumb  {
	color: #FF9933;
	text-decoration: none;
	cursor:pointer;
}
a.breadcrumb:hover {
	color: #FF9933;
	text-decoration: underline;
	cursor:pointer;
}
.breadcrumb_active {
	color: #606060;
	font-weight: bold;
}
/**************************admin main***************************************************/
/*class utilisé dans /module/index.php*/

.admin-mod_cat_name {
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;

}
a.admin-link  {
   color: #384654;
   font-weight: bold;
   font-size: 1.1em;
text-align: left;
   }

a.admin-sublink  {
   color: #384654;
text-align: left;
   }

.admin-container  {
   color: #384654;
   background-color: #fff;
   margin: 10px;
   padding: 5px;
   	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
   width: 95%;
   }

.admin-overflow  {
   overflow: hidden;
   }

.admin-overflow img  {
   border: none;
   }

img.admin-icon  {
   border: 0px;
   width: 32px;
   height: 32px;
   }

p.admin-icon  {
   float: left;
   margin-right: 10px;
   }

p.admin-text  {
	float: left;
	width: 39em;
	text-align: left;
   }
/**************************tableau*******************************$*/
table#tb_data, table#tb_data th, table#tb_data td
{
	border: 2px solid #fff;
	border-collapse:collapse;
	padding: 2px;
}
.table {
	width:100%;
}
table.table, table.table th, table.table td
{
	border: 1px solid #9BAAB7;
	border-collapse:collapse;
	padding: 2px;
}
.table th {
		border:1px solid #9BAAB7;
		background-color:#9BAAB7;
		padding:4px;
		height: 25px;
		color: #000;
		font-weight: bold;
}
.tr_header {
		border:1px solid #ccc;
		background:#FEFEFE url(/img/form/bg_submit.jpg) repeat-x bottom left;
		padding:4px;
		height: 25px;
		color: #606060;
		font-weight: bold;
}
.td_header{
	color: #FFFFFF;
	background-image: url(/img/table/td_header.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height:50px;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #3B474E;
}
.tr_footer {
	font-size: 12px;
	color: #000;
	background-color: #9BAAB7;
}
.tdPair {
	background-color: #F2F2F2;
	text-align:left;

}
.tdImpair {
	background-color: #FFFFFF;
	text-align:left;
}
.tdOver {
	background-color: #9BAAB7;
	text-align:left;
}
.link_cat {
	font-weight: bold;
	text-align:left;
}

.news_separator{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8B0000;
}
.news_title {
	color: #8B0000;

}