@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #777;
	background-color: #9c3;
}
p {
	margin: 10px 10px 0px 0px;
}
a {
	color: #360;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #9c3;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 18px;
	color: #360;
	margin: 10px 0px 0px 0px;
}
h3 {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	color: #360;
	font-style: italic;
}
#conteneurprincipal {
	width: 950px;
	margin: 10px auto;
}
#top {
	background-image: url(../images/ogy_site2008_01.jpg);
	height: 200px;
	width: 950px;
}
#menu {
	height: 41px;
	width: 950px;
	background-image: url(../images/ogy_site2008_02.jpg);
}
#menu li {
	display: inline;
}
#menu a {
	width: 134px;
	float: left;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	border-color: #360;
	border-style: solid;
	border-width: 1px;
}
#menu a:hover {
	background-color: #360;
	color: #FFF;
}
#centre {
	background-color: #FFF;
	width: 950px;
	float: left;
	background-image: url(../images/ogy_site2008_03.jpg);
}
#gauche {
	width: 250px;
	float: left;
}
#gauche li {
	display: block;
	list-style-type: none;
	float: left;
}
#gauche a {
	width: 248px;
	float: left;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 12px;
	color: #360;
	border-color: #FFF;
	border-style: none none solid none;
	border-width: 1px;
	margin: 0px 0px 0px 2px;
}
#gauche a:hover {
	background-color: #FFFFFF;
	color: #360;
}
#gauche p {
	margin-left: 10px;
	color: #333;
}
#gauche h2 {
	margin-left: 10px;
}
#gauche h3 {
	margin-left: 10px;
	color: #333;
}
#droite {
	width: 680px;
	float: left;
	padding: 10px;
}
#bas {
	background-image: url(../images/ogy_site2008_05.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 15px;
	float: left;
	font-size: 10px;
	text-align: center;
	padding: 18px 0px 0px 0px;
	color: #360;
}
table {
	border-spacing:1px;
	background-color:#CCC;
	position: inherit;
	width: 680px;
}

td, th {
	padding: 4px;
	vertical-align: top;
}

thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
}
tbody th {
	font-weight: normal;
}
strong {
	color: #666;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #cf9;
	border-top:1px solid #FFF;
}
.pagecourante {
	background-color: #FFF;
	color: #360;
}
.aligneagauche {
	margin: 0px 10px 5px 0px;
	float: left;
}
.aligneadroite {
	float: right;
	margin: 0px 0px 5px 10px;
}
#gauche p a {
	float: none;
	text-align: left;
	color: #360;
	border: none;
}
