/*******************************************************************************
 *                                 BODY
 *******************************************************************************/
{
	padding: 0em;
	margin: 0em;
}

body
{
	background: #fff url('ae4/bg2.jpg') repeat;
	padding: 0;
	margin: 20px 0 0 0;
}

body,input
{
	font-size: 10pt;
	font-family: Verdana;
	color: #333333;
}
/*******************************************************************************
 *                                 GENERAL
 *******************************************************************************/
ul, li, form, dt, dl, dd, ol, div, p, 
blockquote, h1, h2, h3, h4, h5, h6, a, 
pre, code {
  margin: 0;
  padding: 0;
}

p
{
	line-height: 1.5em;
	margin-bottom: 1.0em;

}
a
{
	color: #4f9308;
	text-decoration: none;
}
a:hover
{
	color: #2d5504;
}
ul
{
	list-style: none;
}

ul li
{
	line-height: 1.0em;
}

img
{
	border:0;
}
img.left
{
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}
img.right
{
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}

.imgsize200 {
    width:200px;
    height:150px;
    border:1px solid silver;
    padding:2px;
}
.imgsize64 {
    width:64px;
    height:64px;
}
.img_128 {
    width:128px;
}
/*******************************************************************************
 *                                 TITLE
 *******************************************************************************/
h1 span
{
	font-weight: normal;
}

h1
{
	/*display: inline;*/
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
	color:#656551;
	margin-bottom:10px;
}

h1
{
	font-size: 1.7em;
}
h5 {
	text-align:left;
	}

/*******************************************************************************
 *                                 PAGE
 *******************************************************************************/
#page
{
	position: relative;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 92%;
	border: solid 1px #000;
	background-color: #fff;
	margin: 0 auto;
	-webkit-box-shadow: 10px 10px 25px #56bbea;  
	-moz-box-shadow: 0px 0px 35px black;  
	box-shadow: 10px 10px 25px #ccc;	
}
/*******************************************************************************
 *                                 NAV (MENU)
 *******************************************************************************/
#nav
{
	position: relative;
	background-color: #1f1f1f;	
	height: 3.0em;
	margin-bottom: 1px;
}
#navbottom
{
	background: #fff url('ae4/menubottom.gif') repeat-x;
	height: 14px;
	margin-bottom: 0.5em;
}
ul#topnav {
	font: 10px normal Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.2em;
	
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 7px;
	float: left;
	text-decoration: none;
	color: #fff;
	/*text-transform: uppercase;*/
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #f64a0a;

	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
/*******************************************************************************
 *                                 HEADER
 *******************************************************************************/
#header
{
	position: relative;
	width: 100%;
	height: 7.0em;
	background: #2B2B2B url('ae4/header.jpg') repeat-x top left;
	margin-bottom: 1px; 	
}
#headercontent
{
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 0.0em 2.0em;
}
#headercontent h3
{
	font-weight: normal;
	color: #fff;
	font-size: 2.5em;
}
#headercontent h3 sup
{
	color: #1f1f1f;
}
#headercontent h4
{
	font-size: 1.5em;
	font-weight: normal;
}
/*******************************************************************************
 *                                 CONTENT
 *******************************************************************************/
#content
{
	padding: 0em 2.0em 0em 2.0em;
}
#main_content
{
	float: left;
	margin-right: -18.0em;
	width: 100%;
}
#main_section
{
	margin: 1.5em 22.0em 0em 0em;
}
#main_section .article_post ul.controls
{
	clear: both;
}
#main_section .article_post ul.controls li
{
	display: inline;
	font-size: 0.8em;
}
#main_section .article_post ul.controls li a
{
	background-repeat: no-repeat;
	background-position: left;
	padding: 0em 1.0em 0em 20px;
}
#main_section p {
	text-align:justify;
	}
/**********************************
 * Menu option (sous le titre du contenu)
 *********************************/
#menu_option {
    padding:2px;
    margin:0;
    margin-bottom : 10px;
    border-bottom: 1px solid #cee488;
 }
#menu_option li{
    display : inline;
 }

#menu_option li.last {
  background-color:#deedb1;

  margin-right:-2px;
  color:#356604;
  float:right;
  padding:4px;
}
 
#menu_option li a {
    background : transparent url(ae4/icon/arrow-vert.png) no-repeat left center;
    padding-left:10px;
    padding-right:10px;
    font:bold 15px helvetica;
    color:#7C9289;
 }
#menu_option li a:hover{
    color:#3C4844;
 }
/*******************************************************************************
 *                                 ASIDE
 *******************************************************************************/
#aside
{
	margin-top: 1.5em;
	float: right;
	width: 18.0em;
}
#aside_section
{
	position: relative;
	top: -1.5em;
	background-color:#f5fee0;
	margin-bottom:1.0em;
	
    box-shadow: 10px 10px 25px red;
	-webkit-box-shadow: 10px 10px 25px #56bbea;  
	-moz-box-shadow: 2px 2px 15px #c3c3c3;  		
}
#aside_section .header
{
	background : transparent url(ae4/icon/Next.png) no-repeat center left;
	color:#404040;
	height:20px;
	padding:3px 5px 0 30px;
	font:bold 12pt Helvetica;
}
#aside_section .content
{
	padding: 1.0em;
	border-left:1px solid #cee488;
}
/*******************************************************************************
 *                                 FOOTER
 *******************************************************************************/
#footer
{
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 5.0em;
	background: #fff url('ae4/border2.gif') repeat-x 0em 2.5em;
	font-size: 0.8em;
}
#footer .section_about
{
	position: absolute;
	left: 2.0em;
	bottom: 1.2em;
}
#footer .section_copy
{
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}
/*******************************************************************************
 *                                 PAGE FLIP
 *******************************************************************************/
#pageflip {
	position: absolute;
	top:0px;
	right:0px;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(ae4/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}
/*******************************************************************************
 *                                 CONNEXION
 *******************************************************************************/
#connexion
{
	position: absolute;
	top: 1.3em;
	right: 2.0em;
	border-left:3px solid #1f1f1f;
	color:#fff;
	width:225px;
	padding-left:15px;
}
#connexion input.text
{
	margin-right: 0.5em;
	vertical-align: middle;
	border-top: solid 1px #000000;
	border-right: 0px;
	border-bottom: solid 1px #777777;
	border-left: 0px;
	padding: 0.15em;
	width: 10.0em;
}
#connexion input.submit
{
	background-color: #4f9308;
	border: solid 1px #5F6800;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	colorz #F2F3DE;
	vertical-align: middle;
	
	box-shadow: 10px 10px 25px red;
	-webkit-box-shadow: 10px 10px 25px #56bbea;  
	-moz-box-shadow: 0px 0px 35px #437b04;  		
}
#connexion a
{
	color: #1f1f1f;
	text-decoration: none;
	font:bold 10pt Helvetica;
}
#connexion a:hover
{
	color:white;
}
#connexion ul
{
	list-style: none;
}

#connexionul li
{
	line-height: 1.0em;
}
/*******************************************************************************
 *                                 TABLEAU
 *******************************************************************************/
table {
	margin-right:auto;
	margin-left:auto;
}
#tab_default table {
    font: 90%/1.5em Verdana;
    border: 1px solid #1f1f1f;
    border-spacing: 0;
    -moz-box-shadow: #6a3d37 5px 5px 6px;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: #6a3d37 5px 5px 6px;
    box-shadow: #6a3d37 5px 5px 6px;
}
#tab_default th {
	background-color:#333333;
    color: white;
    font-size: 110%;
    text-shadow: #b7b7ab 2px 2px 2px;
}
#tab_default td {
	padding-left:10px;
	border-top:1px solid #d2d2d2;
}
#tab_default tr:nth-child(2n+1) td {

    background-color:#e8e8e8;
}
#tab_default caption {
	font: 13pt Helvetica;

	text-shadow: #b7b7ab 2px 2px 2px;
	color:#e04c0e;	
}
/*******************************************************************************
 *                                 FORMULAIRE
 *******************************************************************************/
fieldset {
	background-color:#ebebeb;	
	border:1px solid #656551;
}
legend{
	color : #f94900;	
}
/* Alignement des champs */
label, input[type="text"]{
    float:left;
    display:block;
}
label
{
    margin-right: 5px;
}
.field{
    width:100%;
    overflow:auto;
    margin:5px 0px;
}

/*******************************************************************************
 *                                  COMMENTS
 ******************************************************************************/
.comment {
 	margin-bottom:3px;
 	background-color: #eff8fc;
 	width:100%;	
 }
.author {
	background-color:#404040;
	color:white;
	width:130px;
	text-align:center;
	
    -moz-box-shadow: #6a3d37 5px 5px 6px;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: #6a3d37 5px 5px 6px;
    box-shadow: #6a3d37 5px 5px 6px;	
 }
.comment tr {
 	border-bottom:1px solid red;
	padding-bottom:5px;
 }
.comment_content {
	background-color: #f2f2f2;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	vertical-align: top;

}
.comment_content {
	padding:0 20px;
	text-align: right;		
	
}

h5 {
	border-bottom: 1px solid #dddddd;
	color: #404040;
	font-size:10pt;
	padding-bottom:5px;	
	margin-bottom:10px;
	width:100%;
	padding-left:10px;
}
#title .date {
	float: right;
}

/*******************************************************************************
 *                                 ARTICLES / POSTS
 *******************************************************************************/
ul.post {
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

ul.post li {
	float:left;
	width:100%;
	position:relative;
	padding:0 0 10px 0;
	margin-bottom:10px;
	border-bottom: solid 1px #cee488;
}

ul.post li div.titre {
	font: 15pt Helvetica;
}

ul.post li div.comment {
	position: absolute;
	right: 0;
	top: 0px;
	width: 60px;
	text-align: center;
	background-color: #407906;
	padding:6px 0;
	color:white;
	font:6pt Helvetica;
}

ul.post li div.comment a {
	color:white;
	font:bold 18pt Helvetica;
}

ul.post li div.entry {
	padding: 10px 100px 10px 0px;	
}

/*******************************************************************************
 *                                 PETIT STYLE
 ******************************************************************************/
.retrait {
 	color:#919191;
 }
.c {
	text-align:center;
}

.r {
	text-align:right;
}
.l {
	text-left;
}
.red {
	color:#f64a0a;
}
.title {
	text-align: center;
	font: 13pt Helvetica;
	text-shadow: #b7b7ab 2px 2px 2px;
	color: #e04c0e;	
}
/*******************************************************************************
 *                                    CHAT
 ******************************************************************************/ 
div.chat {
	margin: 0;
}
div.chat label {
    vertical-align: top;
}
chat_blog.chat chat_blog.chat_window {
    height: 250px;
  	width:225px;    
    overflow: auto;
    background: #fff;
}
div.chat div.chat_window p {
    border-top:1px solid #cee488;    
    margin:0;
}
div.chat div.chat_window p.even {
    background: white;
}
div.chat div.chat_window p.new {
    background: #efefef;
}
div.chat textarea {
  	width:222px;
  	height:80px;
}
chat_page.chat chat_page.chat_window {
    height: 400px;
  	width: 100%;    
    overflow: auto;
}
#sohbets textarea {
  	width:400px;
  	height:50px;
}
/*******************************************************************************
 *                               MESSAGE D'ALERTE
 ******************************************************************************/
 #flashMessage {
	background: #fff6bf url(ae4/info.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 15px 15px 15px 55px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-bottom:15px;
}
/*******************************************************************************
 *                                 PAGINATION
 ******************************************************************************/
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Quotes style*/
#pagination {
	padding:5px 2px 10px 2px;
	margin:0px;
	text-align:center;
}
#pagination a {
	padding: 2px 5px 2px 5px;
	border: 1px solid #a0a0a0;
	background-color: #d8d8d8;	
	text-decoration: none; 
	color: #4e4e4e;
}
#pagination a:hover, #pagination a:active {
	background-color: #f64a0a;
	border: 1px solid red;
	color:white;	
}
#pagination span.current {
	padding: 2px 5px 2px 5px;
	border: 1px solid #4f9308;
	font-weight: bold;
	background-color: #9ccb2a;
}
#pagination span.disabled {
	padding: 2px 5px 2px 5px;
	border: 1px solid #c1c1c1;
}
/*******************************************************************************
 *                                  PHOTOS
 ******************************************************************************/
#photos {
    overflow: auto;
    margin-bottom: 30px;
    background-color: #D8D8D8;
    border:1px solid silver;
    height:100%;
    margin:0px;
    padding-top:5px;
}
.scale-image {
    padding: 5px;
    width: 200px;
    float: left;
}
.imgsize200 {
    width:200px;
    height:150px;
    border:1px solid silver;
    padding:2px;
}
#divc {
    margin-left:auto;
    margin-right :auto;
}
#photos_chemin {
    margin-bottom: 5px;
}
#photos_chemin li {
    background: white url(ae4/icon/arrow-vert.png) no-repeat center left;
    padding-left: 15px;
    padding-right: 5px;
    list-style: none;
    display: inline;
}
#tab_photo td {
    border-bottom:1px solid silver;

}
.valide td {
    background-color:#DDFED8;
}
.attente td {
    
}
.refuse td {
    background-color:#FFD9D9;
}
.g {
    text-align:left;
}
.gris_title {
    background-color: #333;
    color:white;
}
.gris_1 {
    background-color: #DFDFDF;
}
.gris_2 {
    background-color: #D8D8D8;
}
.over{
	background-color:#f0f0f0;
}
.out{
	background-color:none;
}
/*******************************************************************************
 *                                  BOUTONS
 ******************************************************************************/
.awesome{
	background: #222 url(ae4/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}

/* Sizes */
.small.awesome {
	font-size: 11px;
}
.medium.awesome {
	font-size: 13px;
}
.large.awesome {
	font-size: 14px;
	padding: 8px 14px 9px;
}

/* Colors */
.blue.awesome {
	background-color: #2daebf;
}
.red.awesome {
	background-color: #e33100;
}
.magenta.awesome {
	background-color: #a9014b;
}
.orange.awesome {
	background-color: #ff5c00;
}
.yellow.awesome {
	background-color: #ffb515;
}
/**************************************** pika choose **************************/
/* These hieghts and widths should be edited to your images */	
ul#pikame{
	padding-left:0;
	width:510px;
	margin:0 auto;
}
.pika_main{
	width:510px;
	margin:0 auto;
}
#pikame li{
	margin: 2px;
	float: left;
	border:1px solid silver;
	position:relative;
	overflow:hidden;
}

/* thats all you NEED to edit. But continue if you'd like. */
ul#pikame li img{
	position:relative;
	cursor:pointer;
}
.pika_main img {
	border:2px solid #404040;
	width:500px;
	-webkit-box-shadow: 0px 0px 10px black;  
	-moz-box-shadow: 0px 0px 8px black;  
	box-shadow: 0px 0px 10px black;	
}
.pikachoose li{
	float:left;
	position:relative;
	overflow:hidden;
	list-style:none;
}
.pika_play{position:absolute;top:10px;right:20px;z-index:1;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;}
.pika_play img{border:none !important;}
.pika_caption{
	width:100%;
	height:30px;
	text-align:center;
}
.pika_navigation a {
	font-size: 12px;
	color: #4f9308;
	text-decoration: none;
}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}