html {
	/* font-size: 100%; */
	font-size: 11px;
	/*background: white url(img/bg.png) repeat-x;*/
}

body {
	background: transparent;
	/* color: #dddddd; */
	color: #222222;
	font-size: 11px;
	font: arial, verdana, sans-serif;
	width: 95%;
}

a {
	text-decoration: none;
	/*color: #aa8800;*/
	color: #760404;
	border-bottom: 1px gray dotted;
	/* text-transform: uppercase; */
}

a#aborder {
	border: 0px;
	background: transparent;
}

p {
	margin : 10px;
}

a:hover {
	background-color: #760404;
	color: #dddddd;
}

pre {
	overflow: auto ;
}

h3 {
	font-size:1.0em;
	text-decoration: underline;
}

h3 a {
	color: #222222;
	border-bottom: 1px gray dotted;
}

h1 {
	font-size:1.4em;
	color: #760404;
	margin : 5px;
	margin-top : 15px;
	margin-bottom: 20px;
}

h2 a {
	color: #222222;
}

h2:hover a {
	background: transparent;
	color: #222222;
	text-decoration: none;
}

h2:hover {
	/*font-size:1.3em;*/
	font-variant: small-caps;
	border-bottom: 1px solid #760404;
}

h2:first-letter {
	font: verdana, arial, sans-serif;
	font-size: 1.15em;
	color: #760404;
}

h2 {
	font-size: 1.25em;
	border-bottom: 1px solid #760404;
	padding-top: 15px;
}

h4 {
	font-weight: bold;
	padding-left: 30px;
	padding-top: 5px;
}

h5 {
	font-weight: bold;
	padding-left: 45px;
	padding-top: 5px;
}

img {
	border: 0px;
}

img:hover {
	background: transparent;
	border: 0px;
}


.mylinkcolor {
	color: #760404;
	background: transparent;
}

.mylinkcolor a:hover {
	color: #aa8800;
	background: #760404;
}

.astable {
	padding-left: 20px;
	padding-right: 25px;
	font-size: 1.0em;
}

* table {
	width: 100%;
}



/* Accès rubrique */
#menugeneral {
	position: fixed;
	z-index: 99;
	bottom: 2px;
	left: 5px;
	width: 150px;
	background-color: #760404;
	color: #ddd;
	font-size: 1.1em;
	cursor: pointer;
}

p.amenugeneral
{
    position:relative;
    z-index:24; 
    /*background-color:#760404;
    color:#ddd;*/
    text-decoration:none;
    font-size: 1.0em;
    cursor: auto;
}

p.amenugeneral a {
	/*background-color:#760404;
    color:#ddd;*/
    
}

p.amenugeneral:hover {
	z-index:25; 
	/*background-color:#ff0;*/
}

p.amenugeneral span {
	display: none;
}

p.amenugeneral:hover span
{
    display:block;
    position:absolute;
    top: -20em; 
    left:0em; 
    width:150px;
    
    background: white;
	color: #222222;
	padding: 3px;
	border: 1px solid #760404;
}





/* menu */
#menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*text-decoration: underline;*/
}

#menu {
	position: absolute;
	top: 100;
	left: 25;
	z-index:100;
	width: 100%;
	background: transparent;
	font-size: 1.1em;
}

#menu dl {
	float: left;
	/*width: 10em;*/
	/*margin: 0 1px;*/
	margin-right: 25px;
}



/* menu info-bulles */
#menu dt.info {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted;
}
#menu dt.info span {
   display: none;
}
#menu dt.info a {
   color: #222222;
}
#menu dt.info a:hover {
   color: #dddddd;
}
#menu dt.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500;

   cursor: pointer;
   
   background: #760404;
   color: #ddd;
}
#menu dt.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   white-space: nowrap;

   top: 30px;
   left: 20px;

   background: white;
   color: #222222;
   padding: 3px;

   border: 1px solid #760404;
}



/* info bulles lien */
a.info {
   position: relative;
   /*color: black;*/
   text-decoration: none;
   border-bottom: 1px gray dotted;
}
a.info span {
   display: none;
}
a.info a {
   color: #222222;
}
a.info a:hover {
   color: #dddddd;
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500;

   cursor: pointer;
   
   background: #760404;
   color: #ddd;
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   white-space: nowrap;

   top: 30px;
   left: 20px;

   background: white;
   color: #222222;
   padding: 3px;

   border: 1px solid #760404;
}




.cleft {
	float: left;
	width: 45%;
}

.cright {
	/*float: right;*/
	margin-left: 55%;
	width: 45%;
}



.envoyez {
text-indent:80px;
color: #ff8700;
width:262px;
height:50px;
border:none;
background: transparent url(img/envoyez.png) no-repeat center center;
}

input {
height:30px;
background-color:transparent; 
border: 1px solid #5c8940;
font-size: 120%;
}

.godon {
border: 0px;
width: 200px;
height: 38px;
}

textarea {
background-color:transparent; 
border: 1px solid #5c8940;
font-size: 120%;
}



#all {
	margin-left: 20px;
}

#header {
	/*background: url(fond_header.png) repeat-x;*/
	height: 95px;
}
#contenu ol li {
	padding-bottom: 11px;
	list-style-image: none;
	list-style-type: decimal;
}
#header a {
	text-decoration: none;
	/*color: #aa8800;*/
	color: #760404;
	border-bottom: 0px;
	/* text-transform: uppercase; */
}

#banniere {
	background: url(ban.png) no-repeat;
	text-align: right;
	color: #760404;
	font-weight: bold;
}

#banniere a {
	color: #760404;
}
#banniere a:hover {
	color: #760404;
	background:transparent;
}

#contenu {
	/*border: 1px solid #5a5a5a;*/
	border-bottom: 1px solid #5a5a5a;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent url(img/bkgaccueil2.png) no-repeat fixed center center;
	/*background-attachment: fixed;*/
	text-decoration: none;
}

#contenu table {
	padding-left: 20px;
	padding-right: 25px;
	font-size: 1.0em;
}

#contenu ol li {
	padding-bottom: 11px;
	list-style-image: none;
	list-style-type: decimal;
}

#contenu li ol li {
	padding-bottom: 11px;
	list-style-image: none;
	list-style-type: decimal;
}

#contenu ul li {
	list-style-image: url(img/ul.png);
	list-style-type: disc;
	padding-bottom: 11px;
}
#contenu ul {
	padding-left: 25px;
	padding-top: 20px;
}


.note {
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
	margin-left: 10px;
}

.accueil img:hover{
	width: 90%;
	/*height: 102%;*/
}

.tabaccueil td {
	padding: 10px;
	width : 50%;
}

.tabaccueil td p {
	position:relative; 
	/*width:180px; */
	padding-right:140px;
}

.tabaccueil td p img {
	position:absolute; 
	right:0;
	width: 125px;
}

#footer {
	color: #760404;
	font-size: 0.85em;
	text-align: center;
	margin-top: 5px;
	clear: both;
}

.renvoi {
	font-size: 0.88em;
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 6px;
}

.gras {
	font-weight: bold;
}

.italique {
	font-style: italic;
}


/* programmation */
#prog {
	/*position: absolute;*/
	/*display: inline;*/
	width: 100%;
}

#prog_content {
	width: 90%;
	position: relative;
	float: right;

}

#prog_menu {
	width: 10%;
	text-align: left;
	position: relative;
	float: left;
	top: 50px;
}

.code2 {
	/* background: #CCC;*/
	background: white url(img/bg.png) repeat-x;
	border: 1px solid #000;
	padding: 3px;
}

.code3 {
	background: #CCC;
	border: 1px solid #000;
	padding: 3px;
	font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}

