body {
	background-color: #676767;
	margin: auto;
	min-width: 1200px;
}

#search_bar {
	background-color: #000000;
	height: 30px;
	border-bottom: 2px solid #FFFFFF;
	color: #CCCCCC;
	font-weight: bold;
	padding-top: 5px;
}

#search_bar #links {
	float: left;
	margin-left: 20px;
}

#search_bar #search {
	float: right;
	margin-right: 20px;
}

#header {
	margin-top: 20px;
	margin-bottom: 40px;
}

#header #logo {
	float: left;
	margin-left: 50px;
    background-image: url('/images/logo.png');
    width: 121px;
    height: 120px;
    background-repeat: no-repeat;
	z-index: 10;
}

#header #logo #eye {
    background-image: url('/images/eye.png');
    width: 35px;
    height: 35px;
    position: relative;
    top: 62px;
    left: 62px;
	z-index:1;
}

#header #title {
	padding-left: 30px;
}

#header #title img{
	margin-top: 60px;
	border: none;
}

#header #pub {
	float: right;
	width: 728px;
	height: 90px;
	margin-top: 40px;
	margin-right: 80px;
}


#menu {
	float: left;
	margin-left: 20px;
}

#menu #top {
	background-image: url('/images/menu_top.png');
	height:91px;
	width: 235px;
}

#menu #middle {
	background-color: #FFFFFF;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	width: 228px;
	margin-left: 1px;
}

#menu #middle ul {
	margin: 0;
	padding: 0;
	border-top: 2px dashed #CCCCCC;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
}


#menu #middle li {
	color: #676767;
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

#menu #middle a {
	color: #676767;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#menu #middle li:hover{
	color: #000;
}

#menu #middle a:hover{
	color: #000;
}

#menu #bottom {
	background-image: url('/images/menu_bottom.png');
	height: 17px;
	width: 235px;
}

#content {
	float: right;
	background-color: #FFFFFF;
	border: 4px solid #000;
	border-radius: 10px 0px 10px 0px;
	width: 70%;
	margin-right: 60px;
	margin-top: 55px;
	margin-bottom: 30px;
	min-width: 800px;
}

#content #head {
	margin-top: -59px;
	margin-left: 50px;
}

.article {
        background-image: url(/images/ciseaux.jpg);
        background-repeat: no-repeat;
        background-position: 5px -5px;
        padding-left: 10px;
        border: 1px dashed #000;
	margin-top: 25px;
        height: 200px;
        display: block;
        margin-bottom: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 35px;
        margin-right: 5px;
}

.article .image{
	float: left;
	background-repeat: no-repeat;
	width: 300px;
	height: 200px;
	border-radius:10px;
	border: 1px solid #000;
}

.article .image .title{
	padding-top: 25px;
	padding-bottom: 15px;
	background-color: #000;
	opacity: 0.7;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	border-radius:10px 10px 0px 0px;
	color: #FFF;
}

.article a{
        text-decoration: none;
}

.article .image .title:hover {
	background-color: #FFF;
	color: #000;
}

.article .content .text {
	float: left;
	text-align: justify;
	font-style: italic;
	font-size: 16px;
	width: 50%;
	margin-right: 30px;
	margin-left: 30px;
}

.article .content .links {
	float: right;
}

.article .links .facebook {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-image: url('/images/facebook.png');
}

.article .links .facebook:hover {
	background-image: url('/images/facebook_hover.png');
}

#single {
    text-align: center;
}

#single #title {
    font-weight: bold;
    font-size: 15px;
    margin: 15px;
}

#single #share input{
    width: 300px;
    border: 1px dashed black;
}

#single #comments {
    padding: 20px;
}

#pager {
	text-align: center;
	padding: 10px;
	font-size: 20px;
}

#pager a {
	color: #676767;
	padding-left: 10px;
	font-size: 25px;
}

