/* Feuille de style par Andersen. Inspiré du thème colorzstd de Stéphane Sulikowski
 *
 * Les éléments graphiques et le design du site (et donc cette feuille de styles CSS
 * et les images) restent la propriété exclusive de leurs auteurs
 * respectifs conformément aux droits d'auteur. Toute réutilisation
 * devra faire l'objet d'une demande préalable
 * (email:andersen1@gmail.com).
 * Il est de plus dans votre intêret d'avoir un site au design original,
 * pour qu'il ait sa propre identité visuelle, plutôt qu'un design
 * plagié...
 */
 
body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a:link {
	text-decoration: none;
	color: #4D586A;
}

a:visited {
	text-decoration: none;
	color: #4475ce;
}

a:hover {
	text-decoration: none;
	color: #192435;
}

acronym {
	color: #192435;
	border-bottom: 1px dotted #192435;
}

label {
	cursor: pointer;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #999;
	background : transparent;
	font-size: 9px;
}

#swhead {
	position:absolute;
	left: 50%;
	margin-left: -390px;
	top: 0px;
	width: 774px;
	height: 50px;
	background: #617DAB url(swhead.png);
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

#menugeneral {
	position:absolute;
	width:774px;
	left:50%;
	margin-left:-390px;
	top: 3px;
	clear:both;
	font-size:10px;
	height:20px;
	background:none;
	vertical-align:middle;
	z-index: 2;
}

#menugeneral ul {
	margin:0;
	padding:0 0 0 3px;
}

#menugeneral ul li {
	display:inline;
	margin:0;
	padding:0;
}

#menugeneral a {
	display:block;
	float:left;
	border-right:3px solid #627596;
	border-bottom: 0px;
	text-decoration:none;
	font-weight:bold;
	height:16px;
	color:#fff;
	padding:7px 5px 0 5px;
	background: #2E4873;
}

#menugeneral a:hover {
	color:#16253E;
	background:#fff;
	border-bottom: 0px;
}

#menugeneral li.current a {
	color:#16253E;
	background:#fff;	
}

#swbandeau{
	position:absolute;
	left: 50%;
	margin-left: -390px;
	top: 26px;
	width: 774px;
	height: 100px;
	background: #FFFFFF url(bandeau.png);
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
}


#swbandeau h1, #swbandeau h1 a:link, #swbandeau h1 a:visited, #swbandeau h1 a:hover {
	font-size: 18px;
	color: #fff;
	width: 440px;
	margin: 3px 0 0 2px;
	text-decoration: none;
	border-bottom: 0;
	line-height: 22px;
}

#swcontenu{
	position:absolute;
	left: 50%;
	margin-left: -390px;
	top: 126px;
	width: 774px;
	background: url(fond.gif) #fff;
	padding: 0;
	border: 3px solid #fff;
}

.swcorps{
	text-align: justify;
	width: 564px;
	background: #fff;
	border: 1px solid #6B89BA;
	float: left;
	margin-left: 7px;
	padding: 20px 2px 0 2px;
	clear:right
}

.swcorps:hover{
	border: 1px solid #3E5882;
}

.swcorps h2 {
	background: url(puce.gif) no-repeat;
	margin: 0 0 -15px 0;
	padding: 0 0 0 18px;
	font-size: 14px;
	color: #fc0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
}

.swcorps pre, .swcorps code, .code  {
	margin: 10px 0 30px 0;
	padding: 5px 5px 15px 5px;
	border: 1px solid #3E5882;
	border-left: 5px solid #3E5882;
	background: #dfdfdf url(code.gif) no-repeat bottom right;
	overflow: auto;
}

.swcorps li {
	list-style: none url(fleche.png);
	margin-bottom: 3px;
}

.swcorps blockquote {
	margin: 0 20px 0 20px;
	padding: 3px;
	border: 1px solid #3E5882;
	border-left: 5px solid #3E5882;
	background: #dfdfdf url(comment.gif) no-repeat bottom right;
}

.swcontextuel{
	width: 191px;
	clear: both;
	float: left;
	font-size: 10px;
	color: #333;
	padding: 3px;
}

.swcontextuel h1{
	width: 193px;
	font-size: 24px;
	color: #333;
	margin-top: 10px;
	text-align: center;
}

.swcontextuel h2{
	width: 193px;
	font-size: 14px;
	color: #2D3B50;
	margin-top: 0px;
	margin-left: -3px;
	padding: 2px;
	background: #6B7F9E;
}

.swcontextuel #calendar{
	margin-top: -3px;
	margin-bottom: 20px;
	text-align: center;
}

.swcontextuel #calendar h2 {
	display : none;
}

.swcontextuel #calendar a{
	text-decoration: none;
}

.swcontextuel #calendar table {
	font-size : 10px;
	margin : 0 auto;
	width: 180px;
}

.swcontextuel #calendar caption {
	font-size: 14px;
	color: #2E4873;
	font-weight: bold;
	padding: 15px 0 5px 0;
}

.swcontextuel #calendar abbr {
	border: 0;
}

.swcontextuel #calendar th{
	color: #fff;
	font-style: normal;
	background: #9EAEC7;
	border-bottom: 1px solid #90A1BB;
}

.swcontextuel #calendar td {
	color: #666;
	background: none;
	text-align: center;
}

.swcontextuel #calendar td a{
	font-weight : bold;
	display: block;
	color: #666;
	background: #FFF url(calend_plein.gif) no-repeat top right;
}

.swcontextuel #calendar td a:visited{
	color: #888;
	background: #FFF url(calend_plein.gif) no-repeat top right;
}

.swcontextuel #calendar td.active a{
	color: #6B89BA;
	background: #FFF url(calend_plein.gif) no-repeat top right;
	border: 1px solid #6B89BA;
}


.swcontextuel #search, .swcontextuel #selection, .swcontextuel #categories, .swcontextuel #archives, .swcontextuel #links, .swcontextuel #syndicate {
	margin-bottom: 20px;
}

.swcontextuel ul {
	list-style: none;
	margin: -11px 0 20px 0;
	padding: 0;
}

.swcontextuel li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.swcontextuel li a:link, .swcontextuel li a:visited {
	display: block;
	background: none;
	padding: 5px;
	border-bottom: 1px dotted #466089;
	color: #2E4873;
	text-decoration: none;
}

.swcontextuel li a:hover {
	display: block;
	background: #eef;
	padding: 5px;
	color: #000;
}


.swcontextuel a:link, .swcontextuel a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
}

.swcontextuel a:hover {
	text-decoration: none;
	color: #2B3E5D;
	border-bottom: 1px dotted #2B3E5D;
}

.day-date {
	margin-top: 0px;
	color: #aaa;
	border-bottom: 1px solid #aaa;
	text-align: right;
	clear: both;
}

.post-info {
	font-size: 9px;
	color: #aaa;
	padding: 3px 0 0 18px;
}

.post-content{
	padding: 0 0 0 18px;
	color: #333;
}

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 9px;
	color: #333;
	padding: 3px;
	margin: 15px 0 50px 18px;
	background: #fff url(fondpostinfo.png);
}

.post-info-co a:link, a:visited {
	color: #3E629C;
	text-decoration: none;
}

.post-info-co a:hover {
	color: #4D586A;
	text-decoration: none;
}


.post-info-cat{
	font-size: 9px;
	color: #333;
	background: url(cat.png) no-repeat;
	padding: 0 0 0 12px;
}

.post-info-comment{
	font-size: 9px;
	color: #333;
	background: url(enveloppe.png) no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;
}

.post-info-trackback{
	font-size: 9px;
	color: #333;
	background: url(link.png) no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;
}

h2.post-title {
	color: #3B5B79;
}

.swfooter{
	clear: both;
	width: 774px;
	background: #ddd;
	margin-top: 50px;
	border-top: 4px solid #fff;
	border-bottom: 1px dotted #3E5882;
	color: #666;
	font-size: 9px;
	text-align: center;
	padding: 5px 0 3px 0;
}

.swfooter a{
	text-decoration: none;
}

.swfooter img {
	border: 0;
}

.swfooter ul {
	margin:0;
	padding:0;
}

.swfooter ul li {
	display:inline;
	margin:0 20px 0 0;
	padding:0;
}

.swimages{
	border: 0px;
}

.smiley{
	vertical-align: middle;
}

.quote {
	margin: 10px 0 10px 0;
	border: 1px dotted #6696C7;
	background: #eef;
	padding: 5px;
	text-align: justify;
	font-size: 10px;
}

#comments, #trackbacks {
	padding: 0 0 0 18px;
}

#comments h3, #trackbacks h3 {
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
}

#comments fieldset {
	margin: 0 20px 0 20px;
	padding: 3px;
	border: 1px solid #6B89BA;
	background: #dfdfdf;
}

#comments fieldset:hover {
	border: 1px solid #3E5882;
}

#comment-form input, #comment-form textarea, #search input {
	border: 1px solid #768EBE;
	background-color: #C3D1EC;
	color: #081736;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	-moz-border-radius: 4px;
}

#comment-form input:hover, #comment-form textarea:hover {
	border: 1px solid #526EA5;
	background-color: #D4DDEF;
}

.bouton_recherche {
	border: 1px solid #6B7F9E;
	background-color: #C3D1EC;
	padding-left: 13px;
	background: url(loupe.png) no-repeat left;
	color: #081736;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	-moz-border-radius: 4px;
}