/*Style sheet for simulating frames
 *using only Cascading Style Sheets
*/

body{ 
	background-color: #303030;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Times New Roman;
	font-size: 16px;
	}

#mastHead{ position: fixed;
           top: 0px;
           left: 0px;
           width: 100%;
           height: 80px;
           z-index: 1;
           background-color: #303030;
           border: 0px solid #ffffff;
           }

#linkIndex{ position: fixed;
            left: 0px;
            top: 120px;
            width: 200px;
            border: 0px solid #ffffff;
            padding: 1px;
            }

#contentsBox{ position: relative;
              margin-top: 120px;
              margin-left: 220px;
              border: 2px;
              color: #ffffff;
              padding: 0px 5px;
              }

#bottomBox{ position: relative;
              margin-top: 80px;
              margin-left: 180px;
              border: 2px;
              color: #ffffff;
              padding: 0px 5px;
            }

#linkIndex>a { display: block;
               padding: 1px 0px;
               }

pre.code{ margin: 5px 25px;
          border: 2px dashed #ddd;
          padding: 3px 8px; }

dt { margin-top: 1em;
     color: #DD0000;}
     
     
.slogan {
        font-family: Arial;           
	font-size: 26px;
	color: #ffffff;	
	}

.titre  {
        font-family: Arial;           
	font-size: 26px;
	font-weight: bold;
	color: #92C1DD;	
	}

.normal  {
        font-family: Arial;           
	font-size: 16px;
	}

.petit {
        font-family: Arial;           
	font-size: 11px;
	}

#table {
	font-family: Arial, Times New Roman;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;	
	}
#td.espace {
	font-size: 1px;
	height: 5px;
	}
#td.logoma {
	text-align: center;
	margin: 0px;
	}
.menu {
	font-family: Arial, Times New Roman;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-color: #ffffff;
	}

.cadreIntro {
        font-family: Arial;           
	border-style:solid;
	border-width:1px;
	border-color: #E6DAC8;
	background-color: #93826A;
	padding: 10px;
	text-align: center;
}
	#cadreIntroExcept1 {
		color: #CCBE90;
		font-weight: bold;
		font-size: 26px;			
	}
.cadreGene {
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	padding: 4px;
        font-family: Arial;           
	font-size: 16px;
	text-align: center;
}
	#cadreGeneExcept1 {
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
	}
	#cadreGeneExcept2 {
		padding-left: 60px;
	}
	#cadreGeneExceptPlan {
		color: #67B0CE;
		font-weight: bold;
		font-size: 12px;
	}
	#cadreGeneExceptGest {
		color: #BC5DA7;
		font-weight: bold;
		font-size: 12px;
	}
	#cadreGeneExceptAct {
		color: #6D9882;
		font-weight: bold;
		font-size: 12px;
	}


a:link { color: #92C1DD;text-decoration: none; }
a:visited { color: #92C1DD;text-decoration: none; }
a:hover { color: #FFFFFF;text-decoration: underline; }

a.flash:link { font-size: 13px;font-weight: bold;color: #92C1DD;text-decoration: none; }
a.flash:visited { font-size: 13px;font-weight: bold;color: #92C1DD;text-decoration: none; }
a.flash:hover { font-size: 13px;font-weight: bold;color: #ffffff;text-decoration: underline; }


