/* CSS Document */
BODY {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#686868;
	background-image: url(../images/deco/bg-body.jpg);
	background-repeat: repeat-x;
	behavior:url(csshover2.htc);
}
p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td, img, h1, h2, h3, h4, h5, checkbox, table, object {
	margin: 0;
	padding: 0;
}
ul {list-style-type:none;}
a {text-decoration:none;}
.bold {font-weight:bold;}
.italique {font-style:italic;}
.upper{ text-transform:uppercase;}
.souligne {text-decoration:underline;}
.orange {color:#F04F25;}
.clear {
   clear: both;
}
#champ-need {padding:10px 0 0 0; text-align:right; font-size:11px; width:229px;}
#page {
	position:relative;
	width:100%;
	background-image: url(../images/deco/bg-bottom.jpg);
	background-repeat: repeat-x;
	background-position:left bottom;
	padding:0 0 0 0;
}
#bg-page {
	width:100%;
	background-image: url(../images/deco/bg-dessin.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;

}
.trans-souligne {
	padding:20px 0 0 0;
}
/* ///////////// HEADER //////////////// */

/* MENU */
#logo {
	float:left;
}
#langue {
	position:absolute;
	top:15px;
	left:620px;
}
#menu {
	float:left;
	position:relative;
}
#bg-menu {
	background-image: url(../images/menu/menu-bg.jpg);
	background-repeat: no-repeat;
	width:694px;
	height:49px;
}
#menu ul.nav {
	padding:0 0 0 6px;
}
#menu1,#menu2,#menu3,#menu4 {
	position:relative;
	float:left;
	text-align:center;
	background-repeat: no-repeat;
	margin:0 6px 0 0;
	font-size:11px;
	font-weight:bold;
}

#menu1,#menu2,#menu4 {
	padding:15px 0 0 0;
	height:26px;
}
.menu1-off a,.menu2-off a,.menu3-off a,.menu4-off a {
	color:#7D7C7F;
}
.menu1-off:hover a,.menu2-off:hover a,.menu3-off:hover a,.menu4-off:hover a {
	color:#FFFFFF;
}
.menu1-on a,.menu2-on a,.menu3-on a,.menu4-on a {
	color:#FFFFFF;
}
#menu1 {width:176px;}
#menu2 {width:181px;}
#menu3 {width:160px; padding:15px 4px 0 4px;	height:34px;}
#menu4 {width:133px;}
.menu1-on,.menu1-off:hover {
	background-image: url(../images/menu/menu1-on.jpg);
	color:#FFFFFF;
}
.menu2-on,.menu2-off:hover {
	background-image: url(../images/menu/menu2-on.jpg);
	color:#FFFFFF;
}
.menu3-on,.menu3-off:hover {
	background-image: url(../images/menu/menu3-on.jpg);
	color:#FFFFFF;
}
.menu4-on,.menu4-off:hover {
	background-image: url(../images/menu/menu4-on.jpg);
	color:#FFFFFF;
}
#menu ul.nav li ul {
	display:none;
}
#menu ul.nav li:hover ul {
	display:block;
}
#menu ul.ssnav {
	position:absolute;
	left:0px;
	top:41px;
}
#menu ul.ssnav li {
	min-height:20px;
	text-transform:uppercase;
	text-align:center;
	margin:10px 0 5px 0;
}
#menu ul.ssnav li a {color:#686868;}
#menu ul.ssnav li a:hover {color:#F04E24;}
#ssnav1 {
	width:176px;
	height:176px;
	background-image: url(../images/menu/ssnav-bg1.png);
}
#ssnav3 {
	width:168px;
	height:75px;
	background-image: url(../images/menu/ssnav-bg3.png);
}
/* FIN MENU */


/*  /////////////////////////////  CONTENT  //////////////////////// */
#content {
	margin:0 auto;
	width:942px;
}
#bg-contenu {
	background-image: url(../images/deco/content-bg.png);
	background-repeat: repeat-y;
}
#contenu {
	background-image: url(../images/deco/content-top.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	min-height:480px;
	width:942px;
}
#content-home {
	padding:5px 0 0 14px;
}
#fil-ariane {
	font-size:10px;
	background-image: url(../images/deco/fil-ariane-bg.jpg);
	background-repeat: no-repeat;
	padding:5px 0 0 10px;
	color:#7E7E7E;
	margin:0 0 0 248px
}
#fil-ariane a {
	color:#7E7E7E;
}
#content-int {
	padding:0 0 0 9px;
}
#content-int .trans {
	padding:5px 0 5px 0;
}
/* CONTENT RECH */
#search-left {
	float:left;
	width:380px;
	padding:25px 0 20px 0;
}
#tab-rech {
	width:230px;
	padding:30px;
	border:5px solid #E8E8E8;
	margin:20px 0 0 0;
	background-image: url(../images/deco/bg-rech-tab.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
#search-left .btn-voir {
	padding:20px 0 0 0;
}
#search-left .btn-rech {
	padding:0 0 0 80px;
	margin:-14px 0 0 0;
}
#search-right {
	float:left;
	width:380px;
	padding:25px 0 25px 0;
}
#carte {
	padding:20px 0 0 15px;
}
#carte .btn {
	padding:30px 0 0 50px;
}
.puce-croix {
	padding:0 0 0 15px;
	background-image: url(../images/deco/puce-croix.jpg);
	background-repeat: no-repeat;
	background-position:0px 4px;
}
#search-right {
	float:left;
}
/* CONTENT BIG */
#content-int #content-txt-big {
	padding:20px 0 0 40px;
	width:880px;
}
#content-er {
	padding:30px 0 30px 90px;
}
.encart-er {
	float:left;
	width:300px;
	min-height:60px;
	border:1px solid #E1E1E1;
	background-color:#FFFFFF;
	background-image: url(../images/deco/er-bg.jpg);
	background-repeat: repeat-x;
	background-position:left bottom;
	margin:0 100px 6px 0;
	padding:15px;
}
.encart-er .titre {
	color:#F04E24;
	font-weight:bold;
	font-size:14px;
	background-image: url(../images/deco/puce-croix.jpg);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding:0 0 0 20px;
}
.encart-er .txt {
	padding:8px 0 2px 0;
}
.encart-er .info {
	padding:4px 20px 5px 0;
	background-image: url(../images/deco/aide.jpg);
	background-repeat: no-repeat;
	font-size:10px;
	background-position:right;
	text-align:right;
}
.encart-er .tab {
	padding:10px 0 0 0;
}
.encart-er .tab a {
	font-size:10px;
	text-decoration:underline;
	color:#666666;
}
.nom-resto {
	float:left;
    color:#F04E24;
    font-size:32px;
    text-transform:uppercase;
    width:600px;
	padding:0 0 0 0;
}
#retour-liste {
	float:right;
	padding:5px 0 0 12px;
	background-image: url(../images/deco/fleche1.jpg);
	background-repeat: no-repeat;
	background-position:0px 5px;
}
#retour-liste a {
	color:#5A5A59;
	text-decoration:underline;
}
#retour-liste2 {
	float:right;
	padding:5px 5px 0 13px;
	background-image: url(../images/deco/puce-croix.jpg);
	background-repeat: no-repeat;
	background-position:0px 10px;
	margin:10px 0 10px 0;
}
#retour-liste2 a {
	color:#5A5A59;
	text-decoration:underline;
}
#info-connect {float:right; width:250px; padding:0 20px 0 0;}
#module-photo {
	float:left;
	width:350px;
	margin:0 0 20px 0;
}
#fiche-resto {
	float:left;
	margin:0 0 10px 0;
	width:290px;
}
#fiche-resto .description {
	padding:0 0 30px 0;
}
#fiche-resto .encart-btn {
	float:left;
	background-image: url(../images/deco/encart-prix-bg.jpg);
	width:142px;
	height:40px;
	background-repeat: no-repeat;
	margin:0 0 20px 0;
	padding:15px 0 0 0;
	text-transform:uppercase;
	text-align:center;
	color:#F64B1E;
}
#fiche-resto .encart-btn span {
	color:#6B6B6B;
}
#fiche-resto h4 {
	margin:0 0 0 0;
	color:#F64B1E;
	font-weight:bold;
	font-size:12px;
}
#fiche-resto ul {
	padding:15px 0 0 0;
}
#fiche-resto ul li {
	background-image: url(../images/deco/plus-bleu.jpg);
	background-repeat: no-repeat;
	padding:0 0 0 15px;
	margin:0 0 4px 0;
}
#cadre-fiche {
	float:left;
	margin:20px 0 0 0;
}
#cadre-fiche-resto {
	padding:10px;
	border-top:1px solid #E1E1E1;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	margin:0 6px 0 0;
	background-color:#F5F5F5;
}
#btn-ami {
	margin:0 0 20px 0;
}
.back-list {
	padding:0 15px 10px 15px;
	background-image: url(../images/deco/puce-croix.jpg);
	background-repeat: no-repeat;
	background-position:0px 3px;
	float:right;
	color:#F64B1E;
}
.back-list a {
	color:#F64B1E;
	font-weight:bold;
}
/* CONTENT */
#content-int #content-txt {
	padding:20px 0 0 40px;
	float:left;
	width:620px;
}
#content-int .souligne {
	margin:15px 0 0 0;
}
#presentation {
	padding:15px 0 0 0;
}
#presentation .titre {
	padding:0 0 12px 20px;
	background-image: url(../images/deco/puce-croix.jpg);
	background-repeat: no-repeat;
	background-position:0px 3px;
	color:#F04E24;
	font-weight:bold;
	font-size:14px;
}
#presentation .txt {
	padding:0 0 25px 20px;
	line-height:17px;
}
#list-resto-inscrit {
	padding:10px 0 0 0;
}
#list-resto-inscrit .ligne {
	width:837px;
	min-height:39px;
	border:1px solid #E1E1E1;
	background-color:#FFFFFF;
	background-image: url(../images/deco/ligne-bg.jpg);
	background-repeat: repeat-x;
	background-position:left bottom;
	margin:0 0 6px 0;
}
#list-resto-inscrit .ligne p {
	float:left;
	padding:12px 7px 12px 0;
}
#list-resto-inscrit .ligne .col1 {
	color:#333333;
	width:115px;
	padding-left:12px;
}
#list-resto-inscrit .ligne .col2 {
	color:#F05225;
	width:238px;
	padding-left:12px;
}
#list-resto-inscrit .ligne .col3 {
	color:#333333;
	width:150px;
}
#list-resto-inscrit .ligne .col4 {
	color:#333333;
	width:150px;
}
#list-resto-inscrit .ligne .col5 {
	color:#333333;
	width:147px;
}
#list-resto-inscrit .ligne .col6 {
	color:#333333;
	width:100px;
	text-align:center;
}
#list-resto-inscrit .ligne .btn-res {
	color:#FFFFFF;
	width:100px;
	padding:12px 0 0 0;
	height:27px;
	background-image: url(../images/deco/btn-reserver2.jpg);
	background-repeat: no-repeat;
	background-position:0px 5px;
}
#list-resto-inscrit .ligne .btn-res a {	color:#FFFFFF;}
#list-resto-inscrit .ligne .complet {
	color:#FFFFFF;
	width:100px;
	padding:12px 0 0 0;
	height:27px;
	background-image: url(../images/deco/btn-reserver-gris.jpg);
	background-repeat: no-repeat;
	background-position:0px 5px;
}
#list-resto-inscrit #intitule {height:30px;width:837px;}
#list-resto-inscrit #intitule p {color:#7A7A7A; float:left; padding:0 7px 0 0;}
#list-resto-inscrit #intitule .col1 {width:127px;}
#list-resto-inscrit #intitule .col2 {width:250px;}
#list-resto-inscrit #intitule .col3 {width:150px;}
#list-resto-inscrit #intitule .col4 {width:150px;}
#list-resto-inscrit #intitule .col5 {width:147px;}
#list-resto-inscrit #intitule a {
	background-image: url(../images/deco/fleche-hautbas.jpg);
	background-repeat: no-repeat;
	background-position:right;
	padding:0 12px 0 0;
}
#s-navig {
	padding:20px 0 15px 0;
	margin:0 auto;
	width:420px;
}
#s-navig p {
	float:left;
	margin:0 4px 0 4px;
}
#s-navig .btn-on {
	padding:1px 5px 1px 5px;
	background-color:#F06525;
	border:1px solid #DBDBDB;
}
#s-navig .btn-on a {color:#FFFFFF;}
#s-navig .btn-off {
	background-color:#FEFEFE;
	border:1px solid #DBDBDB;
	padding:1px 5px 1px 5px;
}
#s-navig .btn-off a {color:#F06525;}
#tab-inscription-re {
	padding:20px 0 0 0;
}
#tab-inscription-re .titre {
	color:#F04E24;
	font-weight:bold;
	font-size:14px;
	background-image: url(../images/deco/puce-croix.jpg);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding:0 0 0 20px;
}
#tab-inscription-re .intitule {
	padding:0 0 0 40px;
}
#tab-inscription-re .aide {
	padding:2px 20px 2px 40px;
	width:100px;
	background-image: url(../images/deco/aide.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	background-position:right;
}
#btn1 {
	background-image: url(../images/deco/btn-valid-bg1.jpg);
	background-repeat: repeat-x;
	height:30px;
	cursor:pointer;
}
#btn1 .btn-left {
	background-image: url(../images/deco/btn-valid-left1.jpg);
	background-repeat: no-repeat;
}
#btn1 .btn-right {
	background-image: url(../images/deco/btn-valid-right1.jpg);
	background-repeat: no-repeat;
	background-position:right;
	color:#FFFFFF;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	text-align:center;
	padding:0 2px 0 0;
}
#tab-completer-re {
	width:832px;
	margin:20px 0 20px 0;
}
#tab-completer-re .contenu {
	padding:20px;
}
#tab-completer-re .titre {
	color:#F04E24;
	font-weight:bold;
	font-size:14px;
	background-image: url(../images/deco/puce-croix.jpg);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding:0 0 0 20px;
}
#tab-completer-re table p {
	padding:0 0 0 20px;
}
#tab-completer-re .titre2 {
	background-color:#F05725;
	padding:2px 5px 2px 5px;
	color:#FFFFFF;
}
/* SIDEBARIGHT */
#sidebaright {
	float:left;
	width:260px;
	padding:30px 0 0 0;
}
#sidebaright .slogan {
	height:85px;
	padding:0 20px 0 0;
}
#sidebaright-content {
	padding:0 0 0 40px;
}
#sidebaright-content #btn-inscription {
	background-image: url(../images/deco/bg-tab-inscription.jpg);
	background-repeat: no-repeat;
	width:191px;
	height:179px;
}
#sidebaright-content #btn-inscription .txt {
	color:#FFFFFF;
	padding:52px 0 0 20px;
}
#sidebaright-content #btn-inscription .btn {
	text-align:center;
	padding:15px 0 0 0;
}
#encart-cadre {
	border:5px solid #EAEAEA;
	width:152px;
	padding:12px;
	margin:25px 0 0 3px;
}
#encart-cadre .txt {
	border-top:2px solid #EAEAEA;
	margin:14px 0 0 0;
	padding:11px 0 0 0;
	line-height:16px;
}
#encart-cadre .txt a {
	font-size:11px;
	text-decoration:underline;
	color:#F04E24;
}
#encart-cadre #search {
	margin:14px 0 0 0;
	padding:11px 0 0 0;
	border-top:2px solid #EAEAEA;
}
#sidebaright-content2 {
	padding:0 0 0 0;
}
#sidebaright-content2 #info-inscription {
	background-image: url(../images/deco/bg-info-inscription.jpg);
	background-repeat: no-repeat;
	width:229px;
	height:250px;
	padding:54px 0 0 0;
}
#sidebaright-content2 #info-inscription .txt {
	color:#FFFFFF;
	padding:8px 0 0 15px;
	width:200px;
	font-size:11px;
}
#fla-home-anim1 {
	float:left;
	width:625px;
	height:306px;
}
#encart-home-sinscrire {
	float:left;
	background-image: url(../images/deco/end_op.jpg);
	background-repeat: no-repeat;
	width:286px;
	height:306px;
	font-size:11px;
}
#encart-home-sinscrire #tab-inscription {
	padding:68px 0 0 55px;
	color:#FFFFFF;
}
#encart-home-sinscrire p {
	text-align:center;
	width:280px;
	text-transform:uppercase;
	font-weight:bold;
}
#encart-home-sinscrire p a {
	color:#E4471E;
}
.encart-home-info {
	position:relative;
	float:left;
	width:293px;
	margin:20px 0 0 9px;
	padding:0 9px 0 0;
	border-right:1px solid #E8E8E8;
}
.encart-home-info .etiquette,#fla-home-anim2 .etiquette {
	position:absolute;
	left:0px;
	top:0px;
}
.encart-home-info2 .etiquette {
	position:absolute;
	left:0px;
	top:0px;
}
.encart-home-info .etiquette .et-left,.encart-home-info2 .etiquette .et-left,#fla-home-anim2 .etiquette .et-left {
	float:left;
	line-height:24px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:0 10px 0 7px;
	font-weight:bold;
}
.encart-home-info .etiquette .et-left {
	background-color:#DBA3CA;
}
.encart-home-info .etiquette .et-right,.encart-home-info2 .etiquette .et-right,#fla-home-anim2 .etiquette .et-right {
	float:left;
	background-repeat: no-repeat;
	width:13px;
	height:24px;
}
.encart-home-info .etiquette .et-right {
	background-image: url(../images/deco/fleche-right.png);
}
.encart-home-info .image {
	padding:12px 0 0 0;
}
.encart-home-info .txt {
	height:55px;
	padding:10px 0 0 0;
	font-size:13px;
}
.encart-home-info .txt .titre {
	color:#BBBBBB;
}
.encart-home-info .lien,.encart-home-info2 .txt .lien,#home-mobile .lien {
	float:right;
	background-image: url(../images/deco/plus-rouge2.jpg);
	background-repeat: no-repeat;
	background-position:0px 3px;
	padding:0 0 0 13px;
}
.encart-home-info .lien a,.encart-home-info2 .txt .lien a,#home-mobile .lien a {
	color:#5C5C5C;
	font-size:11px;
}
.encart-home-info2 {
	position:relative;
	float:left;
	width:270px;
	margin:20px 0 0 9px;
	padding:0 0 0 0;
}
.encart-home-info2 .etiquette .et-left {
	background-color:#F04E24;
}
.encart-home-info2 .etiquette .et-right {
	background-image: url(../images/deco/fleche-right2.png);
}
.encart-home-info2 .txt {
	background-image: url(../images/deco/bg-home-info2.jpg);
	background-repeat: no-repeat;
	padding:17px 10px 0 10px;
	margin:12px 0 0 0;
}
.encart-home-info2 .txt p {
	padding:0 0 8px 0;
}
.encart-home-info2 .txt .titre {
	color:#BBBBBB;
	padding:0 0 3px 0;
}
#home-mobile {
	background-image: url(../images/deco/bg-tar-mobile.jpg);
	background-repeat: no-repeat;
	width:270px;
	height:124px;
	margin:5px 0 0 0;
}
#home-mobile .lien {
	margin:71px 10px 0 0;
}
#content-home .trans {
	margin:8px 0 0 0;
}
#home-part {
	padding:2px 0 15px 0;
}
#home-part #btn-part {
	float:left;
	padding:0 0 0 6px;
}
#fla-home-anim2 {
	position:relative;
	float:left;
	width:492px;
	margin:2px 0 0 17px;
	padding:0 0 0 0;
}
#fla-home-anim2 .etiquette .et-left {
	background-color:#F04E24;
}
#fla-home-anim2 .etiquette .et-right {
	background-image: url(../images/deco/fleche-right2.png);
}
#fla-home-anim2 .image {
	padding:12px 0 0 0;
}
#tab-home-newsletter {
	float:left;
	margin:13px 0 0 13px;
	padding:51px 0 0 20px;
	background-image: url(../images/deco/home-newsletter.jpg);
	background-repeat:no-repeat;
	width:171px;
	height:128px;
	color:#FFFFFF;
}
#tab-home-newsletter table {
	line-height:14px;
}
#logos-home {
	float:left;
	width:670px;
	padding:0 0 12px 15px;
}
#facebook-link {
	float:right;
	background-image: url(../images/logos/logo-fb.png);
	background-repeat:no-repeat;
	height:46px;
	text-align:center;
	background-position:center bottom;
	width:185px;
	margin:10px 20px 0 0;
	color:#686868;
}
#btn-reservez1 {
	float:left;
	padding:0 0 0 10px;
}
#btn-res-bg {
	background-image: url(../images/deco/reservez-bg.jpg);
	background-repeat:repeat-y;
	margin:0 0 10px 0;
}
#btn-res-top {
	width:156px;
	min-height:30px;
	background-image: url(../images/deco/reservez-top.jpg);
	background-repeat:no-repeat;
	padding:170px 10px 0 20px;
}
#cal-ouv {
	width:295px;
	height:81px;
	background-image: url(../images/deco/bg-cal-ouv-resto.jpg);
	background-repeat:no-repeat;
	margin:20px 0 0 10px;
}
#cal-ouv .ligne-midi {
	padding:33px 0 0 71px;
}
#cal-ouv .ligne-soir {
	padding:5px 0 0 71px;
}
#cal-ouv .ligne-midi p {
	float:left;
	margin:0 4px 0 0;
}
#cal-ouv .ligne-soir p {
	float:left;
	margin:0 4px 0 0;
}
#cal-ouv #legende {
	background-image: url(../images/deco/puce-legende.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 0 13px;
	margin:12px 0 0 0;
	font-size:11px;
}
#cal-ouv #legende span {
	color:#F15026;
}
/*  /////////////////////////////  FOOTER  //////////////////////// */
#footer {
	height:186px;
	width:950px;
	margin:0 auto;
}
#content-footer {
	padding:18px 0 0 0;
	font-size:11px;
	color:#848383;
	height:148px;
}
.encart-footer ul li {
	background-image: url(../images/deco/puce-footer.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:0 0 0 10px;
	margin:0 0 4px 0;
}
.encart-footer ul li a {
	color:#848383;
}
.encart-footer {
	float:left;
	width:160px;
	padding:0 20px 0 50px;
}
.encart-footer .titre {
	border-bottom:1px solid #AAA9A8;
	text-transform:uppercase;
	line-height:17px;
	margin:0 0 7px 0;
}
#footer-bottom {
	text-align:center;
	color:#B4B4B4;
	font-size:11px;
}
#footer-bottom a {
	margin:0 25px 0 25px;
	color:#B4B4B4;
}
/*  /////////////////////////////  FORMULAIRES  //////////////////////// */
.champ-home {
	width:155px;
	height:13px;
	color:#8F8F8F;
	border:1px solid #FFFFFF;
	margin:0 0 0 5px;
	font-size:11px;
}
.select-home {
	height:17px;
	width:160px;
	border:1px solid #FFFFFF;
	color:#8B8A8F;
	font-size:11px;
	margin:1px 0 0 4px;
}
.select-rech {
	height:17px;
	width:222px;
	border:1px solid #FFFFFF;
	color:#8B8A8F;
	font-size:11px;
	margin:0px 0 0 4px;
}
.champ-home2 {
	width:156px;
	height:15px;
	text-transform:uppercase;
	color:#8F8F8F;
	border:1px solid #D3D3D3;
}
.champ-search {
	width:140px;
	height:15px;
	margin:2px 0 0 3px;
	border:1px solid #FFFFFF;
	color:#8B8A8F;
	font-size:11px;
}
.champ-ami {
	width:130px;
	height:15px;
	margin:1px 0 0 3px;
	border:1px solid #FFFFFF;
	color:#999999;
	font-size:11px;
}
.champ-207 {
	width:207px;
	height:15px;
	margin:0px 0 0 5px;
	border:1px solid #FFFFFF;
	color:#666666;
	font-size:11px;
}
.champ-90 {
	width:85px;
	height:15px;
	margin:0px 0 0 5px;
	border:1px solid #FFFFFF;
	color:#666666;
	font-size:11px;
}
.champ-40 {
	width:30px;
	height:15px;
	margin:0px 0 0 5px;
	border:1px solid #FFFFFF;
	color:#666666;
	font-size:11px;
}
.champ-upload {
	border:1px solid #A0A0A0;
	color:#666666;
}
.champ1 {
	height:15px;
	width:170px;
	border:1px solid #EDECEC;
	background-color:#EDECEC;
	margin:1px 0 0 4px;
	color:#868689;
	font-size:11px;
}
.select-search {
	height:17px;
	width:148px;
	margin:2px 0 0 3px;
	border:1px solid #FFFFFF;
	color:#8B8A8F;
	font-size:11px;
}
.select-210 {
	height:19px;
	width:214px;
	margin:-1px 0 0 3px;
	border:1px solid #FFFFFF;
	color:#8B8A8F;
	font-size:11px;
}
.select-90 {
	height:19px;
	width:89px;
	margin:-1px 0 0 3px;
	border:1px solid #FFFFFF;
	color:#8B8A8F;
	font-size:11px;
}
.textarea1 {
	height:100px;
	width:745px;
	border:1px solid #A0A0A0;
}
.textarea3 {
	height:35px;
	width:400px;
	border:1px solid #A0A0A0;
}
.textarea2 {
	height:52px;
	width:212px;
	margin:0 0 0 3px;
	border:1px solid #FFFFFF;
}
.select4 {
	height:19px;
	width:89px;
	margin:-1px 0 0 3px;
	border:1px solid #FFFFFF;
	color:#666666;
	font-size:11px;
}
.select120 {
	height:19px;
	width:114px;
	margin:-1px 0 0 3px;
	border:1px solid #FFFFFF;
	color:#666666;
	font-size:11px;
}

.infos-textarea {
	text-align:right;
	color:#666666;
	margin: 0 12px 3px;
	font-size:11px;
}

/*Actu*/


.actu-encart {
	padding:0 0 20px 0;
}
.actu-date {
	float:left;
	background-image: url(../images/actu/bg-date.jpg);
	background-repeat: no-repeat;
	width:60px;
	height:117px;
}
.actu-date .txt-date {
	color:#FFFFFF;
	text-align:center;
	padding:8px 0 0 0;
}
.actu-date .txt-date span {
	font-size:22px;
	font-weight:bold;
}
.actu-content {
	float:left;
	border:1px solid #D2D2D2;
	width:551px;
	min-height:135px;
	background-color:#FFFFFF;
	background-image: url(../images/actu/bg-actu.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
.actu-content .titre-actu,.actu-content .titre-actu2 {
	padding:20px 20px 0 20px;
	color:#F04E24;
	font-weight:bold;
}
.actu-content .titre-actu2 {
	font-size:22px;
}
.actu-content .txt-actu {
	padding:10px 20px 5px 20px;
	line-height:18px;
}
.actu-content .txt-actu2 {
	padding:20px;
	line-height:18px;
}
.actu-content .plus {
	float:right;
	padding:0 20px 0 15px;
	background-image: url(../images/actu/puce-croix.jpg);
	background-repeat: no-repeat;
	background-position:0px 3px;
}
.actu-content .plus a {
	color:#4E4D4F;
}
.deco-right-actu {
	float:left;
	width:4px;
	height:123px;
}
