/************ global style ***********/
body
{
	font: 12px "Lucida Sans Unicode";
	background: #003300;
	background-image: url(images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img
{
	border: 0px;
}

h2
{
	color:red;
	font-family: Arial;
}
.hr1
{
	border: 0;
	width: 95%;
	text-align: center;
	border-bottom: 1px solid #EBEBEB;
	color: #ffffff;
	background-color: #ffffff;
	height: 4px;
}

.hr1a,.hr1b,.hr1c,.hr1d,.hr1e
{
	border: 0;
	width: 98%;
	text-align: center;
	border-bottom: 1px solid #cc0033;
	color: #ffffff;
	background-color: #ff3333;
	height: 4px;
}

.hr1b
{
	border-bottom: 1px solid #f6831f;	
}
.hr1c
{
	border-bottom: 1px solid #993399;	
}
.hr1d
{
	border-bottom: 1px solid #cc3399;	
}
.hr1e
{
	border-bottom: 1px solid #339900;	
}

h1
{
	background-image:url(images/puce01.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	font-size: 14px;
	color: #365f91;
	letter-spacing:1px;
	text-decoration:underline;
}
a
{	
	color: #3366CC;
	text-decoration: underline;
}
a:hover
{
	color: #c74343;
}

.grandTitre
{
	margin-top:30px;
	margin-bottom:50px;
	color: #c74343;
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container
{
	width: 774px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #header
{
	width: 774px;
	height: 149px;
	background-image: url(images/header.jpg);
	vertical-align: bottom;
	text-align: right;
}

.oneColElsCtr #icones_header
{
	display: block;
	vertical-align: bottom;
}
.oneColElsCtr #footer, .footer
{
	font-size: 10px;
	color: #FFFFFF;
	width: 774px;
	height: 27px;
	background-image: url(images/footer.jpg);
}

.oneColElsCtr #footer span,.footer span
{
	display: block;
	padding-top: 7px;
}
.oneColElsCtr #footer a,.footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

.oneColElsCtr #footer a:hover,.footer a:hover
{
	color: #FFCC00;
	text-decoration: underline;
}


.zone
{
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}
/****** LE MENU **********/

.zone #menu_h
{
	width: 215px;
	height: 32px;
	background-image: url(images/menu_h.jpg);
}

.zone #menu_contenu
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	margin-top: 1px;
	width: 215px;
	height: 248px;
	background-image: url(images/menu_bg.gif);
	background-repeat:no-repeat;
	background-color:#7a92dd;
	background-position:top left;
}
.zone #menu_contenu table
{
	margin-top: 3px;
}

.zone #menu_contenu td
{
	padding: 3px;
	margin-top: 4px;
	vertical-align: middle;
}

.zone #menu_contenu td a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}


.zone #menu_contenu tr:hover, .menuON
{
	color:#FFFF00;
	background-color: #96a5d9;
	
}
.zone #menu_contenu tr a:hover, .menuON a {
	color:#FFFF00;
}

/****** LE SOUS MENU **********/

.zone #menu_contenu td div
{
	position: absolute;
	z-index: 100;
	margin-top: -1.6em;
	width: 180px;
	background-image: url(images/menu_bg.gif);
	background-position: right;
	border: 1px solid gray;
}
.zone #menu_contenu td div ul
{
	list-style-image:url(images/etoile.gif);
	display: block;
	margin-top: 2px;
	padding-left: 0px;
	margin-left: 20px;	
	margin-bottom: 2px;
}
.zone #menu_contenu td div li
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

/****** ACTUALITE **********/

.zone #menu_act
{
	width: 215px;
	height: 32px;
	background-image: url(images/menu_act.gif);
}

.zone #act_contenu
{
	color: #333333;
	padding: 10px;
	font-size: 11px;
	border: thin solid #CCCCCC;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	margin-top: 2px; /*width: 100%;*/
	
}


.zone #act_contenu a
{
	display: block;
	text-align: right;
	color: #ff5a00;
	text-decoration: underline;
}
.zone #act_contenu a:hover
{
	color: #c74343;
}

/****** Base Donnee Chercheur **********/

.zone #menu_ch
{
	width: 215px;
	height: 32px;
	background-image: url(images/menu_ch.gif);
}

.zone #ch_contenu
{
	color: #333333;
	padding: 10px;
	font-size: 11px;
	border: thin solid #CCCCCC;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	margin-top: 2px; /*width: 215px;*/
}

.zone #ch_contenu input
{
	font-size: 11px;
	border: thin solid #CCCCCC;
}
.zone #ch_contenu a
{
	
	text-align: right;
	color: #ff5a00;
	text-decoration: underline;
}
.zone #ch_contenu a:hover
{
	color: #006699;
}
/****** contact **********/

.zone #menu_contact
{
	width: 215px;
	height: 32px;
	background-image: url(images/menu_contact.gif);
}

/****** Barre Haute **********/
.zone #barre_h
{
	width: 100%;
	height: 32px;
	background-image: url(images/barre_h.jpg);
	background-position: left;
}

/******* Main *******/
.zone #main
{
	padding-left: 15px;
padding-right: 15px;
	width: 95%;
	text-align: justify;
	font-family: Tahoma;
	font-size: 11px;
}

/****** LINE **********/
.line
{
	width: 100%;
	height: 4px;
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

/******* link Orange *******/
.link
{
	display: block;
	font-weight: bold;
	color: #ff5a00;
	text-decoration: none;
}
.link:hover
{
	color: #006699;
	text-decoration: none;
}

/******* PDF *******/
.pdf
{
	list-style: none; /*list-style-image:url(images/pdf.jpg);*/
	
}
.pdf li
{
	padding: 1px; /*background-image: url(images/pdf.jpg);*/
	padding-bottom:7px;
	background-position: center;
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/******* titre-faq *******/
.titre-faq
{
	display:block;
	height:30px;
	padding-left:30px;
	background-image:url(images/faq.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:underline;
	color:#ff6600;
	
}
/********* Inscription ************/
input, select{
text-align:left;
font-size:10px;
height:auto;
width:150px;

}
.title-tab{
padding-right:2px;
	text-align:left;
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}



/********Display_actualité**********/


.st {
border-color:#0066CC ;
font-size:10px;
font-style:italic;
    font-size: medium;
	font-family:"Times New Roman", Times, serif;
	

}

.desc{
 text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
   text-align: justify; /* Ils seront justifiés */
   font-size: 15px; /* Allez, soyons fous, grossissons le texte :o;) */
   color:#666666;

}
.img1 { 
float : right; 
  margin-right: 5px; margin-left:15px;
  

}
.date {
font-style:oblique;

}

/**********recherche ************/
.balise {
background-color: rgb(226, 226, 226);
color: rgb(102, 102, 102);

font-family: verdana;
font-size: 10px;
font-weight: bold;

padding-left: 5px;
padding-right: 5px;
text-align: -webkit-left;
text-decoration: none;
display: table-cell;
height: 19px;

width: 100px;

}
.baliseDisplaye{
background-color: rgb(226, 226, 226);
color: rgb(102, 102, 102);

font-family: verdana;
font-size: 10px;
font-weight: bold;

padding-left: 5px;
padding-right: 5px;
text-align: -webkit-left;
text-decoration: none;
display: table-cell;
height: 19px;

width:20px;

}


.balisedeteils {

background-color: white;
color: rgb(102, 102, 102);
display: table-cell;
font-family: verdana;
font-size: 11px;

width: 11px;
height: 13px;
text-align: justify;
border: 1px solid rgb(226, 226, 226);

}


/****actualité***/
.pin_titre1 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #878889; FONT-FAMILY: Garamond
}

.pin_desc {
color: rgb(0, 51, 153);
text-decoration: none;
display: inline;
font-family: arial;
font-size: 10px; text-align:justify;
}
.titreinfo { 
 color: rgb(0, 64, 128);
font-family: 'Trebuchet MS';
font-size:14px;
width: inherit; 
text-align: justify;
}
#tablepin {
width:100%;

}

img{ float: left; margin-right:5px}
.titre_displaye { font-size:30px; font-family:"Times New Roman", Times, serif; text-align:justify; font-weight:bold;
}

.stitre_display{
font-size:20px; font-family:"Times New Roman", Times, serif; font-style:oblique; text-align:justify; font-weight:bold;color: rgb(100, 100, 100);

}
.description_displaye {
color: rgb(100, 100, 100);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.errorbox {
	padding: 5px;
	display:block;
	color: red;
	background-color:pink;
	border: 1px solid red;
	-moz-border-radius:5px;
	width:50%;
	margin:auto;
}

.successbox {
	padding: 5px;
	display:block;
	color:  green;
	background-color: #99ebae;
	border: 1px solid green;
	-moz-border-radius:5px;
	width:50%;
	margin:auto;
}
