/* Réglages Généraux */
body {
	background-image: url(medias/imgs/bg_general.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.4;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	font-weight: bolder;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: #006699;
	text-decoration: underline;
}

/* Réglages Index */

#indexBando {
	background-color: #99CCFF;
	background-repeat: repeat;
	padding: 0px;
	height: 400px;
	width: 100%;
	margin-top: -200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	top: 50%;
	border-top-width: 6px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6699CC;
	border-bottom-color: #FFCC00;
	text-align: center;
	display: block;
}

#indexSign {
	color: #FFFFFF;
	padding: 0px;
	height: 25px;
	width: 100%;
	margin-top: 152px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: -6px;
	top: 520px;
}

#indexSign a:link, #indexSign a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#indexSign a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Réglage Template */
#conteneur {
	background-color: #FFFFFF;
	padding: 0px;
	width: 860px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -430px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6699CC;
	border-left-color: #6699CC;
	position: absolute;
	height: auto;
	left: 50%;
	top: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6699CC;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 137px;
	width: 860px;
}
#underHeader {
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 860px;
}
#noteCorp {
	height: auto;
	width: 860px;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 79px;
	width: 860px;
	background-image: url(medias/imgs/temp_footer.jpg);
	background-repeat: no-repeat;
}
#footer p {
	text-align: right;
	line-height: 1.1;
	margin: 0px;
	padding-top: 52px;
}
#bodyCorp td {
	background-repeat: repeat-y;
}
#tableMenu li, #tableMenu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
	list-style-position: none;
	list-style-image: none;
	line-height: 2.5;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 12px;
}
#tableMenu a {
	display: block;
	height: 90%;
	width: 100%;
}
#tableMenu a:link, #tableMenu a:visited {
	color: #FFFFFF;
}
#tableMenu a:hover {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
}
#tableInfo p {
	padding: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
}
#tableInfo {
	border: 1px solid #006699;
}
#imgCAL {
	border: 1px solid #006699;
}




/* Class */
.txtTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFCC00;
	background-color: #669ACC;
	display: block;
	width: 98%;
}
.txtSousTitre {
	font-size: 12px;
}
.txtSurTitre {
	font-size: 14px;
	font-weight: bolder;
	color: #006699;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	margin-right: 10px;
}
.txtGras {
	font-weight: bolder;
}
.TableInfoblanc {
	color: #FFFFFF;
	font-weight: bolder;
}
.TableInfoGris {
	font-weight: bolder;
	color: #999999;
}
.TableInfoNoir {

	font-weight: bolder;
	color: #000000;
}
.txtGrasBlue {
	font-weight: bolder;
	color: #006699;
}
.txtGrasRed {

	font-weight: bolder;
	color: #993300;
}
.txtTitreContact {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFCC00;
	background-color: #669ACC;
	display: block;
	width: 98%;
}
.txtTel {
	font-size: 14px;
	font-weight: bolder;
	color: #993300;
}
.txtTelJaune {

	font-size: 14px;
	font-weight: bolder;
	color: #FFCC00;
}
