/*
Theme Name: SLD
Theme URI: http://www.mankin-studio.com/
Description: Thème créé pour la société SLD
Version: 1.0
Author: mankin
Author URI: http://www.mankin-studio.com/
Tags: sld, original
*/

/* @group reset */

:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd {
	margin: 0;
	padding: 0
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

dl {
	margin: 0 0 0 .8em;
}

dl dt {
	margin: 0 0 .5em 0;
}

dl dd+dt {
	margin-top: 1.5em;
}

dl dd {
	margin: 0 0 1em 2em;
}

ol {
	list-style: decimal;
}

ol li {
	margin: 0 0 1em 2.5em;
}

ol li ol {
	margin: 1em 0 1em 1em;
}

ol li ul {
	margin: 1em 0 1em 1em;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style: disc;
}

ul li {
	margin: 0 0 1em 2em;
}

ul li ul {
	margin: 1em 0 1em 1em;
	list-style: circle;
}

ul li ol {
	margin: 1em 0 1em 1em;
}

/* @end */

/* @group mise en page générale */

html {
	font: 11px Geneva, sans-serif;
}

body {
	background: #0570d1 url(images/background.png) repeat-x 0 top;
}

#conteneur_global {
	width: 920px;
	margin: 10px auto 0;
	position: relative;
	background: url(images/body.png) repeat-y;
}

#header {
	background-image: url(images/header.png);
	width: 920px;
	height: 150px;
}

#headerimg {
	margin-left: -3000px;
}

#colonne_droite{
	width:  689px;
	float:  right;
	margin-right: 6px;	
}

/* ceci n'est vu que par Firefox */
#conteneur_global>#colonne_droite {
	margin-right: 9px;
}

#myGallery{
	width:  689px;
	height:  130px;
	display: none;
	position: absolute;
	top:  20px;
	margin-left: 222px;
}

#recherche{
	width: 689px;
	background-color: #040d68;
	height: 24px;
	padding: 4px 0;
	margin-left: -3px;
}

html>/**/body  #recherche{
	margin-left: 0;
}

#searchform{
	float: right;
	margin-right: 10px;
}

#content {
	float: right;
	width: 658px;

}

#sidebar {
	float: left;
	width: 190px;
	padding-left: 32px;
}

#footer {
	width: 920px;
	height: 124px;
	clear: both;
	background-image: url(images/footer.png);
}

.post {
	margin: 10px 20px 0 0;
}

/* @end */

/* @group menu */

#sidebar ul {
	width: 190px;
	padding: 0;
	margin: 20px 0 0;
}

#sidebar ul li {
	list-style-type: none;
	margin: 0 0 4px;
	padding: 0;
}

#sidebar ul li a {
	display: block;
	width: 182px;
	height: auto;
	background-color: transparent;
	padding: 2px 2px 2px 6px;
	color: #000;
}

#sidebar ul li a:hover {
	background-color: #0570d1;
	color: #fff;
}

#sidebar ul li ul {
	margin: 0;
}
#sidebar ul li ul li {
	margin: 0;
}

#sidebar a#level1current{
	background-color: #040d68;
	color: #fff;
}

#sidebar a#level1highlight{
	background-color: #040d68;
	color: #fff;
}

#sidebar #level2 a{
	background-color: #d5e8ff;
}

#sidebar #level2 a:hover {
	background-color: #0570d1;
	color: #fff;
}

#sidebar a#level2current{
	background-color: #005299;
	color: #fff;
}



#sidebar a#level2highlight{
	background-color: #005299;
	color: #fff;
}

#sidebar a#level3current{
	background-color: #52befc;
	color: #fff;
}

#sidebar a#level3highlight{
	background-color: #52befc;
	color: #fff;
}

/* @end */

/* @group menu haut */

#menu_haut{
	color: #fff;
	font-weight: bold;
	float: right;
	width: 220px;
	margin-right: 30px;
	display: block;
	height: 20px;
	display:inline;
}

html > body #menu_haut{
	color: #fff;
	font-weight: bold;
	float: right;
	width: 220px;
	margin-right: 50px;
	display: block;
	height: 20px;
	display:inline;
}



#menu_haut a{
	color: #fff;
	font-weight: bold;
}

#menu_haut a:hover{
	color: #fff800;
}

#menu_haut span{
	color: #fff800;
}

#flags{
	position: absolute;
	margin-left: 860px;
	top: 2px;
	display:inline;
	width:  60px;
}

html > body #flags{
	position: absolute;
	margin-left: 866px;
	top: 2px;
	display:inline;
	width:  60px;
}

#flags ul{
	float: right;
}

#flags li{
	list-style-type: none;
	float: left;
	margin-left: 4px;
}
/* @end */

/* @group menu bas */

.menu_bas{
position: absolute;
bottom: 30px;
	color: #fff;
	margin-left: 38px;
	font-weight: bold;
	font-size: 0.8em;
}

.menu_bas a{
	color: #fff;
}

.menu_bas a:hover{
	color: #fff800;
}

.menu_bas span{
	color: #fff800;
}

/* @end */

/* @group mise en page content */

h2.pagetitle{
	margin: 20px 20px 0 0;
	color: #040d68;
}

h2.center{
	margin: 20px 20px 0 0;
	color: #040d68;
}


#content h2{
	height: auto;
	padding: 4px 10px;
	color: #040d68;
	font-size: 14px;
	margin: 0 0 10px -10px;
}

#content h3{
	height: auto;
	padding: 4px 10px;
	background-color: #0570d1;
	margin-bottom: 10px;
	color: #fff;
	clear: both;
}

#content a{
	color: #040d68;
	font-weight: bold;
}

.navigation{
	width:  636px;
	height: 20px;
	margin-top: 10px;
}


.alignright{
	float: right;
}

.alignleft{
	float: left;
}

blockquote{
	font-style: italic;
	padding: 6px 6px 2px;
	margin-bottom: 10px;
	text-align: justify;
}

.post img{
	margin: 2px 4px;
}

.postmetadata{
	clear: both;
	width:  100%;
}

/* @end */

