@charset "UTF-8";
/* CSS Document */


/*-----------------------------------------------------------------------------------------------
  Formatage global
-----------------------------------------------------------------------------------------------*/

body {
	background-color: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	color: #969696;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
}

a {
	color: #FF068F;
	text-decoration: none;
	outline: none;
}

a:hover {
	white-space:normal;
}

a:visited {
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF068F;
}

.champ {
	float: right;
}

.nom_champ {
	float: left;
	color: #FF068F;
}

.text_rose {
	color: #FF068F;
}
.error {
	color: #FF068F;
}
img {
	border: none;
}

#all {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	width: 900px;
	height: auto;
}

/*-----------------------------------------------------------------------------------------------
  Formulaires
-----------------------------------------------------------------------------------------------*/

#submit_login, #submit_search, #submit_formu  {
    width: 50px!important;
    height: 35px!important;
    border: none;
    background: url(../images/images_index/go.gif) no-repeat 0px 0px!important;
	margin: 0;
	cursor: pointer;

}

#submit_login:hover, #submit_search:hover, #submit_formu:hover {
    width: 50px!important;
    height: 35px!important;
    border: none;
    background: url(../images/images_index/go_hover.gif) no-repeat 0px 0px!important;
	margin: 0;
	cursor: pointer;

}

form#from_search input {
	background:#fff url(../images/images_index/champ_search.gif) no-repeat top left; 
	border: none;
	width: 250px;
    height: 22px;
	margin-bottom: 0px;
	padding: 5px 8px 5px 7px;
}

*html*form#from_search input {
	background:#fff url(../images/images_index/champ_search_ie.gif) no-repeat top left; 
	border: none;
	width: 242px;
    height: 22px;
	margin-bottom: 0px;
	padding: 5px 8px 5px 7px;
}

form#from_login input {
	background:#fff url(../images/images_index/champ_login.gif) no-repeat top left; 
	border: none;
	width: 140px;
    height: 22px;
	margin-bottom: 0px;
	padding: 5px 8px 5px 7px;
}

#two {
	background: transparent; 
	width:358px;
	height: 345px;   
	margin:0;
	border: none;
}

form#two input {
	background:#fff url(../images/images_index/champ.gif) no-repeat top left; 
	border: none;
	width: 215px;
    height: 27px;
	margin-bottom: 0px;
	padding: 6px 5px 5px 8px;
}

form#two textarea {
	width:344px; 
	height:157px;
	border: none; 
	background:#fff url(../images/images_index/grand_champ.gif) no-repeat bottom left;
	margin: 0;
	margin-bottom: 8px !important;
	padding: 8px 5px 5px 10px;
}

#form_champ {
	width: 438px;
	float: right;
	margin-top: 10px;
}

#form_text {
	width:120px;
	float: left;
}

#form_champ_login {
	width: 150px;
	float: right;
}

#form_text_login {
	width:100px;
	float: left;
	line-height: 2.5em;
}

.textform_1 {
	margin-top: 18px;	
}

.textform_2 {
	margin-top: 21px;	
}

/*-----------------------------------------------------------------------------------------------
  Javascript Coda-Slider
-----------------------------------------------------------------------------------------------*/

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 558px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 558px; height: 380px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 558px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 380px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 558px;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 380px;
			position: relative;
			width: 558px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0;
			margin: 0;
			height: 320px;
			overflow: hidden;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display: none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			display: block;
		}
		
		.stripNav a:hover {
			background: #9cf;
		}
		
		.stripNav a.current {
			background: #39c;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			text-indent: -9000em;
			top: 345px;
			width:33px;
			height:33px;
}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/images_index/button_2p_hover.gif") no-repeat center;
			background: url("../images/images_index/button_2p.gif") no-repeat center;
			z-index: 1;
		}
		
		.stripNavL:hover{
			background: url("../images/images_index/button_2p_hover.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/images_index/button_2n_hover.gif") no-repeat center;
			background: url("../images/images_index/button_2n.gif") no-repeat center;
			z-index: 1;
		}
		
		.stripNavR:hover{
			background: url("../images/images_index/button_2n_hover.gif") no-repeat center;
		}


/*-----------------------------------------------------------------------------------------------
  En-tête
-----------------------------------------------------------------------------------------------*/

#header {
	width: 900px;
	height: 85px;
}

#logo {
	background-image: url(../images/images_index/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 20px;
	margin-top: 12px;
	width: 230px;
	height: 85px;
	z-index:1;
}

#pro a {
	background-image: url(../images/images_index/versionpro_hover.gif);
	background-repeat: no-repeat;
	float:left;
	width: 210px;
	height: 41px;
	margin-top: 41px;
	margin-left: 260px;
	display: none;
}

#pro a:hover  img{
	visibility:hidden;}

#language {
	float: right;
	margin-top: 66px;
	margin-right: 20px;
}

*html*#language {
	float: right;
	margin-top: 66px;
	margin-right: 13px;
}

/*-----------------------------------------------------------------------------------------------
  Boîtes du haut
-----------------------------------------------------------------------------------------------*/

.rss {
	float: right;
	background-image: url(../images/images_index/rss_hover.gif);
	background-repeat: no-repeat;
}
.rss img{width:23px; height:22px;}
.rss:hover img{
	visibility:hidden;
}

.title {
	float: left;
}

.top_content {
	color: #FF068F;
	line-height: 1.3em;
}

#top {
	width: 900px;
	height: 174px;
}

#top_left {
	padding: 20px;
	width: 257px;
	height: 134px;
	float: left;
	margin-right: 4px;
	background-color: #FFF;
}

#top_middle {
	padding: 20px;
	width: 257px;
	height: 134px;
	float: left;
	margin-right: 4px;
	background-color: #FFF;
}

#top_right {
	padding: 20px;
	width: 257px;
	height: 134px;
	float: left;
	display: inline;
	background-color: #FFF;
}
#top_right a
{

	text-decoration:underline;

}


#paragraph_text a:hover
{
	color:#00bb16;
	text-decoration:none;

}

*html*#top_right {
	padding: 20px;
	width: 257px;
	height: 144px;
	float: left;
	background-color: #FFF;
}

#news, #search, #login {
	width:257px;
	height: 134px;
}

#title_1, #title_2, #title_3 {
	width: 257px;
	height: 22px;
	margin-bottom: 8px;
}

#news_content {
	width: 257px;
	height: 114px;
}

#search_content {
	margin-top: 38px;
	width: 257px;
	height: 80px;
	//margin-top: 48px;
}

*html*#search_content {
	margin-top: 43px;
	width: 257px;
	height: 79px;
	overflow: hidden;
}

#login_content {
	position: absolute;
	margin-top: 6px;
	width: 257px;
	height: 100px;
}

/*-----------------------------------------------------------------------------------------------
  Contenu
-----------------------------------------------------------------------------------------------*/

h3 {
	width: 300px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 6px;
}

.liens_creercompte {
	background-image: url(../images/images_index/creeruncompte_hover.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}

.liens_creercompte:hover img{
	visibility:visible;
}

.previous {
	float: left;
}

.next {
	float: right;
}

#middle {
	width: 900px;
	height: 420px;
}

#content {
	width: 558px;
	height: 380px;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	padding: 20px;
	background-color: #FFF;
}

#text {
	width: 558px;
	height: 355px;
}
#button_next {
	width: 558px;
	height: 20px;
}

#content_in {
	width: 558px;
	height: 380px;
}

/*-----------------------------------------------------------------------------------------------
  Menu icons
-----------------------------------------------------------------------------------------------*/

#menu {
	width: 297px;
	height: 111px;
	float: right;
	margin-top: 4px;
	background-color: #FFF;
}

#icon_blog a {
	background-image: url(../images/images_index/blogpicto_hover.gif);
	background-repeat: no-repeat;
	margin-top: 23px;
	margin-left: 17px;
	margin-right: 14px;
	float: left;
}

#icon_blog a:hover img{
	visibility:hidden;
}

#icon_contact a {
	background-image: url(../images/images_index/contact_2_hover.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 10px;
	float: left;	
}

#icon_contact a:hover img{
	visibility:hidden;	
}

#icon_faq a {
	background-image: url(../images/images_index/faq_2_hover.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	float: left;	
}

#icon_faq a:hover img{
	visibility:hidden;	
}

/*-----------------------------------------------------------------------------------------------
  Boîte de pub
-----------------------------------------------------------------------------------------------*/

#pub {
	width: 257px;
	height: 265px;
	float: right;
	margin-top: 4px;
	background-color: #FFF;
	padding: 20px;
}

/*-----------------------------------------------------------------------------------------------
  Pieds de page
-----------------------------------------------------------------------------------------------*/

#footer {
	width: 900px;
	height: 200px;
	padding-top: 10px;
}

#copy {
	margin-left: 20px;
	float: left;
}

*html*#copy {
	margin-left: 10px;
	float: left;
}

#valid {
	float: right;
	width: 88px;
	margin-right: 20px;
}

*html*#valid {
	float: right;
	width: 88px;
	margin-right: 10px;
}
#paragraph_text
{
	width:670px;
	height:auto;
	margin-right:35px;
	color:#A3A1A1;
	padding-bottom:5px;
	display: inline;
	float: left;
}




#paragraph_text a
{
	color:#00bb16;
	text-decoration:underline;

}


#paragraph_text a:hover
{
	color:#00bb16;
	text-decoration:none;

}

#paragraph_text a.labelSouligne
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:underline;

}

#paragraph_text a.labelSouligne:hover
{
	color:#CCCCCC;
	text-decoration:none;

}

.hidden
{
  display: none;
}

.bld 
{
	font-size: 12px;
	font-weight: bold;
	color: #FF068F;
}
#madiv{
width : 558px;
background-color : #FFF;
padding-top:0px;
margin-top:-20px;
margin-left : -20px;
padding : 20px;
}

.txtError{
width : 400px;
}

