body {
	background-color: #FFFFFF;
	color: #6F7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
p {
	margin: 5px 0 10px;
}

	#global {
		display: block;
		width: 951px;
		height: auto;
		margin: 20px auto 0 auto;
	}
		
		/* Header
		---------------------------------------- */
		#header {
			display: block;
			width: 100%;
			margin-bottom: 15px;
		}
			#header .right {
				float: right;
			}
				#header .right img {
					margin-left: 10px;
				}
		
		/* Menu
		---------------------------------------- */
		#menu {
			display: block;
			width: 100%;
			height: 55px;
			margin-bottom:15px;
			background: #CCCFC8 url('../images/core/bg_menu.png') repeat-x left center;
			border-top: 2px dashed #BEC0BB;
			border-bottom: 2px dashed #BEC0BB;
		}
			#menu li {
				float: left;
			}
				#menu li a {
					display: block;
					height: 55px;
					background-color: transparent;
					background-repeat: no-repeat;
					background-position: left center;
				}
					#menu li a span {
						position: absolute;
						left: -5000px;
						top: -2500px;
					}
		
		
		/* Main area
		---------------------------------------- */
		#main {
			display: block;
			width: 100%;
		}
			
			/* Sidebar
			---------------------------------------- */
			#sidebar {
				display: block;
				width: 325px;
				height: auto;
				margin: 0 25px 0 0;
				float: left;
			}
				#sidebar .buttons {
					border-bottom: 1px dashed #BEC0BB;
				}
					#sidebar .buttons p {
						margin: 0 0 10px;
					}
				#sidebar .videos {
					margin-top: 10px;
				}
			
			/* Content
			---------------------------------------- */
			#content {
				display: block;
				width: 600px;
				height: auto;
				float: right;
			}
			#content.noside {
				width: 100%;
				float: none;
			}
				#content a {
					color: #AEDA00;
				}
			
			/* Push
			---------------------------------------- */
			#push {
				display: block;
				width: 100%;
				padding: 15px 0 10px;
				margin: 15px 0 0 0;
				border-top: 1px dashed #BEC0BB;
				border-bottom: 1px dashed #BEC0BB;
			}
				#push .actions {
					float: left;
				}
					#push .actions img {
						float: left;
						padding: 0;
						margin: 10px 0 0 0;
					}
					#push .actions img.first {
						clear: both;
					}
				#push .patronage {
					float: right;
					width: 160px;
					font-size: 15px;
					text-align: center;
					padding-left: 10px;
					border-left: 1px dashed #BEC0BB;
				}
				#push .patronage p img {
					margin: 0 0 10px 0;
				}
			
			/* Footer
			---------------------------------------- */
			#footer {
				background: #e0e3dd;
				text-align: center;
				padding: 15px 0;
				margin-top: 10px;
				font-size: 12px;
			}
				#footer a {
					color: #6F7272;
					text-decoration: none;
				}


.withpic {
	float: left;
	width: 780px;
}
.article {
	border-bottom: 1px dashed #BEC0BB;
	overflow: auto;
	padding: 10px 0;
	text-align: justify;
}
.noborder {
	border: 0;
}
div.content img {
	margin: 10px;
}
h2.title {
	color: #799e00;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
h3.title {
	color: #3d3f39;
	font-size: 14px;
	margin: 0 0 10px;
}
p.header {
	font-size: 16px;
	margin-bottom: 10px;
}
p.green_header {
	font-size: 16px;
	margin-bottom: 10px;
	color: #ADD802;
}
p.picture {
	float: left;
	padding-top: 10px;
	width: 150px;
	text-align: center;
}
p.link a {
	color: #afd900;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}

p.beforelist {
	margin-bottom: 0;
}

hr.clear {
	clear: both;
	border: 0;
	color: #fff;
	background: #fff;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	margin: 0;
}

/* Images styles
---------------------------------------- */
div#content .img_align_left {
	float:left;
	margin: 0 10px 5px 0;
}


/* List styles
---------------------------------------- */

#content ol {
	margin: -10px 0 10px 0;
	padding: 0 0 0 15px;
}
	#content ol li {
		list-style-type: decimal;
		margin: 0 0 0 15px;
	}
		#content ol li ol {
			margin: 0 0 10px 0;
		}
	
#content ul {
	margin: -10px 0 10px 0;
	padding: 0 0 0 15px;
}
	#content ul li {
		list-style-type: disc;
		margin: 0 0 0 15px;
	}
		#content ul li ul {
			margin: 0 0 10px 0;
		}

ul.blue_list {
	margin: -10px 0 10px 0;
	padding: 0 0 0 15px;
}
	ul.blue_list li {
		list-style-type: disc;
		color: #559EAC;
	}
	
ul.grey_list {
	width: 936px;
	margin: 0;
	padding: 10px 0 10px 15px;
	background-color: #EEEFED;
	color: #7D8275;
}
	ul.grey_list li {
		list-style-type: disc;
		margin: 0 0 0 30px;
	}
	
ul.picto_list {
	width: 936px;
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #EEEFED url('../images/content/bg_list_icons.png') no-repeat right center;
	color: #7D8275;
}
	ul.picto_list li {
		list-style-type: disc;
		margin: 0 0 0 30px;
	}
	
/* Text Bloc Styles
---------------------------------------- */
.bg_gray {
	background-color: #EEEFED;
	padding: 10px;
}
	
	
/* FCK Styles */
body .texte_rouge { color: #AF043D; }
body .texte_vert { color: #AFD900; }
body .texte_bleu { color: #55B5DA; }
body .background_rouge, body .background_vert, body .background_bleu { color: #ffffff; font-size: 18px; font-weight: normal; text-transform: uppercase; display: block; padding: 10px 13px; margin: 10px 0; }
body .background_rouge { background: #AF043D; }
body .background_vert { background: #AFD900; }
body .background_bleu { background: #55B5DA; }

