/* imports  */

@import "firstpage.css";
@import "calendrier.css";
@import "nouvelles.css";
@import "reservation.css";
@import "accueil.css";
@import "table_livre.css";
@import "admin.css";
@import "membres.css";
@import "materiel.css";
@import "erreurs.css";
@import "horloge.css";
@import "planing.css";
@import "presse.css";
@import "docu.css";
@import "incident.css";
@import "menu.css";
@import "barre_de_navigation.css";






/*	 fin des imports */

/* Blocs de structure de page */

a:hover {
  	background:none;

                  }



*{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	color: black;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
	list-style: none;
	font-weight: normal;
}

.img{
	border-color:green;
	border-style:dotted;
	border-width:4px;
}

/*:first-letter{
text-transform:capitalize;
}*/



html {
   height:101%;
}

body{
	text-align: center;
	/*background-color: #EBFFC3;*/
}


.o2 {   background: url(../img/background/right_repeat.gif) repeat-y right 100%;
}

.o1 {   margin-bottom:2px;margin-top:-1px;margin-left:3px;
}



#wrapper1{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;

	}


#wrapper2{
        text-align: left;
	width: 1000px;
	border-color: #99CC33;
	border-style: solid;
	border-bottom-width: 15px;
	background-image: url(../img/background/bgcolor_menu.gif);
	background-repeat: repeat;


}


#bandeau{
	background-color: 99cc33;
	background-image:url(../img/background/bgbandeau_V1.2.gif);
	background-position:0px -15px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-color:white;
	margin-bottom:-10px;
        height: 235px;
}

#choix_langue{
	text-align: left;
	float: right;
	position:relative;
	top:0px;
	width:px;
	color:#ffffcc;
}






#corps{
	position: relative;
	background-image:url(../img/background/bg_corps.png);
        background-repeat:repeat-y;
        /*background-color: #FFFFCC;*/
	margin-left: 160px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	color: Black;
	min-height: 550px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
	z-index: 1;
	overflow:hidden;
	}

#corps_transparency {
        float:left;
        position:absolute;
        left:0px;
        top:-10px;
        z-index:2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter(opacity=40);
        opacity:0.4;
        width:100%;
        height:650px;
        
        }

#corps h1,h2,h3,p,div,span,ul,ol,li,img,input,select,label,button,table{
        position:relative;

	}
#corps h1,h2,h3,p,span,ul,ol,li,img,input,select,label,button,textarea{
      
	z-index:2;
	}

#corps #cadre_de_min_width{
       height:300px;
       background-color:green;

}



#pieds_de_page{
	background-image: url(../img/background/bgcolor_pdp.gif);
	background-repeat: repeat;
	text-align:left;
	padding:5px;
	height:60px;


}


#pdp{
	font-size:11px;
	font-weight:bold;
	}

#Divpdp{
        margin-bottom:5px;
        float:right;
        z-index:9;
}

/* tags html  */


a, a:active , a:visited, a:hover {
	text-decoration: none;
	border-style: solid;
	border-width: 0px;
	background-color: transparent;

}

input:hover  {	text-decoration: none;;position:relative;top:1px;}


dt{
margin-left:20px;
font-size:10px;
}

h1 {
	font-size:15px;
	margin-bottom: 10px;
	font-weight:bold;
}

h2{
	font-size: 15px;
	margin-bottom:5px;
	font-weight:bold;
}

h2 *{
	font-size: 15px;
	margin-bottom:5px;
	font-weight:bold;
}


h3{
	font-size: 13px;
	margin-bottom: 3px;
	font-weight:bold;

}

h4{
	font-size: 12px;
	margin:5px 0px 10px 0px;
	font-weight:bold;
	color:green;


}

label{
      margin-left:10px;
      font-style:italic;
      font-size:12px;
}

img{
	border:0px;
}

input, select{
  border-style:solid;
  border-width:1px;
  background-color:#eeeeee;
}

button{
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: orange;
}

/* sous-elements */

/* bandeau   */


#bandeau h1{
	margin-left: 0px;
	font-size: 30px;
	color: Green;
	font-family: "Verdana", Times, serif;
	font-weight:bold;
}


#bandeau h2{
	margin-left: 240px;
	margin-top: -10px;

	font-size:20px;
	color: GrayText;
}



#corps_fond_up{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/backg/*/d/bg_up_corps.png);
	background-repeat: repeat-y;
	width:838px;
	height: 70px;
	z-index: 2;

}


 #search{

   width: 140px;
	background-color: #ffffee;
	margin-top:10px;
	margin-left:10px;
	border-style:solid;
	border-width:1px;
	border-color:black;


 }

 #search form{
   text-align:center;
   line-height:2em;
   margin-top:-5px;
   background-color:#99CC33;


 }

  #search #label_search{
   text-align:left;
   line-height:2em;
   margin-left:0px;
   color:white;
   font-size:13px;
   font-weight:bold;
   letter-spacing:2px;
 }


 #search select{
 width:80px;
 font-family:courier;
 color:#999999;
 }

 #search select option{
 font-family:courier;
 color:#999999;
 padding-left:7px;
 }

#search .submit{
 width:100%;
 cursor:pointer;
 border:0px;
 background-color:#99dd11;
 color:white;
 letter-spacing:5px;
 font-weight:bold;
}





#sous_menu_corps	{
	float: right;
	width: 180px;
	text-align:left;
	border-style: solid;
	border-width: 5px;
	border-color: #ffffff;
	background-color: #DDFF99;
	list-style: square;
	position:relative;
	padding: 2px 2px 2px 10px;
	margin-bottom:2px;
        margin-top:4px;
	color:green;
	z-index: 7;

}





/*********** CLASSES ***********/

.bold {
font-weight:bold;
}

#ColsHeadDescRem {
padding-left: 20px;
	}


#ColsHeadDescRem ol li {
	list-style: decimal;
}

#ColsHeadDescRem ul li {
	list-style: square;
}


