/*
Theme Name: STACI
Author: http://www.ri2s.com/
Description: Theme Wordpress STACI
Version: 2.8
Author: CdL
Tags: cms staci
*/

/*****Basic Elements*****/  

body {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border:0px;
	background: #e1e1e1 url(/wp-content/uploads/2009/09/fond-nuage.jpg) no-repeat fixed 40% 0%;
	text-align: center;
	line-height: 1.6;	
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	text-align: justify; 
	padding-top: 0px;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #070C77;
	font-weight: normal;
	font-family: verdana, Georgia, serif;
}
h1 {
	font-size: 50px;
	margin-bottom: 2px;
}

h2 {
	font-size: 16px;
	margin-bottom: 6px;
}

h3 {
	font-size: 11px;
	margin-bottom: 6px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #3a97ca;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #070C77;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: square;
	padding: 0px 0px 0px -15px;
	margin-left: 20px;
}

ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.cool-li li {
	padding: 0px 0px 0px -15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}


table {
	width: 100%;
	margin: 0px;
}

table th {
	color:#292A2D;
	font-size:14px;
	font-weight:bold;
	padding:0px;
}

table tr.odd {
	background: #eeeeee;
}

table tr.even {
	background: #f8f8f8;
}

table td {
	padding: 0px;
	vertical-align: top;
}

table tfoot tr {
	font-size: 13px;
	color: #a1a0a0;
}

table tfoot tr td {
	border-top: 2px solid #e7e7e7;
	text-align: right;
}

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 960px;
	text-align: justify; 
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

	/** Search **/

#search {
	background:transparent url(images/search.gif) no-repeat scroll 0 0;
	height:30px;
	position:absolute;
	right:0;
	top:14px;
	width:224px;
}

#search fieldset {
	border: 0px;
	padding:6px 3px 0 8px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width:142px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	cursor:pointer;
	float:left;
	margin-left:4px;
	margin-top:-5px;
	padding-bottom:11px;
	text-indent:-9999px;
	width:61px;
}

/** Logo **/

#header span#slogan {display:none;}

#header .container {margin-bottom: 0px;}

#head-menu {
	padding: 0px 0px 0px 0px;
	color: #070C77;
	margin-top: 0px;  /* Position du logo */
	overflow: hidden;
	vertical-align: bottom;
}

#head-menu ul#bottom-menu {
	float: left;
	text-transform:uppercase;
	font-size: 13px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}

#head-menu ul#bottom-menu li {
	float: left;
/*	border-right: 1px solid #cbcdce; */
	padding: 0px 8px 0px 8px;
}

#head-menu ul#bottom-menu li:first-child {
	padding: 0px 0px 0px 0px;
	float: left;
}

#head-menu ul#bottom-menu li:last-child {
	border-right: none;
	float: left;
}

#head-menu ul#bottom-menu a, #footer h6 {
	color: #FFFFFF;
	float: left;
}

#head-menu ul#bottom-menu li.current_page_item a, #head-menu ul#bottom-menu li.current-cat a, #head-menu ul#bottom-menu li.current-cat-parent a, #head-menu ul#bottom-menu li.current_page_ancestor a, #head-menu ul#bottom-menu li a:hover {
	color: #070C77;
	float: left;
	text-decoration: none;
}

#head-menu  strong {
	color: #070C77;
	font-weight: bold;
}


/*** Main Menu ***/

ul.sf-menu {
	list-style-type:none;
	padding: 0px 0px 0px 35px;
	z-index: 2;
	position: relative;
	/* overflow: hidden; */
}

/*
ul.sf-menu > li {
	float: left;
	border-bottom: none;
	background: none;
} */


ul.sf-menu > li.page_item > a, ul.sf-menu > li.cat-item > a {
	font-size: 14px;
	display: block;
	padding:17px 14px 17px;
	color: #6f6f6f;
}

ul.sf-menu > li.page_item.current_page_item  > a, ul.sf-menu > li.cat-item.current_page_item  > a, ul.sf-menu > li.cat-item.current-cat  > a, ul.sf-menu > li.current-cat-parent > a, ul.sf-menu > li.current_page_ancestor > a, ul.sf-menu > li  > a:hover {
	background: #30434d url(images/active_menu_bg.gif) repeat-x top left;
	text-decoration: none;
}

ul.sf-menu > li.page_item.current_page_item, ul.sf-menu > li.cat-item.current-cat, ul.sf-menu > li.current-cat-parent, ul.sf-menu > li.current_page_ancestor {
	margin:0 5px;
}

ul.sf-menu > li.page_item.current_page_item  > a, ul.sf-menu > li.page_item.cat-item  > a, ul.sf-menu > li.cat-item.current-cat > a, ul.sf-menu > li.current-cat-parent > a, ul.sf-menu > li.current_page_ancestor > a, ul.sf-menu > li > a:hover {
	color: #dedede;
} /* font color of currently active top link */

ul.sf-menu a:hover {
	color:#cfcfcf;
}

ul.sf-menu > li.page_item.sfHover > a, ul.sf-menu > li.cat-item.sfHover > a {color: #eeeeee;}

/*** Content ***/

#content .container {
	padding: 0px 0px 0px 0px;
}

#main {
	background-color:#ffffff;
}

#main-bottom {
	background-color:#ffffff;
	width: 960px;
	height: 16px;
}

#main_content {
	float: left; 
	width: 530px;
	padding: 0px 0px 0px 30px;
}

#content {
	padding: 0px 0px 0px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right; 
	width: 340px;
	vertical-align: top;
	letter-spacing: -1px;
}

#sidebar strong {
	font-weight: bold;
}

#sidebar a {
	color: #3a97ca;
	font-weight: bold;
}

#sidebar ul {
	list-style:square;
	margin-left: 20px;
}

#main  {padding: 25px 0px 0px 0px;}

div.block {
	background: #e5eef3 url(images/fond-marge.jpg) no-repeat top left;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-bottom:30px;
	margin-right:5px;
}

div.block.last, div.block:last-child {margin-bottom:0px;}

div.ui-tabs-panel, div.standart_widget div, div.standart_widget > ul{
	padding: 20px 30px 10px 12px;
}

div.standart_widget > ul li, div.ui-tabs-panel > ul li{
	padding: 0px 0px 3px;
}

div.standart_widget > ul li ul, div.ui-tabs-panel > ul li ul{
	margin-left: 10px;
	border-left: 1px solid #e8e8e8;
	padding-left: 10px;
}

div.block a {
	color: #5e5e5e;
}


div.block a:hover, div#twitter ul li a:hover, a#twitter-link:hover {
	color: #3a97ca;
}

div.block ul {list-style-type: none;}

div.block div#latest img{
	border: 2px solid #e8e8e8;
	float: left;
	margin: 3px 0px 0px 0px;
}

div.block div#latest ul li, div#twitter ul li {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


div.block div.corner {
/**	background: url(images/corner.gif) no-repeat;**/
	position: absolute;
	top: -1px;
	right: -5px;
	width: 5px;
	height: 41px;
	padding: 0px;
}

.block ul.tabs, .block h3 {
	overflow: hidden;
	padding: 4px 5px 3px 10px;
}

.block ul.tabs > li {
	display: inline;
	margin-right: 10px;
}

.block ul.tabs > li.last {
	margin-right: 0px;
}

.block ul.tabs > li a  {
	color: #8f8f8f;
	text-decoration: none;
}

.block ul.tabs > li a:hover {color: #212121;} 

.block ul.tabs > li.ui-tabs-selected a, .block h3, .block ul.tabs > li.ui-tabs-selected a:hover {
	color: #ffffff; /* Ecriture marge droite */
	
}

.block ul.tabs > li > a, .block h3 {
	font-size: 14px;
	font-family: verdana, Georgia, serif;
}

.block h3 {margin: 0px;}



/*** Footer ***/

#footer {
	clear: both;
	padding: 0px 0px 25px;
	color: #070C77;
	margin-top: 0px;
	overflow: hidden;
}

#footer ul#bottom-menu {
	float: left;
	text-transform:uppercase;
	list-style-type: none;
}

#footer ul#bottom-menu li {
	float: left;
	border-right: 1px solid #cbcdce;
	padding: 0px 5px;
}

#footer ul#bottom-menu li:first-child {
	padding-left: 0px;
}

#footer ul#bottom-menu li:last-child {
	border-right: none;
}

#footer ul#bottom-menu a, #footer h6 {
	color: #FFFFFF;
}

#footer ul#bottom-menu li.current_page_item a, #footer ul#bottom-menu li.current-cat a, #footer ul#bottom-menu li.current-cat-parent a, #footer ul#bottom-menu li.current_page_ancestor a, #footer ul#bottom-menu li a:hover {
	color: #070C77;
	text-decoration: none;
}

#footer h6 {
	float: right;
	font-family: verdana, sans-serif;
	margin-bottom: 0px;
}

#footer  strong {
	color: #070C77;
	font-weight: bold;
}

/***** CdL *****/  
table.entete {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0;
    border-collapse: collapse;
	width:960px;
	display:block;
	margin:auto;
    padding: 0px;
}

table.corpus {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0;
    border-collapse: collapse;
	width:960px;
	display:block;
	margin:auto;
    padding: 0px;
}
table.corpus td {
	text-align: justify; 
	background-color:#ffffff;
}

table.pied {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0;
    border-collapse: collapse;
	width: 960px;
	display: block;
	margin: auto;
    padding: 0px;
}