body {
	background-color: white;
	margin: 0;
	font: normal 12px arial,verdana;
}
img {
	border: none;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	padding: 0 0 5px 20px;
}
.cb { clear: both;}
img.img_float_left { float: left; margin: 0 5px 2px 0; }
img.img_float_right { float: right; margin: 0 0 2px 5px; }

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

#main {
	width: 1000px;
}

#left {
	float: left;
	width: 225px;
}
ul#menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #fff;
	font-size: 13px;
}
ul#menu a {
	color: #fff;
}
ul#menu li {
	background-color: #0069B7;
	line-height: 28px;
	padding-left: 15px;
	border-bottom: 2px solid #fff;
	font-weight: normal;
}
ul#menu li.parent {
	font-weight: bold;
}
ul#menu li#liUID2 {
	background: #0069B7 url(../img/bg_menu.png) repeat-x;
}
ul#menu li#liUID2.active {
	background: #BEE4F7 url(../img/bg_menu_active.png) repeat-x;
}
ul#menu li.active ul {
	padding: 0;
	margin: 0;
	list-style-type: square;
	list-style-position: inside;
}
ul#menu li.active, ul#menu li.active li {
	color: #0069B7;
	background-color: #BEE4F7;
}
ul#menu li.active li {
	border: none;
	border-top: 1px solid #fff;
	line-height: 20px;
	margin: 0 10px 0 0;
	padding: 2px 0 2px 5px;
}
ul#menu li.active a {
	color: #0069B7;
}
ul#menu li.active ul ul {
	list-style-type: circle;
}
ul#menu li.active ul ul li {
	margin: 0;
}

#bandeau {
	float: left;
	height: 54px;
	width: 775px;
	background: #0069B7 url(../img/bg_top.png) repeat-y;
}
#bandeau h1 {
	color: #fff;
	float: left;
	font-size: 22px;
	margin: 15px 20px 0 20px;
	letter-spacing: -1px;
}
#bandeau h2 {
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 20px 0 0 0;
	letter-spacing: -1px;
}
#bandeau form {
	float: right;
	margin: 22px 10px 0 0;
}
#bandeau input {
	font-size: 10px;
	float: left;
	width: 108px;
	height: 13px;
	padding: 2px;
	background: #fff url(../img/bg_search.png) no-repeat;
	border: none;
}
#bandeau input.ok {
	width: 20px;
	height: 21px;
	padding: 0;
	margin-left: 4px;
	position: relative;
	top: -2px;
}

#top {
	float: left;
	height: 116px;
	width: 775px;
	background: #0069B7 url(../img/top.jpg) no-repeat;
}

/*menu horizontal*/
#top ul {
	padding: 0;
	margin: 94px 0 0 0;
	list-style-type: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	width: 775px;
	position: absolute;
	z-index: 1000;
}
#top a {
	color: #fff;
}
#top li {
	float: left;
	margin: 0;
	padding: 0;
}
#top li.l1 { margin: 0 20px 0 20px; }
#top li.l2 { margin: 0 20px 0 16px; }
#top li.l3 { margin: 0 20px 0 8px; }
#top li.l4 { margin: 0 20px 0 4px; }
#top li.l5 { margin: 0 0 0 8px; }

#top ul.submenu
{
	list-style-type: none;
	line-height: 24px;
	margin: 5px 0 0 0;
	padding: 0;
	width: 196px;
	display: none;
	position: relative;
}
#top ul.submenu li
{
	margin: 0;
	padding: 0 10px;
	background-color: #BB3442;
	border: 1px solid #90272E;
	width: 192px;
	height: 24px;
	font-weight: normal;
	text-transform: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	
}
#top ul li:hover > ul.submenu { display: block; }
/*end menu horizontal*/



#content {
	float: left;
	width: 508px;
	background: #fff url(../img/bg_content.png) no-repeat;
	padding: 15px 16px 30px 16px;
	text-align: justify;
}
#content a {
	color: #0069B7;
}

#myGallery {
	width: 508px !important;
	height: 310px !important;
	margin-bottom: 10px;
} 
#content .home_news {
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #BED7F6;
	clear: left;
}
#content .home_news.last {
	border: none;
}
#content .home_news img {
	float: left;
	margin-right: 15px;
}
#content .home_news a.title {
	font-weight: bold;
	font-size: 16px;
	color: #0069B7;
}
#content .home_news p {
	margin: 0 0 0 135px;
	padding: 0;
	text-align: justify;
	min-height: 50px;
	height:auto !important;
	height: 50px;
}
#content .home_news a.suite {
	color: #73C5EC;
	display: block;
	text-align: right;
}

#content div#crumb {
	font-size: 90%;
	margin-bottom: 8px;
}
#content div#crumb strong, #content div#crumb a {
	color: #0069B7;
}
#content h3 {
	padding: 0;
	margin: 0 0 5px 0;
	color: #0069B7;
	font-size: 18px;
	text-transform: uppercase;
}
#content table {
	width: 100%;
	text-align: center;
}
#content table tr.odd {
	background-color: #BEE4F7;
}
#content table tr:hover {
	background-color: #D2FFCF;
}
#content table th {
	color: white;
	background-color: #0069B7;
}

#content table.raw {
	width: auto;
	text-align: left;
}
#content table.raw tr:hover {
	background-color: transparent;
}


div.telechargement {
	clear: both;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #BED7F6;
}
div.telechargement h4 {
	margin: 10px 0;
}

div.actualite {
	padding: 5px 0;
}
div.actualite h4 {
	margin: 0;
	font-size: 14px;
}
div.actualite a.suite {
	color: #73C5EC !important;
	display: block;
	text-align: right;
}

div.forum_thread {
	border-top: 1px solid #BED7F6;
	margin-bottom: 20px;
	padding-top: 20px;
}

#right {
	float: right;
	width: 235px;
	color: #fff;
}
#right a {
	color: #fff;
}
#right h4 {
	margin: 0 10px 0 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
}
#right ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
#right #actu, #right #agenda, #right #marches, #right #emploi, #right #presse, #right #contact, #right #download {
	padding: 25px 15px 15px 15px;
}
#right #actu { background: #402715 url(../img/bg_actu.png) no-repeat; color: #fff; }/*#402715*/
#right #agenda { background: #EDE40B url(../img/bg_agenda.png) no-repeat; color: #000; }/*D2A71C FFED2F*/
#right #agenda a /*, #right #actu a*/ { color: #000; }
#right #marches { background: #2A3583 url(../img/bg_marches.png) no-repeat; }
#right #emploi { background: #DD831C url(../img/bg_emploi.png) no-repeat; }
#right #presse { background: #A1B80C url(../img/bg_presse.png) no-repeat; }
#right #contact { background: #842377 url(../img/bg_contact.png) no-repeat; }
#right #download { background: #179CD8 url(../img/bg_download.png) no-repeat; }

#right #contact span.title {
	display: block;
	margin-bottom: 8px;
	font-size: 140%;
}
#right #contact p {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 120%;
}
#right #download h4 {
	margin-bottom: 10px;
}
#right select {
	width: 100%;
	font-size: 12px;
}


#footer {
	clear: both;
	padding: 10px 0 20px 0;
	background: #fff url(../img/bg_footer.png) repeat-x;
	color: #73C5EC;
	text-align: center;
}
#footer a {
	color: #73C5EC;
}
#footer ul {
	margin: 10px 70px 10px 170px;
	padding: 0;
	list-style-position: inside;
}
#footer li {
	float: left;
	text-align: left;
	width: 33%;
}


/* MODx stuff */
span.ajaxSearch_highlight {
	background-color: #FEFF5F;
}
p.ditto_pagination, #ditto_pages {
	text-align: center;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #0069B7;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #0069B7;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

.error {
	color: red;
}
