/* Generated by KompoZer */
body {
	margin: 10px;
	background: #F2E3A6 none repeat fixed 35% 50%;
	font-family: Arial,Helvetica,Verdana,Univers,Sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}
h1 {
  text-align: left;
  padding-left: 5px;
  padding-right: 6px;
  color: #7d742d;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
h2 {
  text-align: left;
  padding-left: 5px;
  padding-right: 6px;
  color: #7d742d;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
/*p:first-letter {
	float: left;
	font-size: 2em;
	font-family: "Edwardian Script ITC";
	font-weight: bold;
	color: #546347;
	padding-right: 8px;
 padding-bottom: 5px;
}*/
h3 {
  text-align: left;
  padding-left: 5px;
  padding-right: 6px;
  color: #7d742d;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
h4 {
  text-align: left;
  padding-left: 5px;
  padding-right: 6px;
  color: #7d742d;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
h5 {
	font-size: 11px;
	font-family: cursive;
	text-align: justify;
	color: #5E454B;
}
p {
	text-align: left;
	padding-left: 5px;
	padding-right: 6px;
	color: #6c6c4d;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 1px;
}
blockquote {
  border: thin groove #8b8032;
  margin: 5px 10px;
  padding: 5px;
  background: White none repeat scroll 0%;
  font-family: cursive;
  display: block;
  text-align: center;
}
ul {
  text-align: left;
  padding-left: 25px;
  padding-right: 6px;
  color: #6c6c4d;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
.float_left {
  float: left;
  padding-left: 5px;
  padding-right: 11px;
  margin-right: 5px;
  margin-top: 0px;
}
.float_right {
  float: right;
  padding-right: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-left: 5px;
}
img {
  border-style: none;
}
img.arrow {
  border-width: 0px;
  vertical-align: middle;
}
img.grande {
  border: 1px solid #fbfbf4;
}
a:link {
  color: #273513;
  text-decoration: underline;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
a:visited {
  color: #b38519;
  text-decoration: underline;
  font-size: 11px;
}
a:hover {
  color: #a6a6a6;
  text-decoration: underline;
  font-size: 11px;
}
a:active {
  color: #6e576d;
  text-decoration: underline;
  font-size: 11px;
}
input, textarea {
  background: #ffffff none repeat scroll 0% 50%;
  color: #000000;
  font-size: 11px;
}
table {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 2px;
}
table.titre {
	border: thin outset #928746;
	padding: 1px;
	color: #59491E;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	background-color: #F0DA82;
	border-spacing: 1px;
}

div {
	display: block;
}
div.liens {
	display: block;
	background-color: #FFFFF0;
}
div.titre {
	border: 1px inset #928746;
	padding: 1px 1px;
	color: #59491E;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	background-color: #EFECD1;
}

table.maxi {
  height: 100%;
}
td {
  border: 1px outset #d39e34;
  padding: 2px;
  text-align: justify;
  vertical-align: top;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #f6f3e4;
  font-size: 11px;
}
td.titre {
	border: thin inset #8E771A;
	background-color: #FFFFF0;
	color: #665322;
	height: auto;
	width: auto;
	text-align: center;
	vertical-align: top;
}
td.navigation {
	border: 1px outset #4D4519;
	padding: 2px;
	background-color: #D8CE91;
	text-align: left;
	vertical-align: top;
}
td.mini {
  font-size: 7pt;
  color: #004040;
  text-align: center;
  vertical-align: top;
}
td.minicenter {
  padding: 5px;
  font-size: 7pt;
  color: #004040;
  text-align: center;
  vertical-align: middle;
}
td.mosaic {
  padding: 0px;
}
/* Le menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 120px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #514A26;
	border: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: normal bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../Images/arrowgreen.gif) 100% 0;
	height: 11px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 10px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E5826;
}

.arrowgreen li a:hover{
	color: #ACAE51;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #F4F4E4;
	background-position: 100% -64px;
}
#pied_page {
	margin: 0 auto;
	width: 900px;
	font-family: cursive;
	font-size: 10px;
	text-align: center;
	color: #9D666B;
}
#sous_menu {
 width: 590px;
 color: #6c6c4d;
 margin: 0px;
  padding: 0px;

}

#sous_menu ul li#current a {
	border-bottom: 1px solid #cecece;
	background: #FFFFFD url(images/arrowgreen.gif) scroll 0% 50%;
	color: #F4F4E4;
	border-left: 1px solid #cecece;
	background-position: 100% -64px;
}

#nav {
  margin: 0px;
  padding: 0px;
  width: 900px;


}
#sous_menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  display: inline;
  float: left;
  width: 900px;

}
#sous_menu ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#sous_menu ul li a {
	margin: 0px;
	padding: 5px 5px 5px;
	float: left;
	font-family: 'Trebuchet MS',Tahoma,Helvetica,Arial,Geneva,Sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	font-size: 11px;
	line-height: 20px;
	color: #5A5534;
	text-decoration: none;
	font-size-adjust: none;
	font-stretch: normal;
}
#sous_menu ul li a:hover {
  border-style: none;
  background: transparent none repeat scroll 0% 50%;
  color: #663333;
}
#sous_menu ul li a:active {
  border-style: none;
  background: transparent none repeat scroll 0% 50%;
  color: #663333;
}
#footer-wrapper {
	margin: 5px auto;
	clear: both;
	width: 940px;
	text-align: left;
	font-family: 'Trebuchet MS',Tahoma,Sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6em;
	font-size-adjust: none;
	font-stretch: normal;
	padding-bottom: 10px;
}
#footer {
padding: 10px;
  float: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
}
#footer-wrapper a {
  background: transparent none repeat scroll 0% 50%;
  color: #ffffff;
}
#footer-bottom {
	border-top: 1px solid #868422;
	margin: 0 auto;
	clear: both;
	width: 900px;
	border-bottom: 1px solid #868422;
}
#footer-bottom .bottom-left {
  float: left;
  padding-left: 5px;
}
#footer-bottom .bottom-right {
  text-align: right;
  padding-right: 0;
}


#grid_computing {
	width: 510px;
	text-align: center;
	border: thin solid #868422;
	margin-bottom: 6px;
	padding-bottom: 6px;
	position: relative;
	background: White;
	margin-left: 20%;
	
}

