.container {
	width: 1280px;
	background-image: url(../images/fond_cercle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1280px auto;
}

.content {
	padding-top: 20px;
	padding-right: 52px;
	padding-left: 50px;
	padding-bottom: 20px;
}
section[role=heading] {
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
section[role=heading] h1 {
	font-size: 26px;
	color: rgba(12,115,182,1.00);
	font-weight: normal;
	padding: 0;
}
section[role=heading] h2 {
	font-size: 28px;
	color: rgba(56,167,219,1.00);
	font-weight: bold;
}
section[role=heading] p {
	font-size:16px;
	color:#666;
}
section[role=heading] img{
	float:right;
	margin:0 0 10px 30px;
}
section[role=main] h1 {
	font-size:19px;
}
section[role=main] h1 em {
	font-size:13px;
}
section[role=main] {
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
section[role=main] article {
	width:200px;
	float:left;
	margin:20px 78px 10px 0;
}
section[role=main] ul {
	/* [disabled]padding-top: 20px; */
	padding-right: 0;
	/* [disabled]padding-bottom: 10px; */
	
}
section[role=main] table {
	color:#666;
	width:80%;
	float:right;
	margin: 30px 0 0 0;
}
section[role=main] table col {
	width:18%
}
section[role=main] table col.entete {
	width:28%
}
section[role=main] table thead th,
section[role=main] table tbody th {
	font-weight:bold;
	font-size:12px;
}
section[role=main] table tbody td {
	font-size:10px;
}
section[role=main] form {
	width:80%;
	float:right;
}
.rs {
	top: 158px;
	background-attachment: scroll;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-left: 203px;
}
.rs li {
	margin-bottom: 4px;
	list-style-type: none;
	-webkit-transition: border-left-width 0.4s linear 0s;
	-moz-transition: border-left-width 0.4s linear 0s;
	-ms-transition: border-left-width 0.4s linear 0s;
	-o-transition: border-left-width 0.4s linear 0s;
	transition: border-left-width 0.4s linear 0s;
}
.rs li:hover, .rs li:focus, .rs li:active {
    border-left-width: 16px;
}
.cellulemenu        {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/btn_base.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-right: thin solid #FFFFFF;
}
.cellulemenu a {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	
}
