/* portail2.css */

/* Propriétés des balises html */
body {
color: black;
font-family: arial, helvetica, trebuchet; 
font-size: 0.90em;
background: #FFFFFF;
}
h1 { color:maroon;  }
h2 { 
color:green;  
position:relative;
left: 30px;
}
table {
position:relative;
top: 5px;
font-family: trebuchet, helvetica, arial; 
background:lightyellow;
border:1px solid silver;
}
table td, table th { border:1px solid silver; }

/* Propriété des balises <div> */
#main { background-color: #FFFFFF; }
#page {
margin: 0 auto; 
background-color:#000ccc;  
}

#header {
height: 180px; 
border-top: 1px solid #000; 
}
#logosite {margin:5px 0 0 0; }
#zone_info {
display: block;
width: 90%;
position: relative;
left: 30px;
text-align: justify;
}
#baspage { 
left: 30px;
background:#000CCC; 
}

/* Classes pour autres balise html */
.cadenas{ 
  display: inline;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://www.genealogie22.com/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(http://www.genealogie22.com/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: 20px
}
.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:10px; font-size:1px; }

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;
}

#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 50 px*/

.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;
}
