body { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #111111;
  margin: 20px;
  color: #555555;
}

p,ul,ol,li,td { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}


#content {
  	width: 902px;
   	border: 1px solid #555555;
}


a         	{ color: #cc3333; text-decoration: none }
a:visited 	{ color: #cc3333; text-decoration: none }
a:hover   	{ color: #cc3333; text-decoration: underline }

#home a         	{ color: #8F0000; text-decoration: none }
#home a:visited 	{ color: #8F0000; text-decoration: none }
#home a:hover   	{ color: #8F0000; text-decoration: underline }

div#pagehead {
	text-align: left;
  	width: 100%;
  	background-color: #000000;
}

div#pagesubhead {
	text-align: right;
  	width: 100%;
	padding: 10px;
  	background-color: #333333;
}

#pagesubhead a         	{ color: #bbbbbb; text-decoration: none }
#pagesubhead a:visited 	{ color: #bbbbbb; text-decoration: none }
#pagesubhead a:hover   	{ color: #bbbbbb; text-decoration: underline }



div#home {
	text-align: left;
  	width: 100%;
	padding: 20px;
  	background-color: #ffffff;
}

#home ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#home li {
           list-style-type: none;
           background-image: url(images/pointgrey.jpg);
           background-repeat: no-repeat;
           background-position: 0 0.2em;
           padding-left: 15px;
           padding-bottom: 8px;
           margin: 10px 0;
}

#home h1 {
      font-size: 30px;
      background-color: #ffffff;
      color: #555555;
      font-weight: normal;
}

#home h2 {
      font-size: 14px;
      background-color: #ffffff;
      color: #AD330B;
      font-weight: bold;
	  padding-top: 15px;
	  padding-bottom: 5px;
	  border-top: 1px solid #aaaaaa;
}

#home hr {
  color: #999999;
  height: 1px
}


/* Styles des autres pages */

h1  {
  font-size: 36px; 
  }

h2 {
  font-size: 24px;
}

code 			{ font-family: courier, courier new; font-size: 9px; color: #cc0000 }


hr 				{ color: #000; height: 1px }

strong 			{ font-size: 11px; color: #000000 }



.section 		{ font-size: 16px; font-height: bold; color: #cc3300 }

.name    		{ font-size: 24px }

.foot    		{ font-size: 7pt; color: #555555 }

.titlebox 		{ background-image: url(images/back.gif) }

.red      		{ COLOR: #cc0033 }

.small    		{ font-size: 8pt }


