/********/
/* BODY */
/********/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3300CC;
	text-align: center;
	margin:0;
}
a:hover{
	text-decoration:underline;
	background-color:#BBC8F4;
}
/********************/
/* DISPO GENERALE */
/********************/
#Logo {
	height : 150px;
	background : transparent url(../logos/logo6_title.jpg) no-repeat scroll center center;	
	margin-left : auto;
	margin-right : auto;
}
#Document {
	width:100%;
	margin-left: auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
}
#Corps {
	background-color:#F0F0FF;
	border: 1px solid #C5AAFD;
	width:64em;
	padding: 1em 2em 2em 2em;
	margin:1em auto 1em auto;
	overflow:hidden;
	text-align:center;
}
#Conteneur1 {
	height:100%;
	padding: 0px;
	margin-left:auto; 
	margin-right:auto;
	padding-top:1em;
	padding-bottom:1em;
	width : 100%;
}

#Conteneur1 h4 {
	padding : none;
	margin : 0em 0em 0em 11em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align : left;
}

.ResultFind {
	width : 50%;
	border: 1px solid #C5AAFD;
	padding: 5px 10px 10px 10px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
}
.ResultFind p{
	padding-left: 2em;
}
.ResultFind ul{
	list-style : square;
	padding-left : 5em;
}
.ResultFind h3{
	border-bottom:1px solid #C5AAFD;
}
.ResultFind a{
	display: inline;
	text-decoration:none;
}
.ResultFind a:hover{
	text-decoration:underline;
	background-color:#BBC8F4;
}



/********************/
/*   MENU VERTICAL  */
/********************/
#Menu{
	background-color:#F0F0FF;
	border: 1px solid #C5AAFD;
	font: Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	text-align: center;
	color:#9999FF;
	text-decoration: none;
	width:700px;
	margin-left : auto;
	margin-right : auto;
}
#Menu a{
	text-decoration: none;
	font-style: normal;
	color: #3300FF;
}
#Menu a:visited{
	text-decoration:none;
	color: #3300FF;
}

/*********************/
/*    MENU GAUCHE    */
/*********************/
.menuSide { /* taille du cadre, à titre d'exemple */
	float:left;
	clear: both;
	width: 15em;
	font-size:10px;
	background-color:#D2D2F7;
	border:1px solid #C5AAFD;
	margin: 0em 0em 2em 0em; 
	text-align:left;
}

.menuSide h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#ADADEF;
	color:#FFFFFF;
	padding: 0px 0px 2px 0px;
	margin:0;
	text-align:center;
}
.menuSide p {
	padding:2px;
}
.menuSide ul {
	list-style-type:square;
	line-height:2;
	padding:0px;
	margin:2em;
}
.menuSide img {
	vertical-align : middle;
}

.menuSide a {
	text-decoration:none;
}
.menuSide a:hover {
	background-color:#BBC8F4;
	text-decoration:underline;
}
.menuSide a:visited {
	text-decoration:none;
	color:inherit;
}

/******************/
/* PIED DE PAGE   */
/******************/
#PiedDePage {
	clear : both;
	width : 100%;
	text-align: center;
	color:#999999;
	height: 15px;
	padding-top:5px;
	margin-top:20px;
	margin-bottom:20px;
}
#PiedDePage a{
	color:#999999;
}
#PiedDePage a.nodeco{
	text-decoration:none;
}

#PiedDePage img{
	vertical-align:middle;
	text-decoration:none;
}


/***************/
/*   TITRE     */
/***************/
.TitreMenu{
	background:	url(../design/fond_titre_fonce.gif) no-repeat scroll center left;
	font: Arial, Helvetica, sans-serif;
    font-size: 14pt; 
    text-align: left;
	color:#0000CC;
	text-decoration: none;
	padding-left:20px;
	border:0;
}
.TitreMenu2{
	background: url(../design/titre_logo.gif) no-repeat scroll top left;
	width:100%;
	height:40px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14pt; 
    text-align: left;
	color:#0000CC;
	text-decoration: none;
	padding: 12px 0px 1px 20px;
	border:none;
}

/********************/
/* FIELDSET / GROUP */
/********************/
fieldset {
	border : 1px groove #000000;
	padding: 10px 0px 10px 5px;
	margin: 10px 0px 10px 0px;
	background-color:#FFFFFF;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color:#9BB6DD;
	border : 1px solid #000000;
	padding: 1px 5px 1px 5px;
}
.groupement{
	border : 1px solid #999999;
	background-color:#F2F2F2;
	padding: 3px 1px 3px 5px;
	margin: 2em;
	width:80%;
	height:inherit;
}
.titre{
	position:relative;
	top:-10px;
	left:10px;
	border : 1px solid #999999 ;
	background-color:#BBCAFF;
	padding: 2px 5px 2px 5px;
	text-align:center;
	font-weight:bold;
	width:80px;
}


/*********/
/* INPUT */
/*********/
input, textarea, select, option, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
optgroup  {
	font-size: 12px;
}
optgroup option {
	padding-left: 10px;
}
input.action, input.fermer, input.supprimer, input.retour {
	padding-left: 15px;
	border: 1px solid #14367b;
}
input.action {
	background : #ffffff url(../design/action.gif) no-repeat scroll 2px 3px;
}
input.fermer {
	background : #ffffff url(../design/fermer.gif) no-repeat scroll 2px 2px;
}
input.supprimer {
	background : #ffffff url(../design/supprimer.gif) no-repeat scroll 2px 2px;
}
input.retour {
	background : #ffffff url(../design/retour.gif) no-repeat scroll 2px 2px;
}
input.action:hover, input.fermer:hover, input.supprimer:hover, input.retour:hover {
	cursor: pointer;
}

/************/
/*  RETOUR  */
/************/
.back {
	clear:both;
	text-align:center;
	margin:1em;
}
.back a {
	color: #14367b;
	padding-left: 15px;
	background : transparent url(../design/retour.gif) no-repeat scroll 0 3px;
	text-decoration: none;
	margin:1em;
}
.back a:hover {
	text-decoration: underline;
}


/************/
/*   FORM   */
/************/
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60%;
	background-color: #ffffff;	
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
}

.form th {
	font-weight: bold;
	color: #ffffff;
	background-color:#9BB6DD;
	padding: 3px;
	text-align: center;		
}
.form td {
	color: #14367b;
	background-color: #ebebeb;
	padding: 2px 2px 2px 5px;
}
.form a {
	color: #14367b;
	padding-left: 15px;
	background : transparent url(../design/action.gif) no-repeat scroll 0 3px;
	text-decoration: none;
}

/************/
/* RESULTAT */
/************/
.resultat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	background-color: #ffffff;	
	margin-bottom: 5px;
}
.resultat caption {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 3px 0 0 3px;
}
.resultat th {
	font-weight: bold;
	color: #ffffff;
	background-color:#9BB6DD;
	padding: 3px;
	text-align: center;		
}
.resultat td {
	color: #14367b;
	background-color: #ebebeb;
	padding: 2px 2px 2px 5px;
}
.resultat td.photo {
	width: 50px;
	padding: 0px;
}
.resultat p {
	text-align:center;
}
.resultat a {
	text-align:center;
	color: #14367b;
	padding-left: 15px;
	background : transparent url(../design/action.gif) no-repeat scroll 0 3px;
	text-decoration: none;
}
.resultat a:hover {
	color: #14367b;
	text-decoration: underline;
}
.resultat a.nothing {
	padding-left:0;
	background-image:none;
	text-align:center;
}
.resultat a.suppression {
	background-image: url(../design/supprimer.gif);
	background-position:center;
	text-decoration: none;
	text-align:center;
}
.resultat a.modification {
    background-image: url(../design/modif.png);
	background-position:center;
	text-decoration: none;
	text-align:center;
}
.resultat img{
	height:100px;
	width:100px;
}
.resultat img.pdf{
    width: 50px;
	height: 50px;
	text-decoration: none;
	border: 0;
}
.resultat a.suppression:hover {
	text-decoration: none;
}
.resultat a.modification:hover {
	text-decoration: none;
}

/****************/
/*    CARTES    */
/****************/
img.carteRegion {
	border : none;
}
.carteRegion, .carteFrance  {
	border: 1px solid #D2D2F7;
} 
.carteDept {
	float :left;
	width:400px;
	height:400px;
	font-size:10px;
	border:1px solid #C5AAFD;
	overflow:hidden;
	margin : 1em;
	padding:0;
	text-align:left;
}

/*********************/
/*   FICHE BALISE    */
/*********************/
#FicheBalise {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0em;
	margin-top : 2em;
}
#FicheBalise table{
	border-spacing : 5px;
	width: 100%;
}
#FicheBalise th {
	text-align:center;
	font-weight:bold;
	background-color:#ccc;
	color:#000099;
	margin-bottom : 10px;
	padding-top : 2px;
	padding-bottom : 3px;
}
#FicheBalise td, td.valeur{
	text-align:left;
	color:#0066FF;
	padding:4px;
}
#FicheBalise td.label{
	text-align:right;
	color:#0000CC;
	vertical-align:top;
	padding-left : 10px;
	line-height : 15px;
}
#FicheBalise td.soustitre{
	text-align : left;
	color : #0000CC;
	vertical-align : top;
	text-decoration : underline;
}
#FicheBalise  .Titre  {
	position:relative;
	top:-24px;
	left:-1px;
	clear:both;
	width : 15em;
	padding : 3px;
	border:1px solid #FFFFFF;
	text-align : center;
	margin-left : 0em;
	font-size:14px;
	font-weight:bold;
	background-color:#ccc;
	border : 1px solid #999999;
	color:#000099;
}

#FicheBalise  .Info table  {
	width : auto;
}

/* Info */
#FicheBalise .Info {
	float : left;
	margin-top : 2em;
	margin-bottom : 2em;
	background-color: #EEEEEE;
	padding-bottom : 1em;
	padding-right : 1em;
	border : 1px solid #999999;
	text-align : left;
}
#FicheBalise .Info  p{
	margin-top : 2em;
	margin-bottom : 0em;
}
/* Data */
#FicheBalise .Info input{
	clear : both;
	float : right;
	margin : 0;
}
#FicheBalise .Info .Data {
	float:left;
}

#FicheBalise .Info .Data {
	float:left;
	margin: 1em;
	line-height : 7pt;
}
#FicheBalise .Info .Data  a{
	text-decoration : none;
}
#FicheBalise .Info .Data  a:hover{
	text-decoration: underline;
}
#FicheBalise .Info .Data  a:visited{
	text-decoration : none;
}
#FicheBalise .Info .Data  table{
	width : 300px;
	line-height : 12px;
}
#FicheBalise .Info .Data  td.valeur{
	text-align : right;
	color : #0066FF;
	padding-right : 2em; 	
}
#FicheBalise .Info .Data  td.separ{
	margin-bottom : 1em; 	
}
/* Graph Vent */
#FicheBalise .Info .GraphVent {
	float : right;
	margin-top : 1em;
	margin-bottom : 3em;
	margin-left : 1em;
	margin-right : 3em;
/*	height : 350px;
	width : 350px; */
	border : none;
}
/* PhotoBalise */
#FicheBalise .Info .PhotoBalise{
	float : right;
	margin-top : 2em;
	margin-bottom : 1em;
	margin-left : 2em;
	margin-right : 1em;
	width : 400px;
	height : 300px;
	margin : 0em;
}
#FicheBalise .Info .PhotoBalise img{
	float : right;
	border : 1px solid #999999;
}

/*********************/
/*    POLAR GRAPH    */
/*********************/
#PolarGraph {
float:left;
width:350px;
height:350px;
/*border:1px dashed black;*/
text-indent:30px;
margin-left:1em;
color:black
}

/*********************/
/* BAR DE NAVIGATION */
/*********************/
#navBar {
	font-size:14px;
	border-bottom:1px dotted #3300FF;
	margin:1em;
	padding: 2px 2px 5px 10px;
	text-align : left;
}
#navBar p {
	display: inline;
	margin-left: 2px;
}
#navBar p, #navBar a {
	color: #3300FF;
	padding-left: 17px;
	background : transparent url(../design/separ_blue.gif) no-repeat scroll 0 center;
}
#navBar a {
	text-decoration:underline;
}
#navBar a:hover {
	text-decoration:underline;
	background-color:#BBC8F4;
}
#navBar a:visited {
	text-decoration:none;
	color: #3300FF;
}

/**********************/
/*    CADRE BALISE    */
/**********************/
.fondCarte {
	position : relative;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	margin: 0em auto 1em auto;
}

.conteneurBalise {
	position : relative;
	top : -402px;
	left : 0px;
	width : 400px;
	height : 400px;
	padding : 0px;
	margin: 0em auto 1em auto;
}

.conteneurBalise img{
	width:400px;
	height:400px;
}
.conteneurBalise h1 {
	font-weight:bold;
	margin:none;
	padding : none;
} 
.conteneurBalise a { 
	display:block;
	text-decoration:none;
	text-align:center;
	width:100px;
	height:25px;
	background-color:#D0D5FB;
	border-width:1px;
	border-style:outset;
	/*border-color:#000099;*/
	overflow:hidden;
	font-size:10px;
	line-height:15px;
}
.conteneurBalise a:hover { 
	border-width:1px;
	border-style:inset;
	border-color:#000099;
} 

.conteneurBalise img { 
	width:10px;
	height:10px;
	border:none;
} 
.cadreBaliseBG, .cadreBaliseBD, .cadreBaliseHG, .cadreBaliseHD {
	/* Toutes modifications de ces valeurs doivent être reportées 
	aux constantes LARGEUR_CADRE & HAUTEUR_CADRE dans define.php */
	width:110px;
	height:30px;
	background-repeat:no-repeat;
}
.cadreBaliseCH, .cadreBaliseCB { 
	/* Toutes modifications de ces valeurs doivent être reportées 
	aux constantes LARGEUR_CADRE2 & HAUTEUR_CADRE2 dans define.php */
	width:110px;
	height:40px;
	background-repeat:no-repeat;
}
.cadreBaliseBG {
	background-image: url(../design/cadre_BG.gif);
}
.cadreBaliseBD {
	background-image: url(../design/cadre_BD.gif);
}
.cadreBaliseHG {
	background-image: url(../design/cadre_HG.gif);
}
.cadreBaliseHD {
	background-image: url(../design/cadre_HD.gif);
}
.cadreBaliseCH {
	background-image: url(../design/cadre_CH.gif);
}
.cadreBaliseCB {
	background-image: url(../design/cadre_CB.gif);
}

.cadreBaliseBG a, .cadreBaliseHG a, .cadreBaliseBD a, 
.cadreBaliseHD a, .cadreBaliseCH a, .cadreBaliseCB a { 
	display: block;
	width: 95px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	color: #000099;
}
.cadreBaliseBG a, .cadreBaliseHG a {
	float:right;
}
.cadreBaliseBD a, .cadreBaliseHD a {
	float:left;
}
.cadreBaliseBD a, .cadreBaliseBG a, .cadreBaliseCH a {
	/*vertical-align:bottom;*/
}

.cadreBaliseBG a:hover, .cadreBaliseBD a:hover, .cadreBaliseHG a:hover, 
.cadreBaliseHD a:hover, .cadreBaliseCH a:hover, .cadreBaliseCB a:hover { 
	background-color: #9FA9FB;
	text-decoration:none;
}

/*************************/
/*   Balise_liste.php    */
/*************************/
.listeBalise {
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-align:left;
	font-size: 12px;
	float:left;
	padding:5px;
	border:1px solid #D2D2FF;
	width:20em;
	margin:1em;
}
.listeBalise h2{
	font-size: 15px;
	border-bottom:1px dotted #D2D2FF;
	color:#3300CD;
	text-align:center;
	margin:0em;
	padding:1px;
}
.listeBalise h3{
	font-size: 14px;
	margin:0em;
}
.listeBalise h4{
	font-size: 12px;
	margin-left: 0em 0em 0em 1em;
	padding-left:15px;
	background : transparent url(../design/list_fleche_blue.gif) no-repeat scroll 0 center;
}
.listeBalise h3 a , h4 a{
	text-decoration:none;
}
.listeBalise h3 a:hover, h4 a:hover {
	text-decoration:underline;
	font-weight:bold;
}
/****************/
/*    numPage   */
/****************/
.numPage a {
	text-decoration:none;
}
.numPage a:hover {
	background-color:#C6CFFD;
	text-decoration:underline;
}

/****************/
/*    DIVERS    */
/****************/
.centre {
    text-align:center;
}
.left{
	border: 2px;
	border-style:dotted;
	float: left;
	width: 50%;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}

.red {
    font: Arial, Helvetica, sans-serif;
    color:#FF0000;
}
.erreur{
	background : transparent url(../design/attention.gif) no-repeat scroll 0px 0px;
	padding: 3px 0px 5px 30px;
	color:#FF0000;
	margin: 3px;
}
.commande {
	border: 1px solid #C5AAFD;
}
.partenaire {
	text-align : left;
}



