/*****************************************************************************/
/* enigmath                                                                  */
/* Feuille de style Site Internet                                            */
/*****************************************************************************/

/*****************************************************************************/
/*  Codes couleurs                                                           */
/* Rouge        : #FF3333 titre                                              */ 
/* Bleu         : #3366CC crochets, filets                                   */ 
/* Bleu-clair   : #5FA1C4 fond menu gauche                                   */ 
/* Orange       : #FFCC00 police menu gauche                                 */ 
/* Presque noir : #333333 texte, filets                                      */ 
/* Gris clair   : #E1E1E1 fond de page                                       */ 
/*****************************************************************************/


.titre {
	font-weight: bold;
	text-align: center;
	position:absolute;
	left:140px;
	right:50px;
	top:50px;
	font-size: 18px;
	color: #FF3333;
}
.titre:first-letter {
 font-weight: bold;
}

.header {
height: 130px;
}

.theader {
	position:absolute;
	top:0px;
	margin-left:0px;
	width:140px;
	border-right-color:white
	border-left-color:white;
	border-bottom-color:white;
	border-top-color:white;
	border-width:0px;
	border-style:solid;
}

.cheader {
	position:absolute;
	background-color: #FFCC00;
	height:20px;
	left:140px;
	right:0px;
	top:0px;
	border-right-color:white;
	border-left-color:#FFCC00;
	border-bottom-color:white;
	border-top-color:#FFCC00;
	border-width:1px;
	border-style:solid;
	margin: 0;
}
.rheader2 {
	position:absolute;
	width:100px;
	height:500px;
	right:0px;
	top:	40px;
	border-right-color:white;
	border-left-color:white;
	border-bottom-color:white;
	border-top-color:white;
	border-width:1px;
	border-style:solid;
	margin: 0;
}


.menu {
position: absolute;
left:0;
width: 145px;
top:110px;
bottom:0px;
height:250px;
font-weight: bold;
color: #FFCC00;
text-decoration: none;
border-right-color:white;
border-left-color:white;
border-bottom-color:white;
border-top-color:white;
border-width:1px;
border-style:solid;
}

.menu a:link  {color : #FFCC00; text-decoration : none; } 
.menu a:visited {color : #FFCC00; text-decoration : none; } 
.menu a:hover {color : #FFFFFF; text-decoration : underline; } 

.menugauche {
list-style-type: none;
text-align: right;
left: 0;
margin: 0;
padding:0;
margin-left: 0px;
background-color: #5FA1C4;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: underline;
}

.frame {
position: relative;
margin-left: 160px;
margin-right:98px;
margin-top: 0px;
width: auto;
height: auto;
overflow: auto;
border-right-color:white;
border-left-color:white;
border-bottom-color:white;
border-top-color:white;
border-width:0px;
border-style:solid;
}

.footer {
margin-left:160px;
margin-right:98px;
bottom:0px;
text-align:center;
border-top-color:black;
border-right-color:white;
border-left-color:white;
border-bottom-color:black;
border-width:1px;
border-style:solid;
}


body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	margin-top : 5px; margin-bottom : 5px
}

a:link  {color : #3366CC; text-decoration : underline; } 
a:visited {color : #3366CC; text-decoration : underline; } 
a:hover {color : #5FA1C4; text-decoration : underline; font-weight: bold;} 


body {
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
}

.petit {
	font-size: 10px;
}

.crochet{
	font-size: 14px;
	color: #3366CC;
}

