/* CSS Document */

/*** RESET CSS ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, /*strong,*/
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;*/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, serif;
}
p {margin:0;}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	width: 630px;

}

caption, th, td{
	text-align: justify;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	/*background-color: #34C4E6;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004D5F;
}

h1 {
	/*text-align: left;*/
	font-size: 14px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}

h2 {
	font-size: 14px;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}

h3 {
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}

/*** LIENS GLOBAUX ***/
a {
	text-decoration: none;
	/*color: #004D5F;*/
	/* old color: #000000;*/
}

a:hover {
	color: #E90000;
	/* old color: #FF0000; */
}

a:active {
	color: #333;
}

/*** FORMULAIRE ***/
#center input {
	border: 1px solid #004D5F;
	height: 21px;
	vertical-align: top;
	font-size: 12px;
	color: #848484;
	padding-left: 3px;
	line-height: 1.9em;
}

#center_admin input {
	border: 1px solid #004D5F;
	vertical-align: middle;
	font-size: 12px;
	color: #848484;
	padding-left: 3px;
	line-height: 1.9em;
}

input.rechercher, input.liste-diffusion {
	cursor: pointer;
	height: 25px;
	width: 25px;
	vertical-align: top;
	background: url(../images/themes/btn_input_rechercher.jpg) no-repeat;
	border: none;
}

input.small {
	width: 40px;
	text-align: center;
	margin-top: -5px;
}

textarea {
	font-size: 12px;
	color: #848484;
	font-family: Verdana, Geneva, sans-serif;
}

/*** Div CONTENT ***/
#content {
	width: 960px;
	margin: 0 auto;
	/*background-color:#fff;*/
}

/*** Div HEADER ***/
#header {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background: url(../images/themes/header_background.jpg) #34C4E6 no-repeat;
}

#header #logo {
	width: 635px;
	height: 98px;
	margin: 0 auto;
	text-align: center;
}

#header ul {
	/*float: right;*/
	margin-top: 2px;
	height: 15px;
}

#header ul li {
	display: inline;
	font-weight: bold;
}

#defilement_haut {
	background-color: #FFF;
	/*width: 625px;*/
	width: 640px;
	height: 14px;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 0 10px 165px;
	float: left;
	font-size: 14px;
}

#defilement_bas {
	background-color: #FFF;
	/*width: 625px;*/
	width: 640px;
	height: 14px;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 0 10px 165px;
	font-size: 14px;
}

#rechercher {
	float: right;
	vertical-align: middle;
	text-align: right;
	/*width: 160px;*/
	width: 140px;
	height: 40px;
	font-size: 12px;
	margin-top: 3px;
}

#rechercher input {
	width: 106px;
	font-weight: bold;
}

#rechercher input.rechercher {
	width: 25px;
	background: url(../images/themes/btn_input_rechercher.jpg) no-repeat;
}

#menu_admin {
	clear: both;
	/*text-align: center;*/
}

#menu_admin a {
	font-size: 11px;
	font-weight: bold;
}

#menu_admin li {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	margin: 0 2px 2px -1px;
	padding: 1px;
}

#message {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: center;
	background-color: #FF8000;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}

/*** Div MENU ***/
.menu_principal {
	font-weight: bold;
}

.ss_menu {
	margin: 5px 0;
}

.menu_level_0 {
	background: url(../images/themes/puce_bleue.png) no-repeat top left;
	padding: 1px 0 0 14px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 100%;
	line-height: 16px;
}

.menu_level_1 {
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/themes/ss-menu_background.jpg) no-repeat top left;
	padding-left: 10px;
}

/*
 .menu_principal li {
 background: url(/images/themes/puce_bleue.png) no-repeat top left;
 padding: 1px 0 0 14px;
 }

 .menu_principal li a {
 font-size: 14px;
 font-weight: bold;
 display: block;
 width: 100%;
 }

 .ss_menu {
 margin: 5px 0;
 }

 .ss_menu li {
 font-size: 12px;
 font-weight: bold;
 background: url(/images/themes/ss-menu_background.jpg) no-repeat top left;
 padding-left: 10px;
 }

 .ss_menu li a {
 font-size: 12px;
 font-weight: bold;
 }
 */
/*** Div CENTRE ***/
#centre {
	/*width: 615px;*/
	width: 630px;
	float: left;
	vertical-align: top;
	margin: 0 0 0 10px;
	padding: 10px;
	background: #FFF url(../images/themes/centre_background.jpg) repeat-y;
}

#centre_admin {
	/*width: 615px;*/
	width: 630px;
	float: left;
	vertical-align: top;
	padding: 10px;
	background-color: #CCF;
}

.btn_haut {
	margin-top: 10px;
}

/*** Div COL_GAUCHE ***/
#col_gauche {
	width: 165px;
	float: left;
}

#liste-diffusion {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
	text-align: left;
}

#liste-diffusion p {
	margin: 5px 0;

}

#liste-diffusion input {
	/*width: 116px;*/
	font-weight: bold;
}

#liste-diffusion input.liste-diffusion {
	width: 25px;
	background: url(../images/themes/btn_input_rechercher.jpg) no-repeat;
}

/*adresse mail */
#adresse_mail {
	text-align: center;
	font-size: 10px;
	width: 110px;
	height: 20px;
	background-color: #C0EEED;
	border: 1px solid #B4B4B4;
	color: #000;
}

/* boutons inscrire et retirer*/
#bt_inscrire, #bt_desinscrire {
	text-align: center;
	font-size: 10px;
	width: 55px;
	height: 20px;
	border: 1px solid #B4B4B4;
	background-color: #F3F3F3;
	color: #000000;
	cursor: hand;
}

/*** Div COL_DROITE ***/
#col_droite {
	/*width: 140px;*/
	width: 110px;
	float: left;
	padding: 10px;
}

#highlight {
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, serif;
}

.picto {
	margin-left: 18px;
	margin-bottom: 20px;
	width: 23px;
	float: left;
}

#col_droite #archives {
	width: 255px;
	height:275px;
	line-height: 30px;
	border: 5px solid #FFF;
	text-align: center;
	color: #e90000;
	background-color: white;
	margin-bottom: 15px;
	margin-top: -10px;
}

#archives a {
	color: #E90000;
	font-size: 14px;
	font-weight: bold;
}

#archives a:hover {
	color: #004D5F;
}

/* Menu NIVEAU 01 */
#col_gauche  ul.menu_niveau-01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 0 0 10px;
}

#col_gauche ul.menu_niveau-01 li a {
	width: 165px;
	height: 25px;
	padding: 0 0 0 15px;
	display: block;
	color: #595858;
	text-decoration: none;
	line-height: 1.8em;
}

#col_gauche ul.menu_niveau-01 li a:hover {
	color: #FD00A1;
	font-weight: bold;
}

/*** Div FOOTER ***/
#footer {
	width: 960px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

#copyrights {
	text-align: center;
	font-weight: bold;
}
/*************************************/
.clearfix {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.txt_bold {
	font-weight: bold;
}

.txt_underline {
	text-decoration: underline;
}

.txt_white {
	color: white;
}

.txt_black {
	/* font-family: Arial, serif; */
	color: #000;
}

.txt_red {
	/* old color: #FF0000;*/
	color: #E90000;
}

.txt_green {
	color: green;
}

.txt_blue {
	color: #004D5F;
}

.txt_grey {
	color: #DDDDD;
}

.txt_orange {
	color: #FF8000;
}

.txt_bluemiddle {
	color: #000080;
}

.txt_545BDC {
	color: #545BDC;
	font-size: 12px;
}

.txt_3E3E3E {
	/* font-family: Arial, serif; */
	color: #3E3E3E;
}

.txt_E00029 {
	color: #E00029;
}

.size1 {
	/*font-family: Arial, serif;*/
	font-size: 12px;
}

.size2 {
	/* font-family: Arial, serif; */
	font-size: 14px;
}

.size3 {
	font-size: 16px;
}

.size4 {
	font-size: 18px;
}

.size5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.txt_parg {
	border:1px solid blue;
}

.table_upload {
	width:95%;
}

.table_upload td {
	padding:3px;
	border:1px solid #339999;
}

.table_diapo_new td{
	padding:3px;
	border:0;
}

.table_image {
	width:100%;
}

.table_image td {
	padding:3px;
	text-align:center;
	border:1px solid #DDDDDD;
}

.titre {
	text-align: left;
	font-weight: normal;
}

.txt_008000{
	text-align:left;
	/*font-family:times new roman, times, serif, italic;
	color:#00662A;*/
}

.txt_545BDC{
	font-family:times new roman, times, serif;
}

.module_actualites_img {float:left; width:80px; text-align:center; }
.module_actualites_titre {float:left; width:200px;}
.module_actualites_titre a {font-size:14px; font-weight:bold; color:#C36;}
.module_actualites_titre a:hover {font-size:14px; font-weight:bold; color:#000;}
.module_actualites p {float:left; width:75%;}

.clearfix {clear:both;}

.ondiv {
	display: block;
}

.offdiv {
	display: none;
}

.modif {
	cursor:pointer;
	display:inline;
}

#bibli{
	text-align:center !important;

}

