body {
	background: #2c4b82 repeat center;
	font-size: 13px;
	color: #EBE6E3;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #abbacc;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 24px;
	margin: 0;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 120%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #8ecddf;
}


/* container */

#container {
	width: 850px;
	height: 945px;
	position: relative;
	background: transparent url(images/background2.png) no-repeat center top;
	margin-right: auto;
	margin-left: auto;
}
/* Header */

#header {
	width: 760px;
	height: 217px;
	background: transparent no-repeat center top;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

#header h1, #header p {
	margin: 0;
	color: #abbacc;
}

#header h1 {
	font-size: 30px;
}


#header h1 {
	padding-top: 100px;
}

#header a {
	color: #abbacc;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	position: relative;
	background: transparent no-repeat center top;
}

/* Content */

#content {
	width: 465px;
	margin-top: 47px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px none silver;
	padding: 5px 5px 5px 10px;
	overflow: auto;
	float: right;
	height: 636px;
}

.post {
	padding: 0 8px 29px;
	border-bottom: 1px dotted silver;
}

#bloc-prog{
	background-color: transparent;
	padding: 5px;
}

.title {
	border-bottom-width: 2px;
	border-bottom-color: #efa02b;
}

.byline {
	margin: 0;
	color: #455252;
	border-bottom-color: #efa02b;
	font-weight: bold;
	font-style: italic;
}

#picture {
	float:left;
	width: 200px;
	padding-right: 10px;
}
#picture2 {
	float: right;
	width: 300px;
	padding-right: 1px;
	padding-left: 10px;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
		/*background: url(images/img03.gif) no-repeat left center;*/
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	background-color: transparent;
	height: 30px;
	margin-top: 31px;
	margin-left: 20px;
}

#sidebar ul {
	list-style: none;
	font-size: 15px;
	line-height: 16px;
	padding: 0;
	background-color: transparent;
}

#sidebar li {
	background-color: transparent;
}

#sidebar li ul {
	padding: 15px 5px;
	background-color: transparent;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 5pt dotted #c7ed1f;
}


#sidebar h2 {
	border-bottom: 2px none #000;
	padding-bottom: 3px;
}

#sidebar a {
	text-decoration: none;
	background-color: transparent;
}

#sidebar a:hover {
	background-color: #5190b4;
}
/*Diaporama*/
#sidebar .blocdia {
	background-color: transparent;
	width: 224px;
	height: 175px;
	border-width: 0;
}

/*Styles*/
.Style1 {color: #FFFFFF;
	font-size: 10pt;
}
.Style2 {
	color: #fff;
	font-size: 15px;
}
.Style3 {color: #fff;
	font-size: 18pt;
}
.Style4 {color: #abbacc;
	font-size: 22pt;
	font-weight: bold;
	line-height: 115%;
}
.Style5 {color: #fff;
	font-size: 15pt;
}
.Style9 {
	font-size: 13px;
	color: #fff;
}
.Style10 {
	font-size: 11px;
	color: #fff;
}
.Style11 {
	font-size: 13px;
	color: #abbacc;
}
.Style12 {
	font-size: 13px;
	color: #8ecddf;
}
.Style15 {color: #abbacc;
	font-size: 15pt;
	line-height: 30px;
}
.Style18 {font-size: 16px; color: #abbacc; }
.Style19 {color: #abbacc}
.Style20 {font-size: 16px}
.Style21 {
	font-size: 12pt;
	color: #abbacc;
	font-weight: bold;
}
.Style22 {color: #abbacc;
	font-style: italic;
}

/* Footer */

#footer {
	clear: both;
	width: 740px;
	background: transparent repeat-x;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	font-size: 7pt;
	color: #abbacc;
	margin-top: -3px;
}
#footer a {
	font-weight: bold;
	color: #abbacc;
	border-top-color: #b0b0b0;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: bold;
	color: #5190b4;
	text-decoration: underline;
}



