* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	background-color:#ffdf91;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url('/static/images/background.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
}

#adsense1 {
	height:600px;
	width:160px;
	position:absolute;
	/*background-image:url('/static/images/bgadsense.png');*/

	background-color: #FFD46F;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	top:15px;
	right:-180px;
	
	padding:10px;
}

#adsense1 * {
	border:0;
}

h1 {
	font-size:23px;
	font-weight:normal;
	margin:5px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin:5px;
	margin-left:5px;
	line-height: 1.25em;
}

p {
	margin:10px;
}

a {
	color:#5F0606;
	text-decoration:none;
}

#blogCat a {
    color:#000;
    letter-spacing:-0.015em;
}

h1 a {
    color:#000;
}

a:hover {
	color:darkred;
	text-decoration:underline;
}


img {
	border:1px solid #666;
}

img.noborder {
	border:0;
}

#siteSpacing {
    padding-bottom:50px;
}

#siteWrap {
	width:750px;
	margin-left:-450px;
	position:relative;
	top:0px;
	left:50%;
	padding:10px;
	border:1px solid #FFD46F;
	border-top:0;
	background-color:#ffdf91;
}

#siteHeader {
	position:absolute;
	top:35px;
	right:0px;
	width:750px;
	text-align:center;
	z-index:12;
}

    #siteHeader ul {
        list-style:none;
        font-size:24px;
    }
    
    #siteHeader li {
    	display:block;
    }
    
    #head-link-1 {
		position:absolute;
		top:0;
		left:20px;	
	}
	
	#head-link-2 {
		position:absolute;
		top:0;
		left:330px;	
	}
	
	#head-link-3 {
		position:absolute;
		top:0;
		left:475px;	
	}

	#head-link-4 {
		position:absolute;
		top:0;
		left:550px;	
	}
    
    #siteHeader a {
        color:#000;
        text-decoration:none;
        margin:5px;
        font-variant:normal;
    }
    
    #siteHeader a:hover {
        color:#4F1605;
        border-bottom:3px solid #4F1605;
        border-top:3px solid #4F1605;
    }
    
    #siteHeader a.current {
        color:#4F1605;
        border-top:3px solid #4F1605;
    }

#siteBody {
    padding-top:300px;
    background-image:url('/static/images/new_banniere.jpg');
	background-repeat:no-repeat;
	overflow:auto;
}

	#siteMarge, .blogComment {
     	background-image:url('/static/images/marge.png');
     	border:1px solid #f2c969;
	    padding:5px;
	    margin-top:8px;
	    font-size:12px;
	    position:relative;
	}
	
	.blogComment
	{
	    margin-left:10px;
	    margin-right:10px;
		text-align: left;
	}
	
	#siteMarge {
	    float:left;
	    width:188px;
		text-align: left;
	}
	
	#siteMarge p, .blogComment p {
	    margin:5px;
	}
	
	#siteText {
	    padding-left:210px;
	    text-align:justify;
	}

#copyright {
    width:750px;
	margin-left:-450px;
	position:relative;
	left:50%;
	text-align:center;
	font-size:11px;
	padding-top:20px;
	clear:both;
}

#copyright img {
    border:0;
    margin:1px;
}

.blog-infos {
	font-size:0.8em;
	color:#3B362B;
}

.blog-hr {
	height:1px;
	background-color:#EFC468;
	line-height:0px;
	font-size:0px;
	padding:0;
}

input, textarea {
	border: 1px solid #A0A0A0;
}

#headNews {
	float:right;
	width:455px;
	font-size:11px;
	text-align:justify;
	margin: 8px 5px 10px 5px;
	padding:5px;
	padding-left:67px;
	padding-right:10px;
	background-image:url(/static/images/marge.png);
	border:1px solid #F2C969;
	position:relative;
}

#headNews img {
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-21px;
    background:#FFDF92;
	border:1px solid #F2C969;
	padding:5px;
}

#pubfirefox {
	position:absolute;
	right:0px;
	top:75px;
}