@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */

body {
	background-image: url("img/bg.jpg");
	margin: 0px;
	font-family: Arial;
	color: #161616;
	font-size: 12px;
}

#ban {
	margin: auto;
	width: 1020px;
	height: 151px;
}

#navi {
	background-image: url("img/navi.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 38px;
	margin-top: -7px;
	padding-top: 7px;
}

#navi_content {
	margin: auto;
	width: 942px;
}

#navi_content table {
	width: 940px;
	height: 30px;
	margin-left: 5px;
	border-collapse: collapse;
	margin-top: -1px;
}

#body {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 30px;
	width: 942px;
}

#content_top {
	width: 677px;
	height: 39px;
	background-image: url("img/content_top.jpg");
	padding: 17px 10px 0px 15px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}

#content {
	width: 698px;
	min-height: 60px;
	background-image: url("img/content_bg.jpg");
	background-repeat: repeat-y;
	padding: 2px 2px 15px 2px;
}

#content .stitre {
	background-image: url("img/content_h2.jpg");
	margin: 0px;
	height: 20px;
	font-size: 13px;
	color: #d9d9d9;
	padding: 1px 0px 0px 12px;
}

#content .stitre a {
	color: #d9d9d9;
}

#content .separation {
	background-image: url("img/content_separation.jpg");
	height: 9px;
	padding: 1px 0px 0px 12px;
	margin-top: 25px;
	margin-bottom: 10px;
}

#content p {
	margin: 15px 20px 8px 15px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #333;
}

#content .excerpt {
	margin: 15px 20px 20px 15px;
}

#content .bText {
	margin: 15px 0px 25px 0px;
}

#content ul {
	margin-left: 25px;
}

#content h3 {
	font-size: 14px;
	margin: 5px 20px 10px 15px;
}

#content h4 {
	margin: 15px 10px 25px 10px;
	font-size: 13px;
}

#content .bComment {
	background-color: #e6e6e6;
	margin: 5px 42px 9px 42px;
	padding: 13px 10px 13px 13px;
	border: none;
}

#content .form_textarea_input {
	width: 500px;
	font-size: 11px;
	height: 250px;
}

#content .bCommentTitle {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}

#content .bCommentSmallPrint {
	font-size: 13px;
}

#content .feedback_feed_msg {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content fieldset {
	border: none !important;
}

#content form {
	margin: 5px 13px 9px 13px !important;
}

#content input, #u, #i, #o, #p {
	margin: 5px !important;
	padding: 3px !important;
	background-image: url("img/input_bg.png") !important;
	border: none;
}

#content label {
	font-weight: bold
}

#content textarea {
	width: 350px;
}

#content .partager {
	margin: 5px 10px 5px 20px;
}

#content_bottom {
	width: 702px;
	height: 2px;
	background-image: url("img/content_bottom.jpg");
	margin-bottom: 20px;
}

#sidebar {
	width: 240px;
	margin-left: 19px;
	width: 222px;
}

#sidebar p {
	margin: 15px 15px 5px 15px;
}

#sidebar ul {
	margin: 20px 10px 5px 10px;
}


#apropos {
	background-image: url("img/navi_apropos.jpg");
	background-repeat: no-repeat;
	min-height: 100px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#apropos h2 {
	text-align: center;
	text-decoration: underline;
	margin-right: 5px;
	padding-bottom: 5px;
}

#categ {
	background-image: url("img/navi_categ.jpg");
	background-repeat: no-repeat;
	min-height: 100px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#recherche {
	background-image: url("img/navi_recherche.jpg");
	background-repeat: no-repeat;
	min-height: 100px;
	padding-top: 30px;
	padding-bottom: 25px;
}

#recherche .SearchField {
	background-image: url("img/recherche.jpg");
	width: 171px;
	height: 30px;
	border: none;
	padding: 1px 10px 0px 5px;
	margin-top: 5px;
}

#recherche .submit {
	background-image: url("img/recherche_bouton.jpg");
	border: none;
	width: 83px;
	height: 25px;
	margin-left: 69px;
	padding-bottom: 7px;
}

#recherche .search_options {
	margin: 15px 20px 10px 30px;
}

#calendrier {
	background-image: url("img/navi_calendrier.jpg");
	background-repeat: no-repeat;
	min-height: 100px;
	padding-top: 30px;
	padding-bottom: 15px;
}

#calendrier caption {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 1000;
}

#calendrier .bCalendarHeaderCell {
	font-size: 12px;
	color: #f5f5f5;
	font-weight: bold;
}

#calendrier #bCalendarToday {
	border: none;
	background-color: transparent;
	background-image: url("img/bCalendarToday.jpg");
}

#calendrier td {
	width: 28px;
	height: 22px;
	font-size: 11px;
	font-weight: 500;
	padding: 0px;
}

#calendrier .bCalendarCell {
	color: #595959;
}

#calendrier .bCalendarLinkPost {
	font-weight: bold;
}

#calendrier #prev, #calendrier #next {
	font-size: 17px;
	font-weight: bold;
}

#sphere {
	background-image: url("img/navi_sphere.jpg");
	background-repeat: no-repeat;
	min-height: 100px;
	padding-top: 30px;
	padding-bottom: 15px;
}

#sphere p {
	margin: 20px 10px 0px 51px;
}

#sphere ul {
	margin-top: 15px;
}

#pied {
	background-image: url("img/bas.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 284px;
	color: #d9d9d9;
	padding-top: 20px;
}

#pied a {
	color: #d9d9d9;
}

#pied .tableBottom {
	width: 940px;
	border-collapse: collapse;
	margin: auto;
}

#pied .colonneBottom {
	background-image: url("img/bottom_separation.png");
	background-repeat: no-repeat;
}

#pied #tweet p {
	margin: 18px 18px 18px 26px;
}

#pied #bulle {
	width: 131px;
	height: 30px;
	background-image: url("img/bulle.png");
	text-align: center;
	padding: 12px 0px 0px 8px;
	font-size: 14px;
	color: #161616;
}

#doigtdpied {
	margin: auto;
	width: 1020px;
	height: 20px;
	text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
	text-align: center;
	margin-bottom: 20px;
	font-size: 23px;
}

ul {
	list-style-image: url("img/puce.png");
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #161616;
}

a:hover {
	text-decoration: underline;
}

.centre {
	text-align: center;
}

.blocCentre {
	margin: auto;
}

.pBottom {
	margin: 18px 18px 18px 21px;
}

.bSmallPrint {
	margin: 4px 10px 8px 10px;
}

.paraNavi {
	margin: 12px 10px 5px 10px;
}









