/* balises communes */
body{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
form{
	display:inline;
}
.tableau_bordure{
	empty-cells:show;
	border-collapse:collapse;
}
.titre_tableau{
	color:#FFFFFF;
	border:solid 1px white;
	background-color:#0094d0;
	text-align:center;
}
.ligne_tableau{
	border-bottom:solid 1px black;
}
.lien_noir{
	text-decoration:none;
	color:#000000;	
}
.lien_noir:hover{
	text-decoration:none;
	color:#000000;	
}
.lien_blanc{
	text-decoration:none;
	color:#ffffff;	
}
.lien_blanc:hover{
	text-decoration:none;
	color:#ffffff;	
}
.lien_bleu_petit{
	text-decoration:underline;
	font-size:10px;
	color:#005d80;
}
.lien_bleu_petit:hover{
	text-decoration:underline;	
	font-size:10px;
	color:#005d80
}
.lien_bleu{
	text-decoration:underline;
	color:#0294d0;
}
.lien_bleu:hover{
	text-decoration:underline;	
	color:#005d80
}
.lien_bleush{
	text-decoration:underline;
	color:#0294d0;
}
.lien_bleush:hover{
	text-decoration:underline;	
	
}
.tableau_large{
	width:95%;
	border-collapse:collapse;
	empty-cells:show;
}
.cellule_noire{
	border:solid 1px black;
	padding:2px;
}
.image_grise{
	border:solid 1px #95a6a6;
}
/* Conteneur principal et menu gauche */
div#conteneur{
	margin:auto;
	width:960px;
	background-color:#FFFFFF;
}
div#menu_gauche{
	float:left;
	width:198px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right:solid 1px #bbbbbb;
}
div#bande_grise{
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-bottom:solid 4px #808080;
}
div#bande_bleu{
	background-color:#dddddd;
	height:9px;
}
div#bloc_menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	
}
div#bloc_menu li{
	background-image:url(../images/fond_menu.jpg);
	background-repeat:no-repeat;
	height:26px;
	width:197px;
	line-height:26px;
}

div#pad_li{
	padding-right:40px;
	text-align:right;
}
div#bloc_login{
	margin-bottom:5px;
	background-color:#ffffff;
}

div#bloc_login h1{
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0px;
	margin-top:15px;
	margin-bottom:15px;
}
div#bloc_login p{
	margin:1px;
	padding:1px;
}
div#bloc_login label{
	font-size:10px;
	float: left;	
	width: 37%;	
	text-align: right;	
	margin: 0;
	padding: 0;
	line-height: 1.8;	
}
div#bloc_image{
  background-color:#005d80;
}
div#bloc_societe{
	padding-left:25px;
	color:#FFFFFF;
	font-size:11px;
}
div#bloc_societe h2{
	margin:0px;
	
}
div#menu_droit{
	float:right;
	background-color:#005d80;
	width:15px;
	height:100%;
}
/* Element central */
div#bleu{
	margin:0px;
	font-size:15px;
	text-align:center;
	color:#000000;
	background-color:#005d80;
	height:46px;
	line-height:46px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom:dashed 1px #005d80;
}
a#mail{
   width:17px;
   height:46px;
   background-image:url(../images/mail.gif);
   background-repeat:no-repeat;
   float:right;
   background-position:0% 51%;  
   margin-right:10px; 
}
a#home{
   width:11px;
   height:46px;
   background-image:url(../images/home.gif);
   float:right;
   background-repeat:no-repeat;
   background-position:0% 50%;
   margin-right:10px; 

}
a#toso{
   width:71px;
   height:46px;
   background-image:url(../images/toso.gif);
   float:right;
   background-repeat:no-repeat;
   background-position:0% 35%;   
   margin-right:15px; 
}
.contenu{
	height:100%;
	background-image:url(../images/menu_droit.jpg);
	background-repeat:repeat;
	/*background-color:#666666;*/
}
div#texte{
	padding-right:18px;
	padding-left:5px;
	padding-top:15px;
}
div#texte H2{
	display:inline;	
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#005d80;
}
div#texte H3{
	display:inline;	
	font-size:13px;
	text-align:left;
	color:#005d80;
}


/* CSS ADMIN */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#bloc_menu_admin {
position: relative;
width: 100%;
}

#bloc_menu_admin dt {
cursor: pointer;
background: #dddddd;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: left;
font-weight: bold;
}

#bloc_menu_admin dd {
position: absolute;
z-index: 100;
left: 16em;
margin-top: -1.4em;
width: 12em;
background: #dddddd;
border: 1px solid gray;
}

#bloc_menu_admin ul {
padding: 2px;
}
#bloc_menu_admin li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#bloc_menu_admin li a, #bloc_menu_admin dt a {
color: #000;
text-decoration: none;
display: block;
padding-left:5px;
font-size:10px;
}

#menu li a:hover {
text-decoration: underline;
}

/* Formulaire */
div#titreForm, div#piedForm {	
	font: 10px Trebuchet MS, helvetica, sans-serif ;
	font-weight:bold;
	color: black;
	background: #dddddd;
	margin-right: 5px;
	padding: .5em;
	
}
div#piedForm {
	text-align: right; 
	
}

div#piedForm input {
	font-weight: bold;
	margin-left: 1em;
}
div#entete_comm input {
	font-weight: bold;
	margin-left: 1em;
	
}
div#corpForm {	
	border: 1px solid #dec39c;
	color: black;
	background: #dedfde;
	margin-right: 5px;
	padding: 1em;
	
}
div#corpForm p {	
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
div#corpForm .focus {
	background: beige;
	color: black;
}
div#corpForm .normal {
	background: white;
	color: black;
}
div#admin img{
	border-style:none;
	
}
legend{
	text-align:left;
	font-weight:bold;
	color:#005d80;
	
}
label {
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** 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. ***/
}
/*Bloc actu page d'accueil */
div#bloc_actu{
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
}
div#texte_actu{
	margin-top:5px;
	margin-bottom:5px;
}
div#bloc_actu h2{
	display:inline;	
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#005d80;
}
div#bloc_odec{
	margin-left:10px;
	text-align:justify;
}
div#bloc_odec h2{
	display:block;
	text-align:left;
}
div#actu{
	margin-top:15px;
}
div#element_actu{
	border:1px dashed #CCCCCC;
	margin-top:5px;
}

/**/
.ul_site{
	list-style:none;
	margin:0px;
	padding:0px;
	
}
.li_site{
	background-image:url(../images/puce_bleu.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	margin-left:7px;
	padding-left:10px;
}

ul_site2{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:5px;
	
}
.li_site2{
	background-image:url(../images/puce_bleu.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	margin-left:7px;
	padding-left:10px;
	margin-top:5px;
}


.visible{
	display:block;
}
.hidden{
	display:none;
}
div#erreur{
	position:relative;
	width:400px;
	margin:auto;
	border: 1px solid #CC0000;
	color:#000000;
	font-size:13px;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}
div#successcaddie{
	position:relative;
	width:400px;
	margin:auto;
	/*border: 1px solid #CC0000;*/
	color:#CC0000;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
}
div#bloc_logge{
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
}
.ul_logge{
	margin-top:10px;
}
.li_logge{
	background-image:url(../images/puce_bleu.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:10px;
	margin-left:10px;
	line-height:20px;
}
.image_puce{
	position:relative;
	margin-left:10px;
	margin-right:4px;
}
div#panneau_infos{
	border:1px dashed #005d80;
	background-color:#ededed;
	width:245px;
	padding:4px;
}
div#panneau_infos ul{
	margin-top:4px;
	
}
div#panneau_infos li{
	background-image:url(../images/puce_triangle.gif);
	background-repeat:no-repeat;
	background-position:0% 4px;
	margin-left:15px;
	padding-left:15px;
}
.ul_mod{
	margin-top:10px;
}
.li_mod{
	background-image:url(../images/puce_triangle.gif);
	background-repeat:no-repeat;
	background-position:0% 6px;
	padding-left:10px;
	margin-left:10px;
	line-height:20px;
}

.ul_mod2{
	margin-top:10px;
}
.li_mod2{
	background-image:url(../images/puce-haut.gif);
	background-repeat:no-repeat;
	background-position:0% 6px;
	padding-left:10px;
	margin-left:10px;
	line-height:20px;
}
h4{
	margin:0px;
	paddnig:0px;
}
.bloc_rech_ref{
	line-height:24px;
	border:1px solid #999999;
	/*background-color:#CCCCCC;*/
	padding:3px;
}
div#bloc_panier{
	height:200px;
	border:1px solid #005c81;
	background-color:#CCCCCC;
	padding:3px;
}
input {
	font-size: 11px;
	background-color: #F0FFFF;
	border:1px solid black;
}
select{
	border:1px solid black;
}
textarea{
	border:1px solid black;
}
select {
	font-size: 11px;
	background-color: #F0FFFF;
}


.tab_sur_mesure{
	empty-cells:show;
	border-collapse:collapse;
}
.tab_sur_mesure th{
	height:30px;
	background-color:#ccccff;
	border:1px solid #333399;
}
.tab_sur_mesure td{
	border:1px solid #333399;
}

.CellStandard{
	background-color:#FFFFFF;
	color:#000000;
}
.CellFound{
	background-color:#0000CC;
	color:#FFFFFF;
}
.lien_inscription{
	width:250px;
	text-align:center;
	background-color:#CC0000;
	height:50px;
	line-height:50px;
	font-size:18px;
	font-weight:bold;
	display:block;
	color:#FFFFFF;
}
.lien_inscription:hover{
	width:250px;
	text-align:center;
	background-color:#FF0000;
	height:50px;
	display:block;
	color:#FFFFFF;

}

.lien_catalogue{
	width:250px;
	text-align:center;
	border:1px solid black;
	background-color:#dddddd;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	display:block;
	color:#000000;	
	text-decoration:none;
}
.lien_catalogue:hover{
	width:250px;
	text-align:center;
	border:1px solid black;
	background-color:#0033FF;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	display:block;
	color:#FFFFFF;	
	text-decoration:none;
}
