/* CSS Document 
 . = class tout
 # = id position 1fois
 **/

#site {
	position: absolute;
	z-index: 0;
	top: 90px;
	left: 0px;
	width: 100%;
	color: black;
	font-family: georgia, Arial, Verdana, Geneva, "Trebuchet MS", lucida, sans-serif;
	font-size: 76%;
/*
	background-color: white;*/
	height: 90%;
	overflow: auto;
}

#sitegr {
	position: absolute;
	z-index: 2;
	top: 90px;
	left: 0px;
	/*background-color: #fff; */
	background-attachment: fixed;
	background-image: url(./Images/fondegragris2.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 85%;
	overflow: auto;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #660033;
	text-decoration: none;
}
a:active {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #006633;
	text-decoration: underline;
	background-color: #ffcccc;
}
p.titre {
	font-family: "Arial Black", Lucida, arial, Tahoma, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #349dd4;
	text-decoration: underline;
	text-align: center;
}
p.stitre {
	font-family: "Trebuchet MS", Helvetica, Geneva, Optima , Arial, Verdana, "Lucida Grande",  sans-serif;
	font-size: 1.15em;
	color: green;
	text-align: left;
	margin: 5px;
}
table.bord {
	border: ridge red 3px;
	border-collapse: collapse;
}
table.bord td {
	border: 1px solid gray;
	border-collapse: collapse;
	padding: 1px;
	text-align: center;
}
table.sbord td {
	padding: 1px;
}
table.sbordi {
	border: ridge red 3px;
	border-collapse: collapse;
}
td.sbordi {
	font-size: x-small;
	border: none;
	padding: 1px;
	text-align: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	font-family: Lucida, "Trebuchet MS", Optima , Arial, Geneva, Verdana, Times, serif;
	margin: 16px 0 0 5px;
	font-size: 1.1em;
	padding: 2px 0;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, "courier new", "Lucida Grande", "Lucida Sans", monospace;
	font-size: 0.9em;
	font-weight: normal;
	margin: 5px;
}
h4 {
	font-family: "courier new", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica;
	font-size: 0.8em;
	font-weight: normal;
}
#sitenewslet {
	background-color: #fff;
	background-attachment: fixed;
	/*background-image: url(./Images/Newsletfond.jpg);  */
	width: 1000px;
	overflow: auto;
}
