.titre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: Maroon;
	font-weight: bold;
}

.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: Black;
}
/*********************************************************formulaire****************************/
.main_form_submit{
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
	cursor:pointer;
}
.main_form_select{
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.main_form_radio{
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.main_form_checkbox{
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.main_form_file{
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.main_form_input {
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
	width: 95%;
}
.main_form_textarea{
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
	width:95%;
	height:150px;
}
.main_form_date{
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.main_form_selected {
	color: #CC0000;
	text-align: center;
	font-weight: bold;
}
.main_form_obligatory {
	text-align: right;
	font-size: 10px;
	width:100%;
}

fieldset {
	border: 1px solid #000000;
	border-collapse:collapse;
	padding: 5px;
	margin: 0px;
}
legend {
	font-weight:bold;
	font-size: 14px;
	font-style: normal;
	color: #9C002E;
	text-decoration: none;
	text-align: center;
}
/**********************************************************login*********************************/
ul#login {
width: 40%;
list-style-type: none;
border-top: solid 1px #376098;
margin: 0;
padding: 0;
}

ul#login ol {
display: none;
text-align: left;
list-style-type: none;
margin-left: 20px;
padding: 5px;
}

ul#login li, ul#menu a {
font-size: 12px;
color: #376098;
}

ul#login li {
border-bottom: 1px solid #376098;
line-height: 15px;
}

ul#login ol li {
border-bottom: none;
}

ul#login ol li:before {
content: "- ";
}

ul#login a {
text-decoration: none;
outline: none;
}

ul#login a:hover {
color: #CCCCCC;
}

ul#login a.active {
color: #CCCCCC;
}
/****************************PAGINATION********************************/
div.pagination {
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 3px;
    margin: 3px
}
div.pagination a {
    background-color: #fff;
    border: 1px solid #3399CC;
    color: #3399CC;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none
}
div.pagination a:hover,active {
    background-color: #3399CC5;
    border: 1px solid #3399CC;
    color: #eee;
    margin: 1px;
    padding: 2px 5px
}
div.pagination span.courante {
    background-color: #90cc12;
    border: 1px solid #90cc12;
    color: #fff;
    font-weight: bold;
    margin: 1px;
    padding: 2px 5px
}
div.pagination span.desactive {
    background-color: #fff;
    border: 1px solid #eee;
    color: #ddd;
    margin: 1px;
    padding: 2px 5px
}
/*******************************************************tableau*******************************$*/
table#tb_data, table#tb_data th, table#tb_data td
{
	border: 1px solid #000000;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
}
.tr_header {
	background-color: #E28965;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.tr_footer {
	background-color: #E28965;
	font-size: 12px;
	color: #000;
}
.tdPair {
	background-color: #F2F2F2;
}
.tdImpair {
	background-color: #FFFFFF;
}
/*sommaire admin*/
#tb_data_adm
{
	border-collapse:collapse;
}
.data_adm_cat {
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
.data_adm_name {
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.data_adm_desc {
	color: #000000;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-style: italic;
}
/*event*/
.event {
	color: #000000;
	text-align: left;
}
.event_title {
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.event_link {
	text-decoration:none;
	text-align: right;
}
/*news*/
.news{
	color: #000000;
	text-align: justify;
}
a {
	text-decoration:none;
	color:#006699;
	}
	
a:hover {
	text-decoration:none;
	color:#0066CC;
	}
	
.liste {
	color: #E28965;
	text-decoration: none;
	font-weight: bold;
}
.liste:hover {
	color: #E28965;
	text-decoration: underline;
	font-weight: bold;
}