/* CSS Document */

html body {
	background-color: #bcf649;
}

body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #666666;
}

hr {
	font-size: 1px;
	color: #000000;
	background-color: #000000;
	height: 1px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#Entete {
	background-image: url(../imgs/trait_milieu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
}

#LogoGauche {
	background-image: url(../imgs/logoGauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
}

#LogoDroite {
	background-image: url(../imgs/logoDroite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 350px;
	float: right;
	background-color: #bcf649;
}

#Accroche {
	background-color: #bcf649;
	background-image: url(../imgs/accroche.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	height: 21px;
	margin-top: 2px;
}

#Entete h1 {
	display: none;
}

#Contenu {
	background-color: #fff;
	font-size: .8em;
}

.ColGauche {
	background-color: #FFFFFF;
}

.IntroGauche {
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
	padding-top: 5px;
}

.IntroGauche strong {
	font-size: 1em;
}


.IntroGauche img {
	margin-right: 10px;
}

.Telecharger {
	text-align: center;
}

.ColGauche a:link, .ColGauche a:active, .ColGauche a:visited {
	color: #99CC00;
}
.ColGauche a:hover {
	color: #000000;
}

.Navigation {
	width: 100px;
	padding: 0px;
	background-image: url(../imgs/fondBody.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.Menu {
	text-align: center;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
	margin-right: auto;
	margin-left: auto;
}

.Menu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Menu a:link, .Menu a:active, .Menu a:visited {
	color: #99CC00;
}

.Menu a:hover {
	color: #000000;
}

.ColDroite {
	background-color: #FFFFFF;
}

.ColDroite a:link, .ColDroite a:active, .ColDroite a:visited {
	color: #666666;
	text-decoration: underline;
}
.ColDroite a:hover {
	color: #000000;
	text-decoration: none;
}

.ColDroite p {
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#Pied {
	font-size: 0.7em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #99CC00;
}
