/*
Theme Name: SoaFactory
Theme URI: http://www.soa-factory.org/
Description: Theme for SOAFactory
Version: 0.1
Author: Jeremie Devillard
 
SoaFactory by Jeremie Devillard || http://www.soa-factory.org
 
*/
#header{
	
}


/* Menu pour les pages µ/
/** class pour le menu horizontal**/
#pillmenu {
  white-space: nowrap;
  /** height: 32px;**/
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
	list-style:none;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

.menu_spacer
{
	background-image:url('images/menu_spacer.gif');
	background-repeat:repeat-x;
	height:22px;
	
}

.menu_gauche
{
	background-image:url('images/menu_gauche.gif');
	background-repeat:no-repeat;
	height:22px;
	width:17px;
	font-size:small;
	font-style:normal;
	font-weight:bold;
}

.menu_droit
{
	background-image:url('images/menu_droit.gif');
	background-repeat:no-repeat;
	height:22px;
	width:15px;
}

#menu_page
{
	margin:auto;
	text-align:center;
}

/* Fin menu pour les pages */

/* contour */
#up_left{
	background-image:url('Images/haut_gauche.gif');
	background-repeat:no-repeat;
	height:10px;
	width:15px;
	margin-left:-4px;
	float:left;
}

#up_right{
	background-image:url('Images/haut_droit.gif');
	background-repeat:no-repeat;
	height:10px;
	width:13px;
	margin-left:1014px;
	margin-top:-10px;

	
}

#up_middle1{
	background-image:url('Images/haut_milieu_spacer1.gif');
	background-repeat:repeat-x;
	height:10px;
	width:172px;
	float:left;
	
}
#up_middle{
	background-image:url('Images/haut_milieu_spacer.gif');
	background-repeat:repeat-x;
	height:10px;
	margin-left:180px;
	
}

#contour_white{
	background-color:white;
	padding-left:3px;
	padding-right:3px;
	
}


#down_middle1{
	background-image:url('Images/bas_milieu_spacer.gif');
	background-repeat:repeat-x;
	height:12px;
	width:180px;
	float:left;
}

#down_middle{
	background-image:url('Images/bas_milieu_spacer1.gif');
	background-repeat:repeat-x;
	height:12px;
	margin-left:180px;
}

#down_left{
	background-image:url('Images/bas_gauche.gif');
	background-repeat:no-repeat;
	height:12px;
	width:13px;
	margin-left:-7px;
	margin-top:-12px;
	float:left;
}

#down_right{
	background-image:url('Images/bas_droit.gif');
	background-repeat:no-repeat;
	height:12px;
	width:13px;
	margin-left:1011px;
	margin-top:-12px;
}

/* fin contour */
body{
	background-color:#404344;
	/*text-align:middle;*/
	color: #333;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}



#container{
	width:1024px;
	margin: 0 auto;
}

#logo{
	background-image:url('Images/logo.png');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#a4bf2b;
	height:104px;
	width:180px;
	float:left;
}

#baniere{
	background-image:url('Images/BaniereSOA.gif');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#b7d62f;
	height:104px;
	margin-left : 180px;
	text-align:right;
	padding-right:20px;
	

}

#baniere h1{
	margin:0;
	padding:0;
	text-align:right;
	padding-right:20px;
}




#wrap {
	overflow:hidden;
	background-color:#a4bf2b;
	/*padding-bottom:20px;*/
	}

#sidebar{
	float:left;
	width:180px;
	background-color:#a4bf2b;
	
}

#content{
	margin-left:180px;
	background-color:#b7d62f;
	padding-bottom:10px;
	min-height:800px;
}



#footer{
	background-color:#a4bf2b;
}

#footer p{
	margin:0;
	padding:0;
}
#footer_col{
	float:left;
	width:180px;
	background-color:#a4bf2b;
}
#footer_content{
	margin-left:180px;
	background-color:#b7d62f;
	text-align:center
}

/* Sidebar*/
#sidebar h2 {
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 1.2em;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

#sidebar {
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: white;/*#777;*/
}

#sidebar h2 {
margin: 5px 0 0;
padding: 0;
color:white;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding-left: 20px;
}

#sidebar ul li {
list-style-type: square;
list-style-image: none;
margin-bottom: 15px;
color:white;
}

#sidebar ul li ul li{
list-style-type: none;
margin-left:-30px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin:0;
/*margin: 3px 0 0;*/
padding: 0;
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}


#sidebar form {
margin: 0;
}

/* Fin sidebar*/

/*Style */
small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h2.pagetitle {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

a, h2 a:hover, h3 a:hover {
color: #06c;
text-decoration: none;
}

a:hover {
color: #147;
text-decoration: underline;
}

/* fin style */


/* Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}


/* fin calendar */


/* Post */
p.postmetadata  {
	padding-left:50px;
}
h2.post_title{
	padding-left:50px;
	margin-top:0px;
}

div.post_content{
	background-color:#edf5cb;
}

table.post_table{
	margin : auto;
	width:800px;
	
}

div.post_content img{
	max-width:700px;
}

.container_haut_gauche{
	background-image:url('images/Container_haut_gauche.gif');
	background-repeat:no-repeat;
	height:8px;
	width:12px;
}

.container_haut_milieu{
	background-image:url('images/Container_haut_spacer.gif');
	background-repeat:repeat-x;
	height:8px;
}

.container_haut_droit{
	background-image:url('images/Container_haut_droit.gif');
	background-repeat:no-repeat;
	height:8px;
	width:11px;
}
.container_bas_gauche{
	background-image:url('images/Container_bas_gauche.gif');
	background-repeat:no-repeat;
	height:11px;
	width:12px;
}

.container_bas_milieu{
	background-image:url('images/Container_bas_spacer.gif');
	background-repeat:repeat-x;
	height:11px;
}

.container_bas_droit{
	background-image:url('images/Container_bas_droit.gif');
	background-repeat:no-repeat;
	height:11px;
	width:11px;
}

.container_milieu_gauche{
	background-image:url('images/Container_gauche_spacer.gif');
	background-repeat:repeat-y;
	width:12px;
}

.container_milieu_droit{
	background-image:url('images/Container_droit_spacer.gif');
	background-repeat:repeat-y;
	width:11px;
}



/* fin post */