@charset "utf-8";

body {
	margin: 0;
	background-image: url(../../images/design/site_bg.png);
	font-family: Arial, Helvetica, sans-serif;
}
#center {
	width: 928px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#back-white
{
	width: 898px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#head {
	height: 120px;
	width: 898px;
}
#menu
{
	background-color : #0d4e86;
	background-image: url(../../images/design/menu_bg.gif);
	background-repeat: no-repeat;
	width: 898px;
	height: 39px;
}
#menu ul
{
	margin: 0px;
	padding-left: 25px;
	padding-top: 10px;
	font-size : 12pt;
	text-transform: uppercase;
}
#menu ul li
{
	display:block;
	margin : 0 12px 0 0;
	padding: 0 3px;
	float:left;
}

#menu ul li a
{
	color: white;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

#menu ul li a:hover
{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding-top:9px;
	padding-bottom:11px;
	padding-left: 3px;
	padding-right: 3px;
}

#menu .current
{
	background-color: #ffffff;
	padding-top:9px;
	padding-bottom:11px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	text-decoration: none;
}

#menu .current:hover
{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

.submenu {
	margin-top: 0;
	text-align: center;
	font-size: 10pt;
	height: 30px;
}
.submenu a
{
	color: black;
	text-decoration: none;
	padding: 3px;
}
.submenu a:hover
{
	color: black;
	text-decoration: none;
	background-color: #eeeeff;
	padding: 3px;
}
.submenu a.selected
{
	color:black;
	background-color: #eeeeff;
	text-decoration:none;
	padding: 3px;
}

.submenu a.selected:hover
{
	color: black;
	text-decoration: none;
	background-color: #eeeeff;
	padding: 3px;
}

.submenu ul
{
	padding-left: 0;
}

.submenu ul li
{
	display: inline;
	padding-left: 12px;
	margin-right: 8px;
	font-size: 13px;
	list-style: square inside none;
}

.submenu .pucecarre
{
	background: transparent url(../../images/design/puce_carre.png) no-repeat scroll left center
}

#publicite {
	width: 898px;
}
#publicite .title {
	background-color: #0d4e86;
	height: 33px;
	color: white;
}
#publicite .content {
	border-right: 1px solid #87888a;
	border-left: 1px solid #87888a;
	border-bottom: 1px solid #87888a;
	padding: 10px;
	text-align: center;
}
#publicite .content .item {
	margin: 0 16px 0 0;
	display: inline;
}

#panel {
	float: left;
	height: 342px;
	width: 512px;
	border: 1px solid #8c8b89;
	background-image: url(../../images/design/panel_bg.jpg);
	background-repeat: repeat-x;
}
#panel .content
{
	font-size: 9pt;
	color: #583131;
}
#panel .content p
{
	margin: 0;
}
#panel .content .intro
{
	margin: 33px 0 5px 0;
}

#bio {
	margin-left: 528px;
	height: 342px;
	width: 368px;
	background-color: #bedef7;
	border: 1px solid #87888a;
}
#actu {
	height: 411px;
	width: 370px;
	float: right;
	margin-top: 16px;
}
#actu .title {
	background-color: #0d4e86;
	height: 33px;
	color: white;
}
#actu .content {
	padding : 10px;
	background-image: url(../../images/design/actu_bg.jpg);
	height: 356px;
	color: white;
	border-right: 1px solid #87888a;
	border-left: 1px solid #87888a;
	border-bottom: 1px solid #87888a;
	font-size : 9pt;
}
#actu .content .wrapper {
	height: 330px;
	overflow: auto;
}
#actu .content .item {
	height: 91px;
	width: 336px;
	background-image: url(../../images/design/actu_in_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #87888a;
	margin-bottom: 10px;
	padding: 5px;
}
#actu .content .item_2 {
	height: 91px;
	width: 317px;
	background-image: url(../../images/design/actu_in_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #87888a;
	margin-bottom: 10px;
	padding: 5px;
}
#actu .content .item_2 a {
	color: #686868;
}

#actu .content .item h3
{
	font-size : 11pt;
	line-height: 5px;
}
#actu .content .item p
{
	color : black;
	font-size: 9pt;
}
#actu .content .item a
{
	color: #313131;
}

#photos {
	height: 204px;
	width: 514px;
	margin-top: 16px;
}
#photos .title {
	background-color: #0d4e86;
	height: 33px;
	color: white;
}

#photos .title .inner{
	padding: 5px 10px 0 10px;
	height: 27px;
	float: left;
}
#photos .title .inner a
{
	color: white;
	font-size: 15pt;
}

#photos .content {
	background-image: url(../../images/design/galerie_bg.jpg);
	height: 149px;
	border-right: 1px solid #87888a;
	border-left: 1px solid #87888a;
	border-bottom: 1px solid #87888a;
	padding : 10px;
	font-size: 9pt;
	color: black;
}
#photos .content .item {
	float: left;
	width : 145px;
	height: 127px;
	background-image: url(../../images/design/galerie_in_bg.jpg);
	background-repeat: repeat-x;
	border : 1px solid #87888a;
	margin-right: 12px;
	padding: 4px;
	color: black;
}
#photos .content .item h3
{
	font-size : 9pt;
	line-height: 5px;
	margin-top: 6px;
}
#photos .content .item p
{
	line-height: 5px;
}
#photos .content .item a
{
	color : #686868;
	text-decoration: none;
}
#photos .content .item a:hover
{
	color : #686868;
	text-decoration: underline;
}

#photos .all_photos
{
	margin-top: 4px;
}

#resultat {
	height: 190px;
	width: 514px;
	margin-top: 16px;
}
#resultat .title {
	background-color: #0d4e86;
	height: 33px;
	color: white;
}
#resultat .content {
	padding: 10px;
	background-image: url(../../images/design/results_bg.jpg);
	height: 136px;
	color: #4e504f;
	border-right: 1px solid #87888a;
	border-left: 1px solid #87888a;
	border-bottom: 1px solid #87888a;
}
#resultat .content h3 a
{
	color: #4e504f;
}
#resultat .content .item {
	padding: 15px; padding-top:12px;
	float: left;
	background-image: url(../../images/design/results_in_bg.jpg);
	background-repeat: repeat-x;
	height: 105px;
	width: 460px;
	border: 1px solid #87888a;
}
#resultat .result-item {
	float:left; width:222px; height:45px;
	margin:0 5px 3px 0;
}
#resultat .content .item .select-box{
	display: block;
	width: 91px;
}
#resultat .content .item .select{
	width: 91px;
	color: #949494;
}
#resultat .content .item .view {
	font-size: 9pt;
	line-height: 14px;
}
#resultat .content .item .view  h3 {
	margin-top: 0;
	margin-bottom: 1px;
	font-size: 10pt;
}
#resultat .content .item .view p {
	margin: 0;
	font-size: 8pt;
}
#resultat .content .item .search {
	font-size: 9pt;
	line-height: 12px;
}

#footer {
	font-size: 9pt;
	color: #353535;
	height: 60px;
}

#footer p
{
	margin-left : 30px;
}
#footer a
{
	color: black;
	text-decoration: none;
}
#footer a:hover
{
	color: #666666;
	text-decoration: underline;
}

h1
{
	margin : 0;
	padding : 5px;
	font-size : 15pt;
}

#onglet .inner
{
	float:left;
	width: 144px ;
	height: 19px ;
	border-right: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	padding : 5px;
	padding-left: 20px;
	font-size:10pt;
}

#onglet a {
	color : #485158;
	text-decoration: none;
	font-size: 10pt;
}
#onglet a:hover {
	text-decoration: underline;
}

#onglet p {
	float: left;
	width: 165px;
	height: 20px;
	border: 1px solid #87888a;

}
#bio .bio-content {
	margin: 9px;
	padding: 10px;
	height: 300px;
	width: 328px;
	background-color: white;
	border: 1px solid black;
}

.img-begin
{
	float: left;
	border: 1px solid #0c4f86;
	margin-right: 10px;
}

.bio-content p
{
	font-size: 11pt;
}

.bordered
{
	border: 1px solid #87888a;
}
.date
{
	color : #909090;
}
#panel .content {
	padding: 10px;
	padding-top: 10px;
	color: black;
	font-size: 10pt;
	height: 280px;
	overflow: auto;
}
#panel .content .adhesion
{
	width:465px;
	border:2px solid #eeeeff;
	padding:10px;
	text-align: justify;
	background-color: #ddecf7;
}
#panel .content .wrap
{
	height: 275px;
}

#bio .bio-content p {
	margin: 0px;
}

#footer p {
	margin-bottom: 0;
}
.separator
{
	margin-top: 42px;
	height: 1px;
	width: 100%;
	background-color: #151515;
}

.input
{
	border: 1px solid #87888a;
}

.nonew 
{
	color: black;
	font-size: 10pt;
}

a
{
	color: #0c4f84;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.erreurList
{
	line-height: 10px;
}

.errorLi
{
	margin-left: -10px;
	list-style-type: square;
}

#box-max
{
	font-size: 9pt;
}

#box-max .title
{
	background-color: #0d4e86;
	height: 33px;
	color: white;
}

#box-max .title h1
{
	font-size : 15pt;
	margin: 0;
	padding: 5px;
}

#box-max .content
{
	border-left: 1px solid #87888a;
	border-right: 1px solid #87888a;
	border-bottom: 1px solid #87888a;
	padding : 10px;
}

#box-max .content p
{
	margin: 0;
}

.paire
{
	background-color: #C2E8FF;
}

.abonnement
{
	color: black;
	padding: 10px;
	border: 1px solid #FFFFFF;
	background-color: #d1e6f7;
	margin-bottom: 10px;
}
.abonnement h3
{
	margin-top: 0;
	margin-bottom: 0;
}
.abonnement table
{
	border-collapse : collapse;
	border: 2px solid #58AEE1;
}
.abonnement table td
{
	padding: 5px;
}

.required
{
	color:#db2121;
}