body {
    min-width:1000px;
    padding:0;
    margin:0;
    text-align:left;
    background:#63778f url('/c/i/bg-body.jpg') top center no-repeat;
    color:#3D1D21;
    font-family:Verdana,Arial;
    font-size:12px;
    background-attachment : fixed;
}

a:active {
	border:0;
}

img {
    border:0;
}

.clear, .subnav {
	border:0;
	clear:both;
	line-height:0;
	margin:0;
	padding:0;
	visibility:hidden;
}

.grid {
	height:25px;
}

/**
 * Les informations concernant la date d'ajout d'un ?l?ment,
 * les modifications et autres pr?cisions
 */
.precision, .notice, .tip, .warning {
	font-size:11px;
	color:#A7ADBF;
}

.div_field div.tip
{
	width : 400px;	
}

h1, h2, h3, h4, 
h1 a, h2 a, h3 a, h4 a, 
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color:#3D1D21;
	font-weight:bold;
	margin:0px;
}
h1 {
	font-size:30px;
	letter-spacing:-0.03em;
}

h1 span, h2 span
{
	font-weight:normal;	
}


h1 span.numbers
{
	color:#FA0012;
	font-size:14px;
	font-weight:bold;
}

h2 {
	font-size:18px;
}

.col.merged h2 {
	font-size:20px;
}

h2.simple {
	font-weight:normal;
}

h1 span.more, h2 span.more {
	color : #FA0012;
	display : inline;
	float : none;
	font-size:10px;
	font-weight:bold;
	vertical-align:middle; 
	margin : 0 0 0 3px;
}

a, a:hover
{
    color:#00A4FF;
    text-decoration:none;
}

.link {
	cursor:pointer;	
}

ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

dd {
	margin:0;	
}

.stronger {
	font-weight:bold;
	color:#FA0012 !important;
}

/**
 * Style pour le message de retour de $core->layout->addMessage
 */
#userMessage {
	background-color:#D1D7E7;
	width : 648px;
	border : 1px solid #FA0012;
}

.userMessage img {
	float : left;
	margin : 5px;
}

.userMessage div {
	float : left;
	margin : 15px;
}

/*
 * Styles pour le calage du menu et du header pour la home et le magazine
 */

body.homeSkipass #tete, body.news #tete {
	height:248px;
}

body.homeSkipass #tete #tete-bottom, body.news #tete #tete-bottom {
	z-index:700;
	width:211px;
}
body.homeSkipass #header_visual, body.news #header_visual {
	height:235px;
}

body.news #contenu #contexte {
	background-color:#fff;
	height:25px;
	width:373px;
	padding-left:9px;
	position:relative;
	top:-25px;
	left : -10px;
	float : left;
	margin-bottom : -25px;
}
body.news #contenu #contexte a, body.news #contenu #contexte span {
	padding-top:0px;
	margin:3px 0px;
}

/*
 * Style pour le defilement des header block en home
 */

body.homeSkipass #focus-on {
	background:url("/c/i/bg-focus.png") repeat scroll center center transparent;
	height:47px;
	position:absolute;
	right:0;
	top:0;
	width:320px;
	z-index:1000;
}
body.homeSkipass #focus-on .title {
	color:#FFFFFF;
	font-size:25px;
	font-weight:bold;
	font-family:Helvetica;
	width:321px;
	display:block;
	height:20px;
	margin-top:6px;
	margin-bottom:5px;
	margin-left:20px;
}
body.homeSkipass #focus-on .dateline {
	font-size:10px;
	color:#FA0012;
	margin-left:20px;
}
body.homeSkipass #focus-on .description {
	font-size:10px;
	color:#FFFFFF;
}
 
body.homeSkipass #focus-on .bullet-time {
	margin-left:15px;
	overflow:hidden;
	width:300px;
}
body.homeSkipass #focus-on .bullet-time span {
	display:block;
	float:left;
	margin:0px;
	width:15px;
	height:15px;
	cursor:pointer;
}
body.homeSkipass #focus-on .bullet-time .next {
	background: url(/c/i/arrow-right.png) center center no-repeat;
}
body.homeSkipass #focus-on .bullet-time .previous {
	background: url(/c/i/arrow-left.png) center center no-repeat;
}
body.homeSkipass #focus-on .bullet-time .bullet {
	background: url(/c/i/bullet-white.png) center center no-repeat;
}
body.homeSkipass #focus-on .bullet-time .bullet.active {
	background: url(/c/i/bullet-red.png) center center no-repeat;
}


/**************************************************/
/*              tableaux                          */
/**************************************************/

table
{
	border-spacing:0;
}

table tr:first-child td:first-child, table tr:first-child th:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px
}

table tr:first-child td:last-child, table tr:first-child th:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px
}

table tr:last-child td:first-child, table tr:last-child th:first-child {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px
}

table tr:last-child td:last-child, table tr:last-child th:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px
}

table td, table th
{
	vertical-align:middle;
	border-left:1px solid #D1D7E7;
	border-top:1px solid #D1D7E7;
}

table tr td:last-child, table tr th:last-child
{
	border-right				: 1px solid #D1D7E7;
}

table tr:last-child td, table tr:last-child th
{
	border-bottom				: 1px solid #D1D7E7;
}

fieldset
{
	padding		: 0;	
}

form label
{
	margin: 5px 5px 5px 0;
}	

.last form label
{
	width		: 100px;
}	

textarea
{
	border		: 1px solid #D1D7E7;
	vertical-align : top;
	height		: 120px;
	width		: 400px;
}	

form input, form select
{
	border		: 1px solid #D1D7E7;
}

form input[type="submit"], form a.submit, form input#save, form input#send, form input[type="button"].submit {	
	display : block;
	background : transparent url('/c/i/sprite-submit.png') 0 0 no-repeat;
	border : 1px solid #D1D7E7;
	border-width : 0 0 1px 0;
	cursor:pointer;
	margin:5px 20px 5px 0;
	text-decoration : none;
	padding:6px 2px 3px 30px;
	width : 160px;
	float : left;
	font-size : 11px;
	text-align : left;
	color: #3D1D21;
}

form input[type="submit"].large
{
	width : 180px !important;	
}

form input[type="submit"].inline
{
	display : inline;
	margin	: 0;
	float	: none;	
	width	: auto;
	border	: none;
}

form input[type="submit"]:hover, form .submit:hover {	
	color: #3D1D21;
}

form input[type="submit"] {
	padding-bottom : 2px;
}

form input#send, form input#save {
	float		: right;
}

form .submit.send, form input#send {
	background-position : 0 -44px;
}

form .submit.cancel {
	background-position : 0 -22px;
}

form .submit.preview, form .submit.search {
	background-position : 0 -66px;
}

form .submit.medium {
	width : 225px;
}

form .submit.long {
	width : 290px;
}



form .buttons
{
	float : right;	
}

.div_field, .div_label {
	float	: left;
}

#lienEvitement
{
    display 	: inline ;
    position 	: absolute ;
    left 		: -9999em ;
    font-size	: 0 ;
    line-height	: 0 ;
    width		: 0 ;
    height		: 0 ;
}

#conteneur {
    margin:auto;
    background: transparent url('/c/i/bg-contenu.png') top center repeat-y;
    width:1020px;
}

#contenu {
	margin:0 20px;
	
}

#tete {
    position:relative;
    height:255px;
    margin : 0 -10px;
}

#tete .headerImage {
	display : block;
	height : 238px;
	width : 1000px;
    overflow : hidden;
}


#tete a.headerImage span {
	display : block;
	height : 238px;
	width : 10000px;
    overflow : hidden;
}

#tete a.headerImage span img.first {
    margin : 0px;
}

#tete .headerImage .pub {
	margin : 0;
}

#tete a.headerImage span img {
	float : left;
}

body.homeSkipass #tete .headerImage, body.news #tete .headerImage {
	height:235px;
}

#nav_summary {
	background	: #a7adbf ;
    color		: #fff ;
    padding 	: 5px 0px 0px 0px;
    height		: 63px;
    width : 460px; /*Rajout de 1 px pour IE7*/
    float : left;
    margin		: 10px 0 0 0;
    border-top	: 10px solid #ffffff;
}

	
	
#tete #tete-bottom {
    background:none;
    width:671px; /*Rajout de 1 px pour IE7*/
    position:absolute;
    top:151px; /*Rajout de 1 px pour IE7*/
    left : 0;
}

body.homeSkipass #tete #tete-bottom, body.news #tete #tete-bottom {
	top:136px; /*Rajout de 1 px pour IE7*/
}

#tete-bottom #logo {
    float:left ;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff;
}

#tete-bottom #nav_block
{
    background	: #fff ;
    padding		: 10px 0 0 0;
}

#tete-bottom #nav_summary a
{
    color		: #fff ;
}

#nav_title
{
	font-size:30px;
	font-weight:bold;
	margin-left:10px;	
}

.breadcrumbs {
	margin-left:10px;
}

#page_title
{
	margin:5px 0 25px 0;
	background : #ffffff;	
}

body.homeSkipass #tete #tete-menu, body.news #tete #tete-menu { 
    top : 96px;
}
#tete #tete-menu {
    width:320px;
    height:250px;
    background:#FA0012;
    color:#ffffff;
    font-size:20px;
    text-align:right;
    float:right;
    margin:0 0 25px;
    position:absolute;
    top: 65px;
    right : 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: #ffffff;
    
}

#tete #tete-menu.advertisement {
	height : 270px;
	padding : 0;
	background:#fff;
	}
#tete #tete-menu.advertisement .pub {
	margin:5px 15px 10px 5px;
	}


#tete #tete-menu a {
    color:#ffffff;
}

#tete #tete-menu dl {
	margin:10px 15px 0;
}

#tete #tete-menu dl.double.odd {
	text-align : left;
	}
#tete #tete-menu dl.double {
	display:inline;
	float:left;
	font-size:18px;
	margin:10px 0 0 15px;
	width:137px;
}

#tete #tete-menu dl.double dt {
	padding-top : 4px;
	}
#tete #tete-menu dd, #tete #tete-menu dd a {
    color:#3D1D21;
    font-size:10px;
    line-height:8px;
}

#tete #tete-menu dd a {
    color:#3D1D21;
}

.news #header_spacer, .homeSkipass #header_spacer {
	height : 132px;
		
	}

#header_spacer {
	width : 325px;
	height : 85px;
	float : right;
	
	}

#header_search
{
	border		: 1px solid #D1D7E7;
	background	: #ffffff;
	font-size	: 12px;
	-moz-border-radius : 10px;
	border-radius : 10px;
	margin		: 15px;
	position	: absolute;
	bottom		: 0px;
	left : 0;
	width		: 285px;
}

#header_search_input
{
	-moz-border-radius : 10px 0 0 10px ;
	border-radius : 10px;
	border		: none;
	float		: none;
	height		: 30px;
	width		: 230px;
	text-indent : 15px;
	margin		: 0;
	float : left;
}

#header_search_button
{
	width 		: auto;
	background 	: #fff url('/c/i/search.png') no-repeat center center;
	width		: 30px;
	height		: 27px;
	border		: none;
	color		: #3D1D21;
	padding		: 0;
	margin		: 2px 6px 0 0;
	float		: right;
}

#contenu .col {
    float:left;
    width:310px;
    margin:0;
    border-left:0px;
    display:inline;
    overflow:hidden;
}

#contenu .col.first {
    margin:0 25px 0 0;
}

#contenu .col.last {
    margin:0 0 0 25px;
}

#contenu .col.merged {
    width:645px;
    overflow:hidden;
    margin:0;
}

#contenu .col.full {
	width:980px;
	border:0;
}
#contenu .col.wrapper {
    width:645px;
    margin:0;
    padding:0;
    border:0;
}

#footer ul {
	float : right;
	display : block;
	margin-right : 20px;
	margin-bottom : 5px;
	height : 24px;
	line-height : 20px;
	}

#footer ul li {
	float:left;
	padding:0 4px;
	text-transform : uppercase;
	font-size : 10px;
	}
#footer ul li a.home {
	display : block;
	width : 60px;
	height : 24px;
}
	
#footer a {
	color : #3D1D21;
	font-weight : bold;
	}

#footer {
	margin:0 6px;
	background : transparent url('/c/i/bg-footer.png') 930px 0px no-repeat;
}
	
#footer_text {
	color : #FFF;
	font-size : 14px;
	background:none repeat scroll 0 0 #FA0012;
	padding : 10px 20px 20px;
}

.weborama{
    text-align:center;
}

/**************************************************/
/*              Liens admin                       */
/**************************************************/


.admin_box ul, .admin-box ul {
    line-height:20px;
	list-style : none;
	margin : 10px 5px;
	padding : 0;
}

.admin_box li, .admin-box li {
    background-repeat:no-repeat;
    padding:0 0 2px 20px;
}

.admin_box form, .admin-box form {
	margin	: 5px;
}


/**************************************************/
/*              Page Navigator                	  */
/**************************************************/

span.prev a {
	float:left;
}

span.next a {
	float:right;
}

.page_navigator {
	border-bottom:1px solid #D1D7E7;
	border-top:1px solid #D1D7E7;
	text-align:center;
	font-size:12px;
	margin-top:5px;
	padding:5px 0 7px;
}

.page_navigator .container {
	width:450px;
}

.page_navigator .pages {
	margin-left:10px;
}

.page_navigator .action {
	height:12px;
	margin-right:7px;
	vertical-align:middle;
	margin-bottom:3px;
}

.page_navigator a, .page_navigator a:visited, .page_navigator a:hover {
	color:#3D1D21;
	text-decoration:none;
}
.page_navigator a:hover {
	text-decoration:underline;
}

.page_navigator a.current {
	color: #FA0012;
	font-weight:bold;
	text-decoration:underline;
}

.page_navigator span.next a.button
{
	margin-top:-2px;
	color:#fff;
	background-color:#A7ADBF;
	cursor:pointer;
	padding:2px 7px 5px 7px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:right;
	display:block;
	margin-right:10px;
}
.page_navigator span.next a.button:hover
{
	text-decoration:none;
}

.hr {
	border-top:1px solid #D1D7E7;
	height:1px;
	margin:5px 0px 5px 0px;
}

/**************************************************/
/*              Comments                          */
/**************************************************/
#commentform {
	margin : 25px 0;
	}
#commentform fieldset {
	border : 0;
	}

#commentsummary img {
	margin-right : 12px;
	}

#commentsummary span {
	color : #FA0012;
	font-size : 12px;
	font-weight : bold;
	}


h2.comment_title
{
	font-size:30px;
	margin:0 0 25px;	
}

img.avatar_1, img.avatar_2
{
	float : left !important;
	margin : 0 5px 2px 0 !important;	
}

div.avatar img.avatar_1
{
	margin : 0;	
}

a.comment-counter
{
	color		: #FA0012 !important;
	font-weight : bold !important;
	font-size	: 12px !important;
}

#comments
{
	margin		: 0 0 25px 0;	
}

#comments div.avatar, #comment div.avatar, #last-comments div.avatar
{
	margin		: 0 5px 0 0;
	float		: left;
	width		: 40px;
	height		: 40px;
}


#comments dt, #comment dt, #last-comments dt
{
	margin		: 0 0 10px 0px;
}


#comment dt.no_avatar, #last-comments dt.no_avatar
{
	margin : 0 0 10px 0
}

#comments dd, #last-comments dd
{
	margin		: 0 0 25px 45px;
	font-style	: italic;
}

#comments dt a, #last-comments dt a
{
	color		: #FA0012;
}

#comments dt .pitch, #last-comments dt .pitch
{
	color		: #3D1D21;
	font-size	: 20px;
}

#comments dt .pitch span
{
	font-weight : bold;
}

#comments .more, #last-comments .more
{
	display		: inline;
	font-style	: normal;
}

#comment dt
{
	padding		: 5px 0 0 0;	
}

#comment dd
{
	margin		: 60px 0 0 0;	
}

body.resorts #comment dd {
	float:left;
	margin:30px 0px 0px;
}

#comment_header
{
	line-height	:20px;	
}

#comment_header #dateline
{
	float 		: left;
	margin 		: 0 10px 0 0;	
}

.comment_icon
{
	vertical-align: middle;
}

#comment_header #comment_info
{
	float 		: left;
	padding 	: 0 0 0 10px;
	border-left : 1px solid #3D1D21;
	min-height:40px;
}
#comment_header #comment_info span.label {
	font-weight:bold;
}

#comments label {
	margin		: 5px;
}

#comments #rating label {
	display		: inline;
}

#comments textarea {
	height		: 120px;
	width		: 400px;
}

#comments span.feeling, #last-comments span.feeling
{
	font-weight	: bold;
	margin		: 0 0 0 10px;
}

.comment_short_title
{
	font-weight	: bold;
	font-size	: 16px;
}

#easyTooltip{
	z-index:10000;
	padding:5px 10px;
	background-color:#D1D7E7;
	opacity:0.9;
	color:#3D1D21;
}

#easyTooltip h4, #easyTooltip p{
	margin:.25em 0;
	color:#3D1D21;
	
}

#tab_box {
	margin:0 0 25px 0;
	border:1px solid #D1D7E7;
	-moz-border-radius:5px;
	border-radius:5px;
}
#tab_box h2 {
	width : 144px;
	float : left;
	padding : 5px 0 5px 10px;
	text-transform : none;
	font-size	: 13px;
	margin		: 0 0 5px 0;
	border-bottom	: 1px solid #D1D7E7;
	background-color:#D1D7E7;
	border-color:#D1D7E7;
}

#tab_box h2.tab_active {
	background-color:#D1D7E7;
	cursor:default;
}
#tab_box h2.tab_hidden {
	background-color:#ffffff;
	cursor			: pointer;
	color			: #D1D7E7;
}

#tab_box h2#tab_1 {
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

#tab_box h2#tab_2 {
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

#tab_box h2.tab_hidden:hover {
}


#tab_box #tab_box_tabs {
	margin:0px;
}

.listing ul li, ul.listing li {
	padding		: 5px;
	border-color: #D1D7E7;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin		: 0 5px 0 5px;
}

.listing ul li:last-child, ul.listing li:last-child {
	border-width: 0;
}

.listing ul span, ul.listing span {
	float		: right;
	color:#A7ADBF;

}

.listing ul a, ul.listing a {
	color		: #3D1D21;

}

.listing ul a:hover, ul.listing a:hover{
	color:#00A4FF;
}

.listing ul a:hover span, ul.listing a:hover span {
	color:#3D1D21;
}

.alt_block
{
	font-weight : bold;
	margin : 0 0 25px 0;		
}

.alt_block h2
{
	font-size : 20px;
	margin : 0 0 10px 0;
		
}

.alt_block li 
{
	font-size : 15px;
}

.alt_block li span
{
	font-size : 12px;
	color : #FA0012;
}

.alt_block li a
{
	color : #3D1D21;
}

.flash_list
{
	background : #70E1DF;	
}

.flash_list
{
	background : #25BBC5;	
	font-weight : bold;
	color : #ffffff;
	padding : 5px;
	margin : 0 0 25px 0;
}

.flash_list h3
{
	display : inline;
	color : #ffffff;
	font-size : 18px;
}

.flash_list ul, .flash_list li
{
	font-size:10px;
	display : inline;
}	

.flash_list a
{
	color : #ffffff;
}	

.flash_list span
{
	color : #3D1D21;
}	

.simple_box, .admin_box, .admin-box, .widget {
	border				: 1px solid #D1D7E7 ;
	-moz-border-radius 	: 5px ;
	border-radius 		: 5px;
	margin				: 0 0 25px 0;
}


.simple_box h2, .admin_box h2, .admin-box h2, .widget h2 {
	background-color:#D1D7E7;
	font-size:13px !important;
	margin:0 0 5px;
	padding:5px 0 5px 10px;
	text-transform:none;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.simple_box div, .admin_box div, .admin-box div, .widget div
{
	margin:5px;
}

.simple_box div div, .admin_box div div, .admin-box div div, .widget div div {
margin:0px;
}

.simple_box .pitch, .admin_box .pitch, .admin-box .pitch, .widget .pitch
{
	color:#3D1D21;
	font-size:13px !important;
	font-weight:bold;
}

div.pub
{
	margin : 0 0 25px 10px;	
}

.login-box .form {
	margin-right:20px;
}

.login-box .form, .facebook-connect {
	float:left;
}

body.companies .login-box {
	margin-top:10px;
}

#goski h2
{
	font-style:italic;
	font-size:15px;
}

#registration .gender label {
	float:left;
}

.facebook-connect .facebook-button {
	margin-top:14px;
}

fieldset {
	border:none;
}

legend {
	display:none;
	visibility:hidden;
}

label {
	margin: 5px;
    cursor: pointer;
	font-weight : bold;
	width: 120px;
	display : inline-block;
}

.AutoCompleteDivListeStyle
{
	border : 1px solid 	#D1D7E7;
	margin : 10px 0 0 20px;
}

/*
 * Styles pour les mises en avant de vidŽos
 */
.media_thumbnail.medium.end-line {
	margin-right:0px !important;
}

/*
 * Styles pour les boutons d'actions
 */
.action-button
{
	background	: url(/c/i/button-action.png) top center no-repeat;
	width:310px;
	height:40px;
	margin-bottom:25px;
	padding-top:5px;
}
.action-button.alternate
{
	background	: url(/c/i/button-action-alternate.png) top center no-repeat;
}
.action-button h2, .action-button h2 a, .action-button h2 a:hover
{
	color:#FFFFFF;
	text-transform:none;
	font-size:14px;
}
.action-button a {
	width:310px;
	height:45px;
	display:block;
}
.action-button a span {
	margin-left:20px;
	width:290px;
	display:block;
	height:18px;
	overflow:hidden;
}
.action-button a span.action {
	font-weight:bold;
}

#bottom_links div.bottom_col
{
	float:left;
	width:220px;
	margin:0 25px 0 0;
}

#bottom_links div.bottom_col h2
{
	font-size : 13px;
	text-transform:uppercase;
}

#bottom_links div.bottom_col ul a:hover
{
	color : #00A4FF;
}

#bottom_links div.bottom_col ul a
{
	color : #3D1D21;
}

