/* CSS reset
-------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
	min-height: 100%;
	line-height:1px;
}
body {
	width:997px;
	height: 100%;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	position:relative;
	width:100%;
	background-color: #FFFFFF;
	margin:0 auto;
	border: 1px solid #666666;
}
.clear { 
	clear:  both; 
}
/* HEADER
-------------------------------------- */
#header {
}
#top {
	background-color: #194269;
	margin-bottom: 1px;
	text-align: right;
	height: 19px;
}
#top p {
	float: right;
	padding-right: 10px;
	line-height: 14px;
}
#top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#top a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
/* MENU HEADER
-------------------------------------- */
#centeredmenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background-image: url(images/menu_fond.gif);
	height: 32px;
	margin-bottom: 1px;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   position:relative;
   left:45%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   position:relative;
   right:45%;
}
#centeredmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	line-height: 1.8em;
	text-decoration:none;
	display:inline-block;
	height: 32px;
	background-image: url(images/menu_fond.gif);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#centeredmenu ul li a:hover {
   background-image: url(images/menu_fond_hover.gif);
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}
/* VISUELS 
-------------------------------------- */
#visuels {
	height: 180px;
	width: 100%;
	float: left;
}
#visuels #anim {
	width: 710px;
	float: right;
	height: 180px;
}
#visuels #branding {
	float: left;
	width: 285px;
	background-image: url(images/logo_chevaliersdecolomb.gif);
	height: 180px;
}
#visuels #branding h1 {
	text-indent: -9999px;
}
/* CENTRE
-------------------------------------- */
#centre {
}
#gauche {
	width: 286px;
	float: left;
}
/* JOINDRE
-------------------------------------- */
#gauche #joindre {
	height: 46px;
	margin-bottom: 1px;
}
#gauche #joindre ul {
	list-style-type: none;
}
#gauche #joindre li {
}
#gauche #joindre li a {
	background-image: url(images/adherer.jpg);
	display: block;
	height: 46px;
	text-indent: -9999px;
}
#gauche #joindre li a:hover {
	background-image: url(images/adherer_hover.jpg);
}

/* ADMIN
-------------------------------------- */
#gauche #acces_admin {
	margin-bottom: 1px;
	background-image: url(images/acces_admin.gif);
	background-repeat: no-repeat;
	background-color: #F7F5E9;
	height: 160px;
}
#gauche #acces_admin .cell {
	padding: 5px;
}
#gauche #acces_admin p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
	line-height: 12px;
}
#gauche #acces_admin a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}
#gauche #acces_admin a:hover {
	text-decoration: none;
}
#gauche #acces_admin .champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
	width: 180px;
	height: 16px;
	padding: 1px;
}
#gauche #acces_admin .bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #7A0C0C;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	float: right;
	margin-left: 10px;
	background-image: url(images/menu_fond_hover.gif);
	border: 1px solid #666666;
}
/* CHEVALIERS DANS VOTRE REGION
-------------------------------------- */
#gauche #cheva {
	height: 32px;
	margin-bottom: 1px;
}
#gauche #cheva ul {
	list-style-type: none;
}
#gauche #cheva li {
}
#gauche #cheva li a {
	background-image: url(images/chevaliers.jpg);
	display: block;
	height: 32px;
	text-indent: -9999px;
}
#gauche #cheva li a:hover {
	background-image: url(images/chevaliers_hover.jpg);
}
/* LE SAVIEZ-VOUS
-------------------------------------- */
#saviezvous {
	background-color: #F2F4F7;
	display: block;
	padding: 10px;
}
#saviezvous h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #1B476D;
	margin-bottom: 10px;
}
#saviezvous p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
}
#saviezvous a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #990000;
	font-weight: bold;
	padding-top: 5px;
	display: block;
	padding-bottom: 5px;
}
#saviezvous a:hover {
	text-decoration: none;
}
/* COMMANDITAIRES
-------------------------------------- */
#commanditaires {
	display: block;
}
#gauche #logos {
}

#gauche #sm_titre {
	background-image: url(images/sm_titres_fond.gif);
	height: 37px;
}
#gauche #sm_titre p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
/* GAUCHE  SM
-------------------------------------- */
#sm {
}
#sm ul {
	list-style-type: none;
}
#sm ul li {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#sm ul li .oui {
	background-color: #EBDBDB;
}
#sm ul li a {
	display:block;
	height:25px;
	line-height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194269;
	text-decoration: none;
	background-color: #DDE3E9;
	padding-left: 40px;
}
#sm ul li a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}
#sm ul li a .oui {
	background-color: #EBDBDB;
}

/* CONTENU
-------------------------------------- */
#contenu {
	width: 660px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#contenu h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #194269;
	line-height: 18px;
	margin-bottom: 20px;
}
#contenu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #194269;
	line-height: 18px;
	margin-bottom: 20px;
}
#contenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7D1514;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
}
#contenu h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7D1514;
	line-height: 14px;
}
#contenu h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 12px;
	margin-bottom: 10px;
	background-color: #990000;
	padding: 5px;
}
#contenu h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	line-height: 14px;
	margin-bottom: 3px;
}
#contenu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #4D4D4D;
	margin-bottom: 10px;
}
#contenu p .desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin-bottom: 10px;
}
#contenu p strong {
	font-weight: bold;
}
#contenu p em {
	font-style: italic;
}
#contenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #AB8803;
	margin-bottom: 10px;
	font-weight: bold;
}
#contenu a:hover {
	text-decoration: none;
}
#contenu ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 15px;
}
#contenu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #4D4D4D;
	margin-bottom: 7px;
}
#contenu .unetable {
	background-color: #F3F2F1;
}
#contenu .unetable td {
	padding-top: 7px;
	padding-left: 7px;
	height: 22px;
}
.table_ceremonies td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #4D4D4D;
}

#laregion {
	float: left;
	width: 320px;
}
#lesdistricts {
	float:left;
	width: 300px;
}
#lesdistricts2 {
	width: 650px;
}
#lesdistricts h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #990000;
	margin-bottom: 10px;
	font-weight: bold;
}
#lesconseils {
	float: left;
	width: 650px;
}
#lesconseils p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.table_ceremonies td {
	padding-bottom: 3px;

}
/* FOOTER
-------------------------------------- */
#footer {
	height: 50px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-bottom: 10px;
	padding-top: 30px;
	text-align: right;
	padding-right: 10px;
}
#footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer #bottom {
	background-color: #194269;
	height: 10px;
}
#resultat h6 {
	color: #2B4D74;
	line-height: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
/************************ form choix */
#form_choix {
	width: 286px;
}
#form_choix h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #900;
}
#form_choix p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#form_choix textfield {
}
#contenu #motdr {
	margin-bottom: 20px;
}
#contenu #motdr h4 {
	color: #194269;
	line-height: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contenu #motdr h6 {
	color: #2B4D74;
	line-height: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
#contenu #motdr p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#contenu #motdr .ladate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
}
#contenu #motdr a {
	font-size: 11px;
}
