/* portail.css */

/* Propriétés des balises html */
body {
color: black;
font-family: arial, helvetica, trebuchet; 
font-size: 0.90em;
background: url('../image/fond2.gif') repeat;
}
table {
position:relative;
top: 30px;
font-family: trebuchet, helvetica, arial; 
background:lightyellow;
border:1px solid silver;
}
table td, table th { border:1px solid silver; }
fieldset {
	position: relative;
	border: 1px solid #000;
	margin: 0;
	padding: 0px 5px 5px;
	font-weight: bold;
	color: maroon;
	background-color: #FFFFF0;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	behavior: url('ie-css3.htc');
	border-radius: 10px;
}
legend {
	position: relative;
	top: -0.5em;
	margin-left: 5px;
	padding: 0px 5px;
	font-weight: bold;
}

/* Propriété des balises <div> */
#page {
width: 1020px; 
margin: 0 auto; 
background-color:#000CCC;  
}
#paddpage {
float: left; 
width: 1010px; 
padding: 0 5px 0 5px; 
background: url('../image/fd_ombre.gif') repeat-y left top; 
}
#header {
width: 1010px; 
height: 180px; 
border-top: 0px solid #F6F4E3; 
}
#main      { height:400px; }
#footer { 
padding-top: 2px; 
background: #999A5F; 
height: 75px; 
width: 1010px; 
color: white;
font-family: arial, helvetica;
text-align: center;
font-weight: bold;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
behavior: url('border-radius.htc'); 
border-radius: 10px; 

}
#logosite {margin:5px 0 0 0; }
#zone_info {
display: block;
width: 950px;
height: 100%;
position: relative;
left: 30px;
text-align: justify;
}
/* Classes pour autres balise html */
.cadenas{ 
  display: inline;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../image/cadenas6.jpg') no-repeat;
  width: 16px; /* Width of new image */
  height: 16px; /* Height of new image */
  padding-left: 16px; /* Equal to width of new image */
}
.cle { 
  display: inline;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../image/cle.gif') no-repeat;
  width: 17px; /* Width of new image */
  height: 15px; /* Height of new image */
  padding-left: 17px; /* Equal to width of new image */
  margin-right: 10px;
}
.annonce {
color: darkgreen;
font-weight: bold;
font-size: 16pt;
font-family: Comic sans ms, trebuchet, helvetica, arial;
}

.image {
position: relative;
top: 0px
}
.titre {
font-weight: bold;
font-size: 15pt;
color: maroon;
}
.surtitre {
font-weight: bold;
color: maroon;
font-size: 15pt;
background: silver;
}
.savoir {
font-variant: small-caps;
font-weight: bold;
}

/* Espaceur de blocs */
.nettoyeur { clear:both; margin:0; padding:0; border:none; height:0; line-height:1px; font-size:1px; }
.espaceur { clear:both; margin:0; padding:0; border:none; height:0; line-height:5px; font-size:1px; }

#tt {						/* POSITIONNE LES BORDURES DE L'INFOBULLE*/
 position:absolute;
 display:block;
 background:url('../image/tt_left.gif') top left no-repeat;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url('../image/tt_top.gif') top right no-repeat;
 overflow:hidden;
 }
#ttcont {					/* Intérieur de l'Infobulle */
 display:block;
 padding:2px 12px 3px 7px;
 font-size:8pt;
 margin-left:5px;
/*   background:#666; */
 background: lightyellow;
 color:maroon;
 }
#ttbot {
 display:block;
 height:5px;
 margin-left:5px;
 background:url('../image/tt_bottom.gif') top right no-repeat;
 overflow:hidden;
}



/* repositionnement correctif des blocs par rapport à la barre de menu décalée de 25 px*/


/* menuder.css */
.menuder-container {}
.menuder,
.menuder ul { 
position: relative;
left: 25px;
display: table; 
float: left; 
width: 1010; 
margin: 0; 
padding: 0; 
background-color: #F0F0D2; 
border: solid #666; 
border-width: 1px 1px; 
list-style: none; 
text-align: left; 
font-weight: bold; 
font-variant: small-caps;

background: linear-gradient(#F0F0D2;, silver);
background: -webkit-linear-gradient(#F0F0D2;, silver); 
background: -moz-linear-gradient(#F0F0D2;, silver); 
background: -ms-linear-gradient(#F0F0D2;, silver); 
background: -o-linear-gradient(#F0F0D2;, silver); 
background: linear-gradient(#F0F0D2;, silver);
background:  #F0F0D2;;

border-radius: 10px; 
box-shadow: 0 1px 3px rgba(0, 0, 0, .3), 
0 3px 5px rgba(0, 0, 0, .2), 
0 5px 10px rgba(0, 0, 0, .2), 
0 20px 20px rgba(0, 0, 0, .15); 
}
.menuder a { 
display: block; 
background-color: #F0F0D2;
width: auto; 
padding: .25em .5em; 
text-decoration: none;
}
.menuder a.daddy { 
background: url(../image/menuder.gif) center right no-repeat; 
}
.menuder li { 
display: table-cell;
float: left; 
width: auto; /* 9em */
padding: 0; 
}
ul li a:active{ 
background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1)); 
color: red;
box-shadow: 0 0 2px rgba(0,0,0,.3) inset; 
} 
ul li :hover{ 
background: #FFFFD2;
color:black;
}
.menuder li ul { 
position: absolute; 
left: -999em; height: auto; 
width: 17em; 
margin: 0; 
border-width:  1px 1px; 
font-weight: bold; 
z-index:100;
}
.menuder li li { width: 15.5em; padding-right: .4em; }
.menuder li ul a { width: 15.5em;}
.menuder li ul ul { margin: -1.75em 0 0 15em; }
.menuder li:hover ul ul,
.menuder li:hover ul ul ul,
.menuder li:hover ul ul ul ul,
.menuder li.hover ul ul,
.menuder li.hover ul ul ul,
.menuder li.hover ul ul ul ul { left: -999em; }
.menuder li:hover ul, 
.menuder li li:hover ul, 
.menuder li li li:hover ul,
.menuder li li li li:hover ul { left: auto; }
.menuder li.hover ul,
.menuder li li.hover ul,
.menuder li li li.hover ul,
.menuder li li li li.hover ul { left: auto; }
.menuder li:hover,
.menuder li.hover { background-color: #efefce; }
.mon_titre { font-weight:bold; color:maroon; }
/* end */

/* Bouton CSS3 */
.btn {
  background: #93c9a1;
  background-image: -webkit-linear-gradient(top, #93c9a1, #3e5928);
  background-image: -moz-linear-gradient(top, #93c9a1, #3e5928);
  background-image: -ms-linear-gradient(top, #93c9a1, #3e5928);
  background-image: -o-linear-gradient(top, #93c9a1, #3e5928);
  background-image: linear-gradient(to bottom, #93c9a1, #3e5928);
  
  -webkit-border-radius: 36;
  -moz-border-radius: 36;
  border-radius: 36px;
  -webkit-box-shadow: 8px 10px 13px #666666;
  -moz-box-shadow: 8px 10px 13px #666666;
  box-shadow: 8px 10px 13px #666666;
  
  font-family: Arial;
  color: #fdfffc;
  font-size: 15px;
  padding: 1px 7px 2px 8px;
  border: solid #9fceeb 2px;
  text-decoration: none;
}
.btn:hover {
  background: #305215;
  background-image: -webkit-linear-gradient(top, #305215, #1b6e0a);
  background-image: -moz-linear-gradient(top, #305215, #1b6e0a);
  background-image: -ms-linear-gradient(top, #305215, #1b6e0a);
  background-image: -o-linear-gradient(top, #305215, #1b6e0a);
  background-image: linear-gradient(to bottom, #305215, #1b6e0a);
  text-decoration: none;
}

.btn1 {
  background: #f2b366;
  background-image: -webkit-linear-gradient(top, #f2b366, #47ff36);
  background-image: -moz-linear-gradient(top, #f2b366, #47ff36);
  background-image: -ms-linear-gradient(top, #f2b366, #47ff36);
  background-image: -o-linear-gradient(top, #f2b366, #47ff36);
  background-image: linear-gradient(to bottom, #f2b366, #47ff36);
  -webkit-border-radius: 45;
  -moz-border-radius: 45;
  border-radius: 45px;
  text-shadow: 1px 1px 3px #e627e6;
  font-family: Georgia;
  color: #ffffff;
  font-size: 60px;
  padding: 7px 36px 10px 23px;
  text-decoration: none;
}

.btn1:hover {
  background: #11f011;
  background-image: -webkit-linear-gradient(top, #11f011, #b7ed23);
  background-image: -moz-linear-gradient(top, #11f011, #b7ed23);
  background-image: -ms-linear-gradient(top, #11f011, #b7ed23);
  background-image: -o-linear-gradient(top, #11f011, #b7ed23);
  background-image: linear-gradient(to bottom, #11f011, #b7ed23);
  text-decoration: none;
}
