body {
	background-color: #55162b;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	margin:0;
	text-align:center;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#55162b;
}

div#background {
	width:911px;
	margin:0 auto;	
}

div#entete {
	width:911px;
	height:112px;
	margin:0px;
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

div#title_gradiant {
	width:911px;
	height:63px;
	margin:0px;
	background-image:url(../images/title_gradiant.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

div#mainmenu {
	width:250px;
	float:left;
}

div#maindroite {
	width:233px;
	float:right;
}

div#maincontent {
	margin:0px;
	padding-left:250px;
	padding-right:233px;
}

div#top_link_top {
	width:233px;
	height:33px;
	background-image:url(../images/news_top.jpg);
	background-repeat:no-repeat;
}

div#top_link_main {
	width:233px;
	height:250px;
	background-image:url(../images/news_content.jpg);
	background-repeat:repeat-y;
}

div#top_link_bottom {
	width:233px;
	height:26px;
	background-image:url(../images/news_bottom.jpg);
	background-repeat:no-repeat;
}

div#pied {
	width:911px;
	height:48px;
	margin:0 auto;	
	background-image:url(../images/page_bottom.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}

/* Normal link */
a {
	color: #333333;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color: #555555;
	text-decoration:underline
}

a.mainlevel:link, a.mainlevel:active, a.mainlevel:visited{
	width:136px;
	display:inline;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#EEEEEE;
}

a.mainlevel:hover{
	width:136px;
	display:inline;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

a.mainlevel-nav:link, a.mainlevel:active, a.mainlevel:visited{
	width:137px;	
	display:inline;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#EEEEEE;
}

a.mainlevel-nav:hover{
	width:137px;	
	display:inline;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#33FFFF;
}

#mainmenu.menu_teal li{
	height:34px;
	padding-left: 60px;
	padding-top:10px;
	background-image:url(../images/menu_item.jpg);
	background-repeat:no-repeat;
	line-height: 180%;
}

#maindroite li{
	padding:0;
	background:none;
	color:#0099CC;	
}

#maindroite.menu_lien li{
	background:none;
	color:#0099CC;	
}

/*///////////////////////////////////*/
#mainmenu a{
	color:#FFFFFF;
}

#mainmenu li li a{
	color:#DDDDDD;
}


/*************************************************************

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-size:24px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable {
	padding: 0 0 20px;
	background: url(../images/menu_teal.jpg);
	background-repeat:no-repeat;
}

div.moduletable_teal {
	padding: 0 0 20px;
	background: url(../images/menu_teal.jpg);
	background-repeat:no-repeat;
}

div.moduletable_jaune {
	padding: 0 0 20px;
	background: url(../images/menu_yellow.jpg);
	background-repeat:no-repeat;
}

div.moduletable_rouge {
	padding: 0 0 20px;
	background: url(../images/menu_red.jpg);
	background-repeat:no-repeat;
}

div.moduletable_vert {
	padding: 0 0 20px;
	background: url(../images/menu_green.jpg);
	background-repeat:no-repeat;
}

div.moduletable_teal h3,div.moduletable_jaune h3,div.moduletable_rouge h3,div.moduletable_vert h3 {
	padding: 7px 40px 16px;
	margin: 0;
	color: #111111;
	font-family:"Arial Narrow";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

div.moduletable_top h3 {
	text-align:center;
	color:#FFFFFF;
	height:30px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-top:14px;
	background-image:url(../images/section_name.jpg);
	background-repeat:no-repeat;
}
