/*************************************************
Design
*************************************************/

*{
	font-family:Arial, sans-serif;
}
body{
	background:#212121;
	font-size:13px;
	margin:0;
	padding:0;
}
#background{
	background:url(/images/background.png);
}
#header{
	background:url(/images/banner.png) no-repeat 50% 105px;
}
#header #logo{
	float:left;
}
#header #logo img{
	display:block;
}
#header ul{
	display:block;
	float:right;
	margin:0;
	padding:0;
	width:540px;
}
#header ul li{
	display:inline-block;
	float:left;
	padding:38px 0 0 14px;
}
#header ul li a, a.buttons{
	background-image:url(/images/button.gif);
	background-position:999px 999px;
	background-repeat:repeat-x;
	display:inline-block;
	margin:0 6px;
	position:relative;
}
#header ul li a:hover, a.buttons:hover, a.buttons.hover{
	background-position:0 0;
	text-decoration:none;
}
#header ul li a strong, a.buttons strong{
	background:url(/images/button-left.gif);
	background-position:999px 999px;
	background-repeat:no-repeat;
	color:#000;
	display:block;
	float:left;
	font-size:13px;
	height:29px;
	left:-6px;
	letter-spacing:0px;
	line-height:29px;
	margin:0 -6px 0 0;
	padding:0 0 0 6px;
	position:relative;
}
#header ul li a:hover strong, a.buttons:hover strong, a.buttons.hover strong{
	background-position:0 0;
	color:#FFF;
}
#header ul li a span, a.buttons span{
	background:url(/images/button-right.gif);
	background-position:999px 999px;
	background-repeat:no-repeat;
	display:block;
	height:29px;
	position:absolute;
	right:-6px;
	width:6px;
}
#header ul li a:hover span, a.buttons:hover span, a.buttons.hover span{
	background-position:0 0;
}
#header .spacer{
	clear:both;
	height:90px;
}
#container{
	background:#FCFCFC url(/images/footer.png) repeat-x bottom center;
}
#index{
	background:url(/images/index.png) repeat-x;
	padding:19px 0;
}
#footer{
	color:#474747;
	padding:25px 0;
}
.container{
	margin:auto;
	overflow:hidden;
	position:relative;
	width:960px;
}

/*************************************************
Généric
*************************************************/

h1, h2{
	border-bottom:1px solid #dcdcdd;
	color:#ff77bd;
	font-size:33px;
	letter-spacing:-2px;
	line-height:33px;
	margin:0;
}

h1 span, h2 span{
	color:#73506a;
	display:block;
	font-size:14px;
	font-weight:normal;
	letter-spacing:normal;
	line-height:20px;
}

h1 a.buttons,  h2 a.buttons{
	float:right;
	margin-bottom:-8px;
}

p{
	color:#282828;
	line-height:18px;
	text-align:justify;
}

a{
	color:#ff77bd;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

a *{
	cursor:pointer;
}

input.text{
	background:url(/images/select.gif) repeat-x;
	border:1px solid #bebebe;
	color:#838383;
	display:block;
	float:left;
	height:12px;
	line-height:12px;
	margin:0;
	padding:9px;
	width:250px;
}


/*************************************************
Page spécifique
*************************************************/

/*************************************************
	Accueil
*************************************************/

#etapes{
	background:url(/images/etapes.jpg);
	clear:both;
	height:230px;
	margin:auto;
	position:relative;
	width:950px;
}
#etapes span{
	color:#fff;
	font-size:11px;
	display:block;
	left:0;
	position:absolute;
	text-align:center;
	top:55px;
	width:950px;
}
#etapes div{
	color:#fff;
	font-size:14px;
	float:left;
	height:34px;
	left:25px;
	line-height:17px;
	padding-left:25px;
	position:relative;
	top:90px;
	width:210px;
}
#welcome{
	float:left;
	width:630px;
}
#news{
	background:#f2f2f2;
	border:1px solid #d4d4d4;
	display:block;
	float:right;
	list-style-type:none;
	margin:0;
	padding:5px 15px;
	width:265px;
}
#news li{
	border-bottom:1px solid #e2e2e2;
	display:block;
	padding:5px 0;
}
#news li.more{
	border-bottom:none;
}
#news li a{
	display:block;
}
#news li.more a{
	text-align:center;
}
#news li span{
	color:#aeaeae;
	display:block;
	font-size:11px;
}
#fiches{
	clear:both;
	padding:22px 0 50px 0;
	width:1000px;
}
#fiches .fiche{
	background:#F2F2F2;
	border:1px solid #ABABAB;
	float:left;
	margin:29px 22px 0 0;
	padding:0 11px 0 10px;
	width:200px;
}
#fiches .fiche{
	cursor:pointer;
}
#fiches .fiche .top, #fiches .fiche .bottom{
	background:url(/images/fiche-top.gif);
	height:8px;
	left:-11px;
	margin:0 -23px 0 0;
	overflow:hidden;
	position:relative;
	top:-4px;
	width:223px;
}
#fiches .fiche .bottom{
	background:url(/images/fiche-bottom.gif);
	top:4px;
}
#fiches .fiche .picture{
	display:block;
	margin:0 auto 2px auto;
	width:200px;
}
#fiches .fiche .picture img{
	display:block;
}
#fiches .fiche .status{
	display:block;
	float:left;
	margin:5px 0 5px 5px;
}
#fiches .fiche h3{
	float:right;
	font-size:18px;
	line-height:14px;
	margin:3px 0;
	text-align:right;
	width:165px;
}
#fiches .fiche h3 a{
	color:#ff77bd;
	letter-spacing:-1px;
	text-decoration:none;
	text-transform:uppercase;
}
#fiches .fiche h3 span{
	display:block;
	font-size:12px;
	font-weight:normal;
}
#fiches .fiche p{
	background:url(/images/fiche-info.png);
	clear:both;
	font-size:12px;
	height:93px;
	line-height:18px;
	padding:7px;
}
#fiches .fiche p strong{
	color:#6ab33c;
	font-size:15px;
}
#fiches .fiche .lien{
	text-align:center;
}

/*************************************************
	support-client
*************************************************/

#support-client td{
	line-height:30px;
}

/*************************************************
	fiche
*************************************************/

#fiche .video{
	background: url(/images/frame.png) no-repeat;
	float:left;
	padding:38px 26px 30px 34px;
	margin-top:5px;
	width:420px;
}

#fiche h2{
	font-size:21px;
	padding-top:30px;
}
#fiche .info .status, #fiche .info h3, #fiche .info h4{
	float:left;
	margin:0;
}
#fiche .info p{
	clear:both;
}
#fiche .info h3{
	margin: 25px 0 0 0;
	color:#6a435e;
	font-size:22px;
	width:375px;
}
#fiche h4{
	color:#ff77bd;
	font-size:14px;
	margin: 0 0 25px 0;
	width:375px;
}
#fiche .info .status{
	margin: 25px 10px 25px 0;
}
#tickets{
	width:100%;
}
#tickets tr th{
	background:#6b435e;
	border: solide 1px;
	color: #FFFFFF;
	font-size:14px;
	font-weight: normal;
	height:33px;
	padding-left:20px;
	text-align:left;
}
#tickets td{
	height:50px;
	line-height:50px;
	padding-left:20px;
}
#tickets td ul, #tickets td a{
	vertical-align:middle;
}
#tickets td p{
	color:#6b435e;
	display:block;
	font-size:25px;
	font-weight: bold;
	height:50px;
	line-height:50px;
	margin:0;
}
#media ul{
	display:block;
	padding: 0px;
	position:relative;
	margin:15px 0 0 0;
	width:1000px;
}
#media ul li{
	display: block;
	float: left;
	width: 200px;
	position:relative;
	margin: 0;
	
}
#media ul li p{
	color:#8e8e8e;
	font-size:11px;
	margin:0;
}
#media ul li a{
	font-weight: bold;
}
#comments{
	float:left;
}
#comments tr td{
	line-height:32px;
	padding:10px;
}	
.comment{
	clear:right;
	color:#6b435e;
	display:block;
	float:right;
	margin:0;
	padding:15px;
	position:relative;
	width:440px;	
}
.comment strong{
	font-size:15px;
}
.comment img{
	position:absolute;
	right:15px;
	top:24px;
}
.comment span{
	font-style:italic;
}
.comment p{
	margin-bottom:0;
}


.pink{
	background:#ffecf6;
}
/*************************************************
Généric spécial
*************************************************/

/*************************************************
	tooltips
*************************************************/

.tips, .tips-hover{
	cursor:help;
	display:block;
	position:relative;
}
.tips span {
	display:none;
}
.tips-hover span{
   	background:#FFF;
	border:1px dotted #B6B6B6;
	cursor:help;
	display: block;
	left:99%;
	line-height:1.5;
   	padding:10px;
   	position:absolute;
	text-align:left;
	top:99%;
	width:200px;
	z-index:777;
}

/*************************************************
	select replacement
*************************************************/

ul.selectInit, ul.selectInit li{
	clear:left;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul.selectReplacement {
	background:url(/images/select.gif) repeat-x;
	border:1px solid #bebebe;
	display:inline-block;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
}
ul.selectReplacement li {
	background:#FFF;
	border:1px solid #bebebe;
	border-top:none;
	color:#838383;
	cursor:pointer;
	display:none;
	height:30px;
	line-height:30px;
	list-style-type:none;
	margin:0 -1px -1px -1px;
	padding:0;
	position:relative;
	text-indent:10px;
	top:31px;
}
ul.flexible.selectReplacement.selectOpen{
	height:auto;
}
ul.selectOpen li {
	display:block;
}
ul.selectReplacement li.selected {
	background:transparent url(/images/select-arrow.gif) no-repeat 100% 14px;
	border:none;
	color:#838383;
	display:block;
	margin:0;
	position:absolute;
	top:0px;
	width:100%;
}
ul.selectOpen li.hover {
	background-color:#f4f4f4;
	color:#000;
}
ul.selectOpen li.hover.selected {
	background-color:transparent;
	color:#838383;
}