/*
Feuille de style pour Mosoh Cameroun par JC Brebion (jc.brebion@gmail.com)
*/

/* ----- ELEMENTS DE BASE ----- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.75em;
    text-align: left;
    color: #333;
    background: #e9c911;
}

p {
	text-align: left;
	padding: 0 0 10px;
}

hr { 
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0;
	margin: 0 20px 20px;
}

address {
	margin: 10px 0;
	border-left: 2px solid #af9d4b;
	padding: 0 0 0 10px
}

/* --- Listes --- */

ol {
    margin-left: 1em;
    padding-left: 1em;
}

ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}

li {
    list-style: none;
    padding-left: 1.3em;
    margin-bottom: 3px;
}

/* --- Titres --- */

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0.5em 0;
	font-weight: normal;
    color: #af9d4b;
}

h1 { margin: 0; padding: 0;}
h2 { font-size: 170%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; }

h2 {
   padding-bottom: 3px;
   margin-top: 10px;
   margin-bottom: 15px;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

/* --- Liens --- */

a, a:link { 
    text-decoration: none;
    color: #e91115;
}

a:visited { color: #e91115; }
a:hover { color: #e91115; text-decoration: underline; }
a:active { color: #e91115; }

a.lang-deutsch {
	background: url(images/de.png) no-repeat 0 1px;
	padding-left: 20px;
}
a.lang-francais {
	background: url(images/fr.png) no-repeat 0 1px;
	padding-left: 20px;
}

/* --- Images --- */

p img {
	padding: 0;
	max-width: 100%;
}

a img, img {
    border: none;
}

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 10px;
	float: right;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 5px 0;
	float: left;
}

div.center { text-align:center;}
div.center img { display:inline; margin:10px 10px 0 0;}

/* --- Styles ponctuels --- */

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

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

.box {
  background: #fff url(images/bg-box.png) repeat-x;
  border: 1px dotted #c2b471;
  padding: 10px;
  margin: 20px;
  position: relative;
  min-height: 100%;
  overflow: auto;
}

p.intro {
	font-size: 110%;
	font-weight: bold;
}

p.description {
	margin: 10px 0 20px 10px;
	border-left: 3px solid #e9c911;
	padding: 0 0 0 10px;
}
.legend { font-size:11px; color:#999; text-align:center;}

.more {
    padding: 0px 0px 15px 14px;
    display: block;
    text-align: right;
}

.more a {
    background: transparent url(images/more.png) no-repeat left 3px;
    padding-left: 15px;
}


/* ----- MISE EN PAGE GENERALE ----- */

#page {
	background: #e9c911 url(images/bg-page.png) repeat-x;
	margin-bottom: 25px;
}

#center {
	width: 880px;
	margin: 0 auto;
	position:  relative;
}

/* --- Top --- */

#top {
	height: 23px;
	background: #e91115 url(images/bg-top.png) repeat-x;
}

#access {
	width: 880px;
	margin: 0 auto;
	padding: 4px 0 0;
	text-align: right;
	font-size: 90%;
	color: #fff;
}

#access a:link, #access a:visited {
	color: #fff;
	text-decoration: underline;
}

#access a:hover {
	text-decoration: none;
}


#access ul li {
	display: inline;
	list-style: none;
}

/* --- Sidebar --- */

#sidebar {
	width: 200px;
	float: left;
}

#logo {
	height: 125px;
	padding-top: 3px;
}

/* Menu de navigation */
#menu {	margin-top: 18px;}

#menu a {
	text-decoration: none;
	border: none;
	color: #332e16;
	display: block;
	padding: 6px 10px;
}

#menu a:hover {	background: #fff;}

#menu ul { margin: 0 10px;}

#menu ul li {
	text-align: right;
	border: 1px solid #fcf3bc;
	margin: 8px 0;
	padding: 0;
}

#menu li.accueil { background: #f6e47d url(images/accueil.gif) no-repeat 10px center;}
#menu li.accueil a:hover {
	background: #332e16 url(images/accueil.gif) no-repeat 10px center;
	color: #fff;
}

#menu li.asso {	background: #f6e47d url(images/asso.gif) no-repeat 10px center;}
#menu li.asso a:hover {
	background: #332e16 url(images/asso.gif) no-repeat 10px center;
	color: #fff;
}

#menu li.actualites { background: #f6e47d url(images/actu.gif) no-repeat 10px center;}
#menu li.actualites a:hover {
	background: #332e16 url(images/actu.gif) no-repeat 10px center;
	color: #fff;
}

#menu li.galerie-photo {	background: #f6e47d url(images/galerie.gif) no-repeat 10px center;}
#menu li.galerie-photo a:hover {
	background: #332e16 url(images/galerie.gif) no-repeat 10px center;
	color: #fff;
}

#menu li.projets { background: #f6e47d url(images/projets.gif) no-repeat 10px center;}
#menu li.projets a:hover {
	background: #332e16 url(images/projets.gif) no-repeat 10px center;
	color: #fff;
}

#menu li.partenaires { background: #f6e47d url(images/partenaires.gif) no-repeat 10px center;}
#menu li.partenaires a:hover {
	background: #332e16 url(images/partenaires.gif) no-repeat 10px center;
	color: #fff;
}

#menu li.contact { background: #f6e47d url(images/contact.gif) no-repeat 10px center;}
#menu li.contact a:hover {
	background: #332e16 url(images/contact.gif) no-repeat 10px center;
	color: #fff;
}

/* Fil d'arianne */
p#breadcrumb {
	color: #af9d4b;
	font-size: 90%;
	text-align: left;
	padding: 7px 0 10px 0;
}

p#breadcrumb a {
	border: none;
}
p#breadcrumb a:hover {
	text-decoration: underline;
}

/* Bouton RSS */
#rss {
	background: #f9e3a1 url(images/rss.png) no-repeat 8px 8px;
	border: 1px solid #fff;
	margin: 20px 10px 0;
	padding: 8px 10px 8px 32px;
	color: #e97811;
}

#rss a { color: #e97811;}

#last-actu {
	background: #f6e47d;
	border: 1px solid #fff;
	margin: 20px 10px 0;
	padding: 10px 10px 5px 10px;
	color: #332e16;
	position:  relative;
}

#last-actu a#icon-rss {
	position:  absolute;
	background:  url(images/rss.png) no-repeat 0 0;
	width:  16px;
	height: 16px;
	top:  8px;
	right: 10px;
	display: block;
	text-indent: -9999px;
}

#last-actu h3 {
	margin-top:  0;
	margin-bottom: 15px;
	color: #332e16;
}

#last-actu p { text-align: left;}

#last-actu p.date {
	background:  url(images/calendar.png) no-repeat 0 1px;
	padding: 0 0 3px 15px;
	display: block;
	margin:  0;
	font-weight:  bold;
}

/* --- Colonne principale --- */

p#slogan {
	background: #332e16 url(images/bg-slogan.png) no-repeat top right;
	width: 670px;
	height: 30px;
	margin: 0;
	padding: 0;
	position:  absolute;
	top:  54px;
	right:  0;
	text-indent: -9999px;
}

body#de p#slogan {
	background: #332e16 url(images/slogan_de.jpg) no-repeat top right; /* Slogan en Allemand*/
}

#content {
	background: #fff url(images/bg-content.png) repeat-x;
	float: right;
	width: 630px;
	margin-top: 90px;
	line-height: 1.5em;
	border: 1px solid #fff;
	min-height: 350px;
    padding: 10px 20px 20px 20px;
}

#content ul li {
	background: url(images/list.png) no-repeat 0 3px;
	margin-left: 0em;
}

#footer {
	width: 680px;
	margin: 0 auto;
	padding: 6px 0 7px 200px;
	text-align: center;
	color: #b2990c;
	background: url(images/bg-footer.png) repeat-y top right;
	font-size: 95%;
	position: relative;
}

#footer a:link, #footer a:visited {
	color: #b2990c;
	text-decoration: underline;
}

#footer a:hover { text-decoration: none;}

.up {
	padding: 5px;
	position: absolute;
	top: 2px;
	right: 4px;
}

/* ----- TABLEAUX ----- */

table {
	margin: 0 auto 30px;
	width: 400px;
	text-align: center;
	border-collapse: collapse;	
}

caption {
	padding: 10px 0 5px 0;
	margin: auto;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	color: #c2b471;
}

td { padding: 5px; }

th { background: #f6e47d; }

.line2 { background: #eee; }
.line3 { background: #ddd; }

/* ----- BLOG ----- */

p.fichier-attache {
    background: transparent url(images/download.gif) no-repeat 0 0;
    padding-left: 20px;
}

p.published-date {
	color: #332e16;
	font-weight: bold;
	margin-top:  -7px;
	padding-top:  0;
	font-size:  0.95em;
}

/* ----- GALERIE PHOTO ----- */

img.thumbnails {
	border:  1px dotted #af9d4b;
	padding:  6px;
	margin: 0 11px 11px 0;

}
img.thumbnails:hover {
	background: #af9d4b;
}
div.box.galerie {
	width: 120px;
	padding: 10px 10px 0 10px;
	float: left;
	margin: 0 15px 15px 0;
	height: 190px;
	overflow: hidden;
}
div.box.galerie:hover {	border: 1px solid #af9d4b; background: #af9d4b;}
div.box.galerie:hover a { color: #fff;}
div.box.galerie img { padding: 0; margin: 0; padding-bottom: 10px;}
div.box.galerie h3 { font-size:1em;}

/* ----- FORMULAIRES ----- */

form {
	width: 500px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
	margin: 0 auto;
}

fieldset {
	padding: 0 15px 15px;
	margin: 0 0 20px 0;
    background: #fff url(images/bg-box.png) repeat-x;
    border: 1px solid #CFC69B;
}

legend {
	padding: 0 5px;
	color: #af9d4b;
	font-weight: bold;
	font-size: 105%;
}

fieldset input {
	display: block;
	margin-top: 3px;
	padding:  4px 3px;
	border: 2px solid #E0D7AF;
	color: #333;
	width: 200px;
}

textarea {
    border: 2px solid #E0D7AF;
    padding: 3px;
    margin-top: 3px;
}

label {
	padding-top: 10px;
	display: block;
}

form input.button {
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 1.1em;
	padding: 5px 4px;
	background: #af9d4b;
	border:  none;
	width:  150px;
	cursor: pointer;
}

form input.button:hover {
	background: #332e16;
}

form input.button {
    clear: left;
}
input#nom {
	background: url(images/nom.gif) no-repeat 5px 2px;
	padding-left: 26px;
}
input#mail {
	background: url(images/contact.gif) no-repeat 5px 2px;
	padding-left: 26px;
}

/* Affichage des erreurs */
div.errors {
	padding: 7px 7px 7px 30px;
	margin-bottom: 10px;
	background: #FFDFDF url(images/error.gif) no-repeat 7px 7px;
	color: #EF3B3B;
}
input.required, textarea.required {
	border-color: #EF3B3B;
}

/* Message de validation */
p.ok {
	padding: 7px 7px 7px 30px;
	margin-bottom: 10px;
	background: #E1FFDF url(images/ok.gif) no-repeat 8px 7px;
	font-style: italic;
	color: #50AF20;
}