* {	padding:0px;	margin:0px;	border: 0px;}

/*
	Feuille de style et images associées (exceptées diaporama et moto-back.png)
	Conception/réalisation Wosp - sites web pour les projets libres
	© 2007 Wosp - http://wosp.imaginair.net
	Dev : Erwan Lehérissé
	Sous licence GPL v2
*/

body {
	background : #efefef url(images/site/back.png) repeat-x bottom;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

hr {
	border-top: 1px dotted #aaa;
}
.clear {
	clear: both;
}
a:link, a:visited {
	text-decoration: none;
	color: #3D6D86;
}
a:hover,a:focus {
	text-decoration: underline;
}
label {
	display: block;
	cursor: pointer;
}
input,select,textarea {
	border: 1px solid #999;
}
input.submit,input.formulaire_submit {
	border: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 1px;
}
input:hover,select:hover,textarea:hover {
	border: 1px solid #00A9FF;
}
input:focus,select:focus,textarea:focus {
	border: 1px solid #FFA611;
}
#content .message_erreur,.message_erreur {
	color: red;
	text-align: center;
}
#base {
	margin: 0px 4% 0px;
	background: #fff;
}
#top {
	position: relative;
	height: 53px;
	background: url(images/site/top_m.png) repeat-x top;
}
#top_r {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 53px;
	width: 63px;
	background: url(images/site/top_r.png) no-repeat top;
}

#top_l {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 53px;
	width: 63px;
	background: url(images/site/top_l.png) no-repeat top;
}
#foot {
	position: relative;
	height: 121px;
	text-align: center;
	background: url(images/site/foot_m.png) repeat-x top;
}
#foot_r {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 121px;
	width: 63px;
	background: url(images/site/foot_r.png) no-repeat top;
}
#foot_l {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 121px;
	width: 63px;
	background: url(images/site/foot_l.png) no-repeat top;

}
#body_r {
	background: url(images/site/body_r.png) repeat-y top right;
}
#body_l {
	background: url(images/site/body_l.png) repeat-y top left;
}
#body {
	margin: 0px 24px;
}
#logo {
	position: relative;
	height: 180px;
	margin-top: -40px;
	background: url(images/site/reflet.png) repeat-x bottom;
}

#logo img {
	position: absolute;
	z-index: 5;
	margin-left: 10px;

}

#mySlideShow {
width: 366px !important;
height: 175px !important;
}

#menu {
	border-top: 1px solid #aaa;
	height: 2.4em;
	background: url(images/site/ab.png) repeat-x;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#menu ul {
	list-style-type: none;
	float: left;
	border-left: 1px solid #999;
	border-right: 1px solid #fff;
	margin-left: 15px;
}
#menu ul li {
	background: url(images/site/ab.png) repeat-x;
	float: left;
	border-right: 1px solid #999;
	border-left: 1px solid #fff;
}
#menu ul li a {
	color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 2.4em;
	display: block;
	text-decoration: none;
	font-size: 12px;
	background: url(images/site/ab.png) repeat-x;
}

#menu ul li a:hover {
	background: #aae2ff url(images/site/hover.png) repeat-x bottom;
}
#menu ul li.onglet_selected a {
	background: #fff url(images/site/abh.png) repeat-x bottom;
}

.ssmenu {
	background: url(images/site/ssmenu_bg.png) repeat-x bottom;
	height: 1.7em;
	font-size: 11px;
	/*border-bottom: 1px solid #666;*/
	border-top: 1px solid #fff;
	margin-bottom: 5px;

	padding: 0 0 2px 0;
}
.ssmenu ul {
	list-style-type: none;
	float: left;
}
.ssmenu ul li {
	float: left;
}
.ssmenu ul li a {
	color: #3D6D86;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 1.7em;
	display: block;
	text-decoration: none;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #666;
	border-left: 1px solid #fff;
	border-top : 1px solid #ccc;
}
.ssmenu ul li a:hover,#menu ul li a:focus {
	background: url(images/site/hover2.png) repeat-x bottom;
}
.ssmenu ul li.onglet_selected a {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top : 1px solid #666;
	font-weight: bold;
}
.ssmenu ul li a:focus {
	background: url(images/site/hover.png) repeat-x bottom;
}

#content {
	margin: 10px 5px 0px 10px;
	padding-bottom: 10px;
	background: transparent url(images/site/moto-back.png) no-repeat bottom right;
}
#content p,#content pre,#content .p_sub {
	padding: 1em 1em;
}
#content .formulaire {
	width: 400px;
	margin: 0px auto;
	text-align: center;
}
#content .formulaire p {
	padding: 0.5em 1em;
}
#content ul, #content ol {
	padding: 1em 0 1em 2em;
}
#content h2,#content h3 {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#content pre {
	border: 1px dotted #2A4857;
	background: #D7F2FF;
	padding: 5px;
}
#allnews {
	float: left;
	width: 68%;
}
#sidebar {
	float: right;
	width: 28%;
	text-align: center;
}
#sidebar div.preside {
	/*background: transparent url(images/site/bsidebar.png) no-repeat top left;*/
	margin: 5px 0px 15px;
}
#sidebar div.side {
	background: transparent url(images/site/bsidebar2.png) no-repeat bottom left;
}
.news {
	background:  transparent url(images/site/bnews2.png) no-repeat top right;
	padding-left: 2%;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}
#content .news h2 {
	text-align: center;
	padding-bottom: 0px;
	padding-top: 10px;
	font-size: 18px;
}
#content .multipages_letters {
	text-align: center;
}
#content h3.faq_question {
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

.news table,table.admin_data,table.level_table {
	border: 1px solid #FFD589;
	background: #FFF7E9;
	margin: 10px auto;
	width: 90%;
	-moz-border-radius: 5px;
	text-align: center;
        border-collapse: collapse;
}
.news table a,table.admin_data a {
	color: #7F5200;
}

table.admin_data {
	margin-bottom: 75px;
}

table.admin_data th {
	background: #fff;
	border-bottom: 1px solid #FFD589;
	padding: 3px 0px;
}
.news table td, table.admin_data td {
	padding: 1px 2px;
}
.news .link_to_changelog{
	color: #666;
	font-style: italic;
}
.admin_title,#content h2,#content h3 {
	color: #2A4857;
}
.admin_title {
	margin-bottom: 10px;
	text-align:center;
}

#foot {
	color: #3D6D86;
	font-size: 11px;
}
#foot p {
	padding-top: 5px;
}
#foot a {
	color: #0089D1;
}
ul#nls {
	padding-top: 5px;
	list-style-type: none;
}
#nls li {
	display: inline;
	padding-right: 5px;
}
#nls li a {
	color: #3D6D86;
}
.cups_list ul {
	list-style-type: none;
}

.cups_list ul li {
	float: left;
	width: 29%;
	margin-right: 4%;
}

.cups_list ul li td.names {
 text-align: left;
}

.cups_list ul li table {
	margin: 10px auto;
	border: 1px solid #FFD589;
	border-bottom: 1px solid #7F5200;
	border-right: 1px solid #7F5200;
	background: #FFF7E9;
	text-align: center;
	width: 100%;
}

.admin_submenu_actions {
 list-style: none;
 margin: 0px;
 padding: 0px;
}

.admin_submenu_new {
 float: left;
 background: url('./images/administration/new.png') 0px 0px no-repeat;
 margin-left: 0.2em;
 margin-right: 0.2em;
}

.admin_submenu_new :hover {
 background: url('./images/administration/new.png') 0px -32px no-repeat;
}

.admin_submenu_editer {
 float: left;
 margin-left: 0.2em;
 margin-right: 0.2em;
 background: url('./images/administration/editer.png') 0px 0px no-repeat;
}

.admin_submenu_editer :hover {
 background: url('./images/administration/editer.png') 0px -32px no-repeat;
}

.admin_submenu_supprimer {
 float: left;
 margin-left: 0.2em;
 margin-right: 0.2em;
 background: url('./images/administration/supprimer.png') 0px 0px no-repeat;
}

.admin_submenu_supprimer :hover {
 background: url('./images/administration/supprimer.png') 0px -32px no-repeat;
}

.admin_submenu_valider {
 float: left;
 margin-left: 0.2em;
 margin-right: 0.2em;
 background: url('./images/administration/valider.png') 0px 0px no-repeat;
}

.admin_submenu_valider :hover {
 background: url('./images/administration/valider.png') 0px -32px no-repeat;
}

.admin_submenu_update {
 float: left;
 margin-left: 0.2em;
 margin-right: 0.2em;
 background: url('./images/administration/update.png') 0px 0px no-repeat;
}

.admin_submenu_update :hover {
 background: url('./images/administration/update.png') 0px -32px no-repeat;
}

.admin_submenu_new a, .admin_submenu_editer a, .admin_submenu_supprimer a, .admin_submenu_valider a, .admin_submenu_update a, .admin_submenu_activated a, .admin_submenu_notactivated a, .admin_submenu_dictionnaire a {
 width: 32px;
 height: 32px;
 display: block;
}

tr.admin_data_line_dark {
 background: #FFE4B5;
}

.po_translation {
 list-style: none;
}

.po_translation li {
  float: left;
  width: 33%;
}

table.level_table {
    text-align:left;
    width: 60%;
}
.level_table td {
    padding-left: 5px;
}

.level_picture {
 text-align: center;
}

.donators {
  list-style-type:none;
}

.sondages_votes {
  list-style-type:none;
  text-align: left;
  margin-left: 1em;
}

.sondages_votes li {
  margin-bottom: 1em;
}

.survey_results_link {
  text-align: right;
}

.survey_results_table {
  border-spacing: 0.5em 1em;
}

.survey_results_table caption {
  font-weight: bold;
  margin: 0.5em;
}

.survey_results_table_values {
  text-align: left;
  font-size: 0.9em;
}