body {
	font-family: arial, verdana, tahoma;
	font-size: 14px;
	color: #414141;
	background-color: #bac5cd;
	padding: 0;
	margin: 0;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background-image: none;
	background-color: #fff;
	border-right: 1px solid gray;
	padding: 5px;
	width: 760px;
}

body.mceContentBody p {
	line-height: 18px;
}

body.mceContentBody td {
	font-family: arial, verdana, tahoma;
	font-size: 14px;
	color: #414141;
}


a {
	color: #881535;
}

ul {
	list-style-type: square;
	list-style-image: url(http://transaxe.technito.com/images/user/www.transaxe.net/template/list-image.gif);
	/*color: #003970;*/
}

ul li {
	line-height: 20px;
}

/* LAYOUT */
#headerWrap {
	width: 100%;
	background: transparent url(http://transaxe.technito.com/images/user/www.transaxe.net/template/bg-header.jpg) no-repeat center top;
	border-bottom: 4px dotted #881535;
}

#header {
	width: 800px;
	margin: 0 auto;
	height: 126px;
	border-right: 4px dotted #881535;
	border-left: 4px dotted #881535;
}

#contentWrap {
	width: 100%;
	background: transparent url(http://transaxe.technito.com/images/user/www.transaxe.net/template/bg-content.jpg) repeat-y center top;
}

#content {
	width: 800px;
	background-color: white;
	border-left: 4px dotted #881535;
	border-right: 4px dotted #881535;
	margin: 0 auto;
	min-height: 450px;
}

#divhmenu {
	width: 780px;
	height: 36px;
	background: white url(http://transaxe.technito.com/images/user/www.transaxe.net/template/bg-hmenu.jpg) no-repeat center top;
	color: white;
	padding: 0 10px;
	font-size: 18px;
	font-variant: small-caps;
	text-align: center;
}

#divhmenu a {
	color: white;
	padding: 0 10px;
	text-decoration: none;
}

#divhmenu a:hover {
	text-decoration: underline;
}

#divhmenu .CurrentPage {
	text-decoration: underline;
}

#page {
	padding: 0 20px 20px 20px;
}

#page p {
	line-height: 18px;
}


#footerWrap {
	width: 100%;
	background: transparent url(http://transaxe.technito.com/images/user/www.transaxe.net/template/bg-content.jpg) repeat-y center top;
	border-top: 4px dotted #881535;
}

#footer {
	width: 780px;
	background-color: white;
	border-left: 4px dotted #881535;
	border-right: 4px dotted #881535;
	margin: 0 auto;
	text-align: center;
	color: #881535;
	padding: 10px;
}
/* STYLES */
.bordeau {
	color: #881535;
}

.bleu_gris {
	color: #bac5cd;
}

.jaune {
	color: #d3b62f;
}

.Title {
	width: 80%;
	text-align: center;
	border-bottom: 2px solid #d3b62f;
	font-size: 24px;
	padding-bottom: 10px;
	margin: 15px auto 35px auto;
	font-weight: normal;
}

.Navigation {
	text-align: right;	
}

.ForwardText {
	font-weight: bold;
}


/* LANGUES */
.languageMenu {
	padding: 0px;
}

.languageMenu ul {
	padding: 7px;
	margin: 0;
	list-style-type: none;
}

.languageMenu li {
	display: inline;
	float: right;
}

.languageMenu a {
	padding: 5px 5px 0px 5px;
}

.languageMenu a:hover {

}

.languageMenu img {
	border: none;
}