body {
	padding: 0;
	margin: 0;
	font-family: "Tahoma", "Trebuchet MS", sans-serif;
	font-size: 14px;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}

h2, h3 {
	color: #46059F;
}

#edito h3 {
	border-bottom: solid #46059F 1px;
}

#main_container {
	width: 1000px;
	margin: auto;
}

a {
	border-bottom: dashed transparent 1px;
}

a:hover {
	color:#780044;
	border-bottom: dashed #5A0078 1px;
}

a.button {
	border-bottom: dashed transparent 1px;
}

a:hover {
	acolor:red !important;
}

#main_container a {
	text-decoration: none;
	color: #5A0078;
}

#titlebar {
	background-image: url('img/banniere_avec_blason.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	height: 100px;
}
#titlebar h1 {
	margin: 0;
	padding: 0;
}
#titlebar h1 a {
	display: block;
}
#titlebar h1 a span {
	height: 100px;
	width: 1000px;
	display: block;
}

#content {
	padding: 15px;
}
#edito {
	font-size: 14px;
}

#edito h3, #edito p {
	margin-top: 1em;
}

#bottom {
	background-color: #000248;
	font-weight: bold;
	color: white;
	padding: 15px;
}

#bottom a {
	color: white;
	text-decoration: none;
}
ul.menu {
	margin: 0;
	padding: 0;
}
.menu li {
	display: inline;
	margin: 0;
}
#zone1 {
	background-color: #E0E0FF;
	padding: 5px 10px;
	font-weight: bold;
}

#zone1 .menu {
	font-size: 12px;
}
#zone1 .menu li a {
	padding: 3px 20px;
	line-height: 20px;
	color: black;
	border: solid #E0E0FF 1px;
	text-decoration: none;
}

#zone1 .menu li a:hover {
	border: dashed #5A0078 1px;
	color: #5A0078;
	background-color: white;
	
}

#main_frame {
	border-collapse: collapse;
	width: 100%;
}

#content, #colright {
	margin: 0;
	vertical-align: top;
	clear:both;
}

#content {
	width: 700px;
}
#colright {
	width: 246px;
	background-color: #F6F6FF;
	padding: 10px;
}
.liste-articles .article {
	vertical-align: top;
	clear: both;
	margin-top:10px;
	min-height: 100px;
	background-image:url('img/horizontal-dash.jpg');
	background-repeat: repeat-x;
	padding-bottom: 10px;

}
.liste-articles .article .photo  {
	float: left;
	margin: 10px;
	margin-left: 0;
	padding: 0;
}
.liste-articles .article .texte {
	vertical-align: top;
	padding-top: 5px;
}

.clear {
	clear: both;
}
.hidden {
	display: none;
}

.bloc {
	border: solid #E0E0FF 1px;
	margin: 10px;
	padding: 10px;
	background-color: white;
	font-size: 13px;
}

.bloc h2 {
	margin-top: 0;
	font-size: 14px;
}

.bloc_photo a:hover {
	border-bottom: none;
}
.bloc_photo img {
	margin-left: auto;
	margin-right: auto;
} 

.bloc ul, .bloc li {
	margin: 0;
	padding:0;
	list-style-type: none;
}

.bloc li {
	padding-top: 0.5em;
	margin-top: 0.5em;
	border-top: solid #E0E0FF 1px;
}

.bloc li a {
	color: black !important;
}

.FormConnexion th {
	width: 80px;
	font-weight: normal;
	text-align:right;
	white-space: nowrap;
}
.FormConnexion td {
	width: 120px;
}

.FormConnexion td input {
	width: 80px;
}

.Paged_Navigation, .ActivePager {
	margin-top: 1em;
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.NavigationPager a, .ActivePager a {
	border: solid #E0E0FF 1px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	text-align:center;
	padding: 5px;
}
.NavigationPager .pagerSelected, .ActivePager span  {
	width: 15px;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	text-align:center;
	padding: 5px;
}

.NavigationPager a:hover {
	border: solid #E0E0FF 1px;
	background-color: #E0E0FF;
}

.NavigationPager .pagerSeparateur {
	display: none;
}

.NavigationPager .First a, .NavigationPager .Last a {
	width: 50px;
	border: none;
}

.NavigationPager .Next a, .NavigationPager .Prev a {
	width: 50px;
	border: none;
}

.center {
	display: block;
	text-align:center;
}