/*
Theme Name: Sapphire
Theme URI: http://www.themeporter.com
Version: 1.0
Description: 2 Column theme
Author: Theme Porter
Author URI: http://www.themeporter.com
*/

* { margin: 0; padding: 0; }
#principal {
	margin: 5px;
}
body {
	background: #90abce;
	text-align: center;
	margin: 10px 0 0 0;
	
	color: #FFF;
	/*font-weight:  bold;*/
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline:0;
	}
	
#accessibility {
	display: none;
	}

/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 782px;
	text-align: left;
	margin: 0 auto;
	background: #21579d url(images/simplexp/bg_frame.jpg) 0 0 no-repeat;
	}
	
#middle {
	background: url(images/simplexp/bg_frame.gif) 0 0 repeat-y;
	overflow: auto;
	width: 100%;
	}

#content {
	float: left;
	width: 554px;
	border-right: 1px solid #98bae6;
	}
	
#sidebar {
	float: left;
	width: 187px;
	padding: 0 20px;
	}
	
/* -------------------
Header
------------------- */

#header {
	height: 110px;
	}
	
#header h1 {
	width: 367px;
	float: left;
	color: #fff;
	font: 1.2em/50px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	padding: 33px 0 0 25px;
	}
	
	#header h1 a {
	text-decoration:none;
	color: #fff;
	}
		
	#header h1 a:visited{
	text-decoration:none;
	color: #fff;
	}
		#header h1 a:hover {
	color: #fff;
	}
#header #nav {
	width: 300px;
	float: right;
	text-align: right;
	}
	
#header #nav ul {
	list-style: none;
	padding: 36px 20px 0 0;
	}
	
#header #nav ul li {
	float: left;
	}
	
#header #nav ul li a {
	display: block;
	padding: 0 0.5em;
	/*font: 0.75em/30px Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	color: #21579d;
	}
	
#header #nav ul li a:hover {
	background: #fff;
	color: #4175b8;
	}
	
#header #nav p {
	clear: left;
	padding: 0 25px 0 0;
	/*font: 0.75em/34px Arial, Helvetica, sans-serif;*/
	}
	
#header #nav p a {
	color: #fff;
	text-decoration: none;
	background: url(images/simplexp/icon_subscribe.gif) right 1px no-repeat;
	padding: 0 16px 0 0;
	}
	
#header #nav p a:hover {
	color: #ffd482;
	background-position: right -47px;
	}
	
/* -------------------
Content
------------------- */

#content .post {
	margin: 0 20px 20px 25px;
	}
	
/* general #content definitions */
	
#content h2 {
	color: #ffd482;
	/*font: 1.3em/2em Arial, Helvetica, sans-serif;*/
	margin: 0 0 0.3em 0;
	}

#content h2 a {
	color: #ffd482;
	text-decoration: none;
	}

#content h2 a:hover {
	text-decoration: underline;
	}
	
#content h3 {
	/*font: 1em/2em Arial, Helvetica, sans-serif;*/
	color: #fff;
	margin: 1.1em 0 0.2em 0;
	font-weight: bold;
	}
	
#content h4 {
	/*font: bold 0.9em/1em Arial, Helvetica, sans-serif;*/
	color: #a5c1e5;
	border-left: 1em solid #a5c1e5;
	padding: 0 0 0 0.5em;
	margin: 1em 0;
	}
	
#content p, #content li, #content dl {
	color: #fff;
	/*font: 0.75em/1.6em Arial, Helvetica, sans-serif;*/
	}
	
#content p, #content ul, #content ol, #content dl, #content img {
	margin: 0 0 0.7em 0;
	}
	
#content li {
	margin: 0 0 0 30px;
	}
	
#content dl dt {
	font-weight: bold;
	}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
	}
	
#content blockquote p {
	margin: 0 0 0 2em;
	border-left: 1px solid #d3bb88;
	padding: 0 0 0 1em;
	color: #d3ddeb;
}
	
#content a { color: #fff; }
#content a:hover { color: #fff7bd; }
	
#content .post ul.post-data {
	background: #447ac0;
	border-top: 1px solid #98bae6;
	list-style: none;
	/*font: 0.9em/2em Tahoma, Arial, Helvetica, sans-serif;*/
	padding: 0.1em 0 0.2em 0;
	color: #a5c1e5;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #a5c1e5;
	}
	
#content .post ul.post-data a {
	text-decoration: none;
	color: #a5c1e5;
	}
	
#content .post ul.post-data a:hover {
	color: #fff7bd;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline; /* fixes double float bug in IE */
	}
	
#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;
	background: url(images/simplexp/icon_comments.gif) 0 2px no-repeat;
	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;
	}
	
#content .post ul.post-data li.posted a {
	background: url(images/simplexp/icon_postdata.gif) 0 2px no-repeat;
	padding: 0 0 0 13px;
	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;
	}
	
/* -------------------
Comments
------------------- */

#content #comments {
	margin: 0 20px 20px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { color: #a6bcd8;	}
#content #comments .comment a:hover { color: #fff7bd; }
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
	}
	
#content #comments .comment .comment-data p {
	/*font: 0.7em/2em Tahoma, Arial, Helvetica, sans-serif;*/
	color: #7a9ac4;
	border-top: 1px dashed #4d79b1;
	border-left: 1px dashed #4d79b1;
	padding: 0 0 0 22px;
	background: url(images/icon_commentdata.gif) 6px 6px no-repeat;
	margin: 1.5em 0 0 0;
	}
	
#content #comments .comment .comment-data p a { color: #7a9ac4; }
#content #comments .comment .comment-data p a:hover { color: #fff7bd; }

#content #comments form {
	color: #fff7bd;
	/*font: 0.75em/1.6em Arial, Helvetica, sans-serif;*/
	}

#content #comments form a { color: #fff7bd; }
#content #comments form a:hover { color: #fff; }
	
	
/* -------------------
Sidebar
------------------- */


	
#sidebar h3 {
	color: #ffd482;
	/*font: 1em/0.8em Arial, Helvetica, sans-serif;*/
	margin: 0 0 0.4em 0;
	}
	
#sidebar p, #sidebar li {
	color: #fff7bd;
	/*font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;*/
	}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 1.2em 0;
	}
	
#sidebar ul { list-style: none; }

#sidebar ul li {
	background: url(images/simplexp/bullet_sidebar.gif) 0 6px no-repeat;
	padding: 0 0 0 11px;
	}
	
#sidebar a {
	color: #fff7bd;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #fff;
	}
	
/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	background: url(images/simplexp/bg_footer.gif) 0 0 no-repeat;
	height: 71px;
	}
	
#footer #footertext {
	float: right;
	color: #b2c4dd;
	/*font: 0.75em/1.6em Arial, Helvetica, sans-serif;*/
	padding: 36px 30px 0 0;
	}
	
#footer #footertext a {
	color: #b2c4dd;
	text-decoration: none;
	}

#footer #footertext a:hover {
	color: #fff;
	/*text-decoration: underline;*/
	}
	
#footer #searchform {
	padding: 33px 0 0 30px;
	}
	
#footer #searchform .searchfield {
	height: 16px;
	}
	
#footer #searchform .searchbutton {
	height: 22px;
	}
	


.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#21579e;
font-size:0.9em;
color:#505050;
}


/*


CSS A AJOUTER


*/

/*
.meta {
  background: #f6f6f6;
  border-bottom: 2px solid #eee;
  border-top: 2px solid #eee;
  color: #888;
  font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
  font-size: 10px;
  line-height: 100%;
  padding: 3px 7px 3px 7px;
  width: 340px;
}
.meta a { border: none; color: #555;outline:0; }
.meta a:hover {  color: #222; }
.meta a:active { text-decoration: underline; }
*/
/*-------------------------- Mise en Forme Liens news ----------------------------------------------------------- */
/*                       Lire la suite, ajouter un coms, etc...                                                   */

#more a {
  background: url("images/icone/comments.gif") no-repeat;
  padding: 0 0 0 19px;
  margin-right: 1px;
  text-decoration:none;
  outline:0;
  border-bottom: none;
  }

#more #continue {
  background: url("images/icone/url.gif") no-repeat 0px 0px;
  margin-left: 1px;
  text-decoration:none;
  }

#more #suite {
  background: url("images/icone/random.gif") no-repeat 0px 0px;
  margin-left: 1px;
  text-decoration:none;
  }


/*-------------------------- Mise en Forme Articles   ----------------------------------------------------------- */
/*                      Liens dans les articles, texte, etc....                                                   */


/*-------------------------- Titre Article   ----------------------------------------------------------- */
#principal .entry a:link, a:visited, a:active {
	color: #90abce;
	font-weight:  bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline:0;
	}
	
#principal .entry a:hover {
	color: #14A3BC;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
code {
  background: #FFDFF1;
  color: #E957AA;
  font-family: "Courier New", Monospace, Courier;
  font-size: 12px;
}
pre code {
  border: 4px solid #FFD1EB;
  display: block;
  width: 500px;
  margin: 30px 0 30px 0;
  padding: 5px 15px 20px 15px;
  overflow: auto;
}
pre code:hover {
  border: 4px solid #FFB6DF;
  color: #E03395;
  cursor: pointer;
}

/*-------------------------- Mise en Forme Wixblog prefere -------------------------------------------------------- */

.wix_pref {
	background-color: #343434;
	background-repeat: repeat-y;
	height: 100%;
	}
	
.wix_pref h1 {
	background-color: #CCC;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFFFFF;
	}

/*-------------------------- Mise en Forme " Nuage de tag " ------------------------------------------------------- */

/*
 * Nuage de tags
 */

#nuagedetag {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 0.9em;
	color: #0066FF;
	text-decoration: none;
}


#nuagedetag li {
	list-style: none;
	display: inline;
	text-decoration: none;
}

#nuagedetag li a {
/*	font-size: 1em;*/
	padding: 0.2em;
	color: #0066FF;
	text-decoration: none;
}

#nuagedetag li em a {
	font-size: 1.2em;
	color:#0000FF;
	text-decoration: none;
}

#nuagedetag li strong a {
	font-size: 1.4em;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}



/*------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------- FIN Style Page        --------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------- Style COMENTAIRES ------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------*/
	
#commentsSection { margin: 30px 0 30px 0; }
#commentslist { list-style: none; margin: 25px 0 0 0; }
#commentslist li { background: transparent; margin-bottom: 10px; padding: 20px 20px 0 20px; }
#commentslist .alt { background: #f4f4f4; }
#commentslist .author .cmeta .author {  background: #01a0f2; border: 4px solid #01a0f2; }

.commenttext {
  clear: left;
  position: relative;
  top: -25px;
  }

.commenttext p {
  color: #555;
  font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  text-align: justify;
  }

/*-------------------------- Mise en Forme Commentaires ----------------------------------------------------------- */

#titreGris	{ 
	/*width: 400px;*/
	background-color: #F1F1F1; 
	color: #00A8FF;
	padding: 10px;
	-moz-border-radius: 15px;
	font-weight: bold;
	}
	
.cmeta { font-size: 11px; }
.cmeta cite { font-weight: bold; font-style: normal; }
.cmeta rose { font-weight: bold; font-style: normal; color: #ec5994;}
.cmeta orange { font-weight: bold; font-style: normal; color: #ffa500;}
.placer { text-align:right; margin-left: 90% }

/*------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------- FIN Style COMENTAIRES ------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------*/




/*------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------- Style COMENTAIRES POSTER ------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------*/

#commentsFormDiv {
  background: #333;
  border: 6px solid #ddd;
  color: #fff;
  font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
  margin: 50px 0 50px 0;
  padding: 20px;
}
#commentform label small {
  color: #aaa;
  margin-left: 5px;
  text-transform: uppercase;
}
#author, #auteur, #email, #url, #holler_name, #holler_address {
background: #eee;
  border: 3px solid #aaa;
  color: #333;
  font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
  font-size: 11px;
  padding: 3px 7px 3px 7px;
  width: 95%;
}
#comment, #holler_message {
  background: #eee;
  border: 3px solid #aaa;
  color: #333;
  font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
  font-size: 11px;
  padding: 3px 7px 3px 7px;
  width: 95%;
}
#author:focus, #email:focus, #url:focus, #comment:focus {
  background: #fff;
  border: 3px solid #01a0f2;
}
#commentform #submit, #commentform #reset {
  background: #222;
  color: #eee;
  cursor: pointer;
  font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
  font-size: 80%;
  padding: 6px 14px 6px 14px;
  text-transform: uppercase;
}
#commentform #submit:hover, #commentform #reset:hover {
  background: #000;
  color: #eee;
}
#commentform #submit:active, #commentform #reset:active {
  background: #01a0f2;
  color: #fff;
}

/*------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------- FIN Style COMENTAIRES POSTER ------------------------------------------------ */
/*------------------------------------------------------------------------------------------------------------------*/

/* 	
	[------------------------------] 
	[:::: ::::[ Notation ]:::: ::::]
	[------------------------------]
*/

.star-rating{list-style:none;width:200px;height:20px;position:relative;background:url("images/star_ratingbgb.gif") top left repeat-x;margin:0;padding:0;cursor:pointer;}
.star-rating li{float:left;margin:0;padding:0}
.star-rating li a{display:block;width:20px;height:20px;text-decoration:none;text-indent:-9000px;z-index:20;position:absolute;padding:0}
.star-rating li a:hover{background:url("images/star_ratingbgb.gif") left bottom;z-index:1;left:0}
.star-rating a.one-star{left:0; width:20px}
.star-rating a.one-star:hover{width:20px}
.star-rating a.two-stars{left:20px}
.star-rating a.two-stars:hover{width:40px}
.star-rating a.three-stars:hover{width:60px}
.star-rating a.three-stars{left:40px}
.star-rating a.four-stars{left:60px}
.star-rating a.four-stars:hover{width:80px}
.star-rating a.five-stars{left:80px}
.star-rating a.five-stars:hover{width:100px}
.star-rating a.six-stars{left:100px}
.star-rating a.six-stars:hover{width:120px}
.star-rating a.seven-stars{left:120px}
.star-rating a.seven-stars:hover{width:140px}
.star-rating a.eight-stars{left:140px}
.star-rating a.eight-stars:hover{width:160px}
.star-rating a.nine-stars{left:160px}
.star-rating a.nine-stars:hover{width:180px}
.star-rating a.ten-stars{left:180px}
.star-rating a.ten-stars:hover{width:200px}


/* 	
	[------------------------------] 
	[:::: ::::[ Shoutbox ]:::: ::::]
	[------------------------------]
*/

#shtpseudo {
border: 2px solid #ccc; height:19px; width:100px; font-weight: bold; font-size:10px;
}

#shtmess {
border: 2px solid #ccc; height:20px; width:160px; font-weight: bold; font-size:10px; margin-top:5px;
}

#shout_ov {
overflow: auto; 
width: 150px; 
height: 200px; 
background-color: #90abce; 
border: 2px solid #ccc; 
margin-top:3px; 
margin-left:10px;
padding:3px;
}
#shout_ov b {
color:#21579d;
}
#shout_in input {
border: 2px solid #ccc; 
background-color: #90abce; 
color:#FFFFFF;
}

/* 	
	[------------------------------] 
	[:::: ::::[ Style Image ]:::: ::::]
	[------------------------------]
*/
.imgGalerie				{ margin:3px 0 5px 0; border:1px solid #AAA; padding:4px }
.imgGalerie:hover		{ margin:3px 0 5px 0; border:2px solid #5FCAFF; padding:3px;  }

.top {
	width: 24px;
	height: 28px;
	border: none;
	background-image:url("images/simplexp/top.gif");
}


.menuw {
	color:#FFFFFF;
	font-size: 10px;
}

#navigation a {
text-decoration: none;
font-size: 10px;
}
#navigation a:hover{
text-decoration: none;
}