/* SRX Stylesheets - inspired from Kagi for class naming*/

/* s# - font size, based on html actual size */
/* s0 - 10px  */
/* s1 - 11px  */
/* s2 - 12px  */
/* s3 - 14px  */
/* s4 - 16px  */
/* s5 - 18px  */
/* s6 - 20px  */

/* n or u or b or i - font weight, normal, underlined, bold or italics */

/* t# - font color */
/* t1 - black */
/* t2 - #999900 - rouge */
/* t3 - #999900	- ocre */


body, table, td {
  color:black;
  background-color:white;
  background-image:url(../pic/bkg.jpg);
}

html,p,ul,li {
font-size : 12px; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : black; 
background-color : white; 
background-image:url(../pic/bkg.jpg);
}

.s0bt1 { /* Liens */
font-size : 10px; 
font-weight: 700;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : black; 
}

.s2bt1 { /* Liens */
font-size : 12px; 
font-weight: 700;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : black; 
}

.s5bt2 { /* Gros Titre rouge */
font-size : 18px; 
font-weight: 700;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : #990000;
}

.s3bt2 { /* Sous titre rouge */
font-size : 14px; 
font-weight: 700;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : #990000; 
}

.s5bt1 { /* Gros Titre noir */
font-size : 18px; 
font-weight: 700;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : black;
}

.s3bt1 { /* Sous titre noir */
font-size : 14px; 
font-weight: 700;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : black; 
}

.s5bt3 { /* Gros titre ocre */
font-size : 18px; 
font-weight: 700;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : #999900; 
}

.s0it1 { /* Commentaire */
font-size : 10px; 
font-weight: 400;
font-style: italic;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : black; 
}

.c0bt1  { /* Questions FAQ  */
font-size : 12px; 
font-weight: 700;
font-family : Courier, "Courier New", serif;
color : black; 
}

.c0nt1  { /* Rponses FAQ  */
font-size : 12px; 
font-weight: 400;
font-family : Courier, "Courier New";
color : black; 
}

/* Liens */

a:link {color: blue; text-decoration:underline;}
a:hover {color:#990000; text-decoration:none;}
a:visited {color: #666666; text-decoration:underline;}

#cell a {
	color:#990000;
	}
#cell a:hover {
	color:#990000;
	}
#cell a:visited {
	color:#666666;
	}


/* Placement des blocks */

#pied {
		clear:both;
		border-style:solid;
		border-color:#000000;
		border-width:1px 0px 0px 0px;
		padding:2px 10px 0px 10px;
		margin:5px 50px 0px 50px;
}

.pied {
		margin-top:0px;
		font-size:85%;
		text-align:center;
		color:#000000
}

.gauche {
		border-style:solid;
		border-color:#DCDCDC #DCDCDC #DCDCDC #DCDCDC;
		border-width:0px 1px 0px 0px;
		padding:0px 1px 0px 0px;
		width:130px; 
		margin-right:50px;
		margin-top:1px;
		margin-left:5px;
		position:absolute;
		top:20px;
		left:20px;
}

.droite {
		padding: 10px 15px 10px 50px;
		margin-left:150px;
		margin-right:0px;
}

.cellule {
		padding: 0px 0px 25px 0px;
}