@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	background-attachment: fixed;
	background-color: #F8F8F8;
	background-repeat: repeat;
	background-image: url(images/bg_grey.jpg);
	margin: 0px;
	padding: 0px;
}

#mainframe {
	top: auto;
	margin: auto;
	padding: 0px;
	width: 960px;
	height: auto;
	float: none;
}
	
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: auto;
	width: 950px;
	margin: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#social {
	float: right;
}

#social p {
	color: #000;
	font-variant: small-caps;
}

#social p a {
	/* Already working on webkit */
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	/* When being supported by FF */
	-moz-transition-property: opacity;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	/* â€¦ and if it's standardised one day */
	transition-property: opacity;
	transition-duration: .3s;
	color: #000;	
	text-decoration: none;

}

#social p a:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	-khtml-opacity: 0.4;
	/* Already working on webkit */
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	/* When being supported by FF */
	-moz-transition-property: opacity;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	/* â€¦ and if it's standardised one day */
	transition-property: opacity;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	color: #777;
	text-decoration: none;

}

#menu {
	color: #A8201E;
	height: auto;
	width: 960px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	word-spacing: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #3C3C3C;
	text-align: right;
}

#mainframe #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	word-spacing: 25px;
	font-variant: small-caps;
    color: #000;
	/* Already working on webkit */
	-webkit-transition-property: color;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in;
	/* When being supported by FF */
	-moz-transition-property: color;
	-moz-transition-duration: .5s;
	-moz-transition-timing-function: ease-in,ease-in;
	/* â€¦ and if it's standardised one day */
	transition-property: color;
	transition-duration: .5s;
	transition-timing-function: ease-in;
}

#mainframe #menu a:hover {
	font-size: 16px;
	color: #A8201E;
	text-decoration: none;
	font-variant: small-caps;
}

#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A8201E;
	text-align: left;
	display: inline;
	font-variant: normal;
	font-variant: small-caps;
}

#menu li:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	display: inline;
	font-variant: normal;
	font-variant: small-caps;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: auto;
	height: auto;
	width: 960px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	padding-top: 15px;
}

#left_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	height: auto;
	width: 600px;
	display: block;
}

#left_content_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	height: auto;
	width: 625px;
	display: block;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3C3C3C;
	padding-top: 15px;
	padding-bottom: 15px;
}

#left_content_small p {
	line-height: 20px;
}


#left_content_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	font-variant: small-caps;
	border: none;
}

#left_content_notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	font-weight: bold;
	font-variant: small-caps;
}

#right_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111;
	float: right;
	height: auto;
	width: 285px;
}

#right_content_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	height: auto;
	width: 300px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3C3C3C;

}

#right_content_small p {
	line-height: 20px;
}

#large_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111;
	float: left;
	height: auto;
	width: 960px;
	display: block;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3C3C3C;

}

#large_content p {
	line-height: 20px;
}

#footer {
	color: #000;
	text-align: left;
	height: auto;
	width: auto;
	vertical-align: bottom;
	background-repeat: repeat;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	font-variant: small-caps;
	margin-bottom: 5px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #3C3C3C;
}

#footer a {
	color: #000;
	text-align: left;
	height: auto;
	text-decoration: none;
	/* Already working on webkit */
	-webkit-transition-property: color;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in;
	/* When being supported by FF */
	-moz-transition-property: color;
	-moz-transition-duration: .5s;
	-moz-transition-timing-function: ease-in,ease-in;
	/* â€¦ and if it's standardised one day */
	transition-property: color;
	transition-duration: .5s;
	transition-timing-function: ease-in;
}

#footer a:hover{
	color: #A8201E;
	text-align: left;
	height: auto;
	text-decoration: none;
}


#mainframe #content p {
	text-align: justify;
}

#mainframe #content #left_content a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#mainframe #content #left_content a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}


#mainframe #content #right_content a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#mainframe #content #right_content a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#mainframe #content #large_content a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#mainframe #content #large_content a:hover {
	color: #000;
    text-decoration: underline;
	font-weight: bold;

}

#mainframe #content #left_content p a img {
	text-align: center;
	vertical-align: middle;
	margin: 3px;
}

#mainframe #content #top {
	font-variant: small-caps;
	padding: 3px;
	text-align: right;
}

#mainframe #content  h1 {
	color: #3C3C3C;

}

#mainframe #content h3 {
	color: #3C3C3C;
	padding-left: 10px;
    border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #3C3C3C;
	text-align: right;

}

#mainframe #content #right_content p a img {
	text-align: center;
	vertical-align: middle;
	margin: 3px;
}

#mainframe #content #left_content table tr td {
	padding: 5px;
}
	
/*  Classes */

.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	font-weight: bold;
	font-variant: small-caps;
	list-style-type: none;
}

.img_follow {
	padding: 5px;
}


.footer_blog {
	font-variant: small-caps;
}

.post {
	text-align: left;
	padding-left: 5px;
}

.post img{
	background-color: #FFF;
	text-align: left;
	border-radius: 3px 3px 3px 3px;

}

.pagination {
	text-align: center;
}

.chiffres {	
   font-size: 12px;
}

.img_txt_gauche {
	float: right;
	padding-left: 10px;
}

.img_txt_droite {
	padding-right: 10px;
	float: left;
}

.img_index {
	border: 10px solid #3C3C3C;
}

