* {
	font-family: Arial, Verdana, Helvetica;
}
img {
	border: 0;
	outline: none !important;
	outline: 0 !important;
}
a {
	outline: none !important;
	outline: 0 !important;
}

body {
	margin: 0 0 10px 0;
	background: url( 'images/bg-body.gif' ) repeat-x 0 -100px #9B9B9B;
}
body.wall {
	margin: 100px 0 10px 0;
	background: url( 'images/bg-body.gif' ) repeat-x top #9B9B9B;
}
form {
	display: inline;
}
div.clear {
	clear: both;
}
#body {
	width: 1220px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
#site-content {
	text-align: left;
}
#footer {
	margin: -2px auto 0 auto;
	width: 998px;
	height: 35px;
	padding-top: 2px;
	clear: both;
	background: url( 'images/bg-footer.gif' ) no-repeat top center;
	line-height: 15px;
	text-align: center;
	font-size: 11px;
	color: #6B6B6B;
}
#footer a {
	color: #6B6B6B;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/** 
* pubs 
*/
div.pub {
	background: url( 'images/bg-pub.gif' ) no-repeat bottom right;
}
div.pub-vertical {
	background: url( 'images/bg-pub-vertical.png' ) no-repeat top left;
	padding-left: 12px;
}


#ad-top {
	float: right;
	width: 728px;
	height: 103px;
}
#pub-right {
	width: 300px;
	height: 263px;
	margin: 10px auto;
}

/**
* heading content 
*/
#header {
	width: 1007px;
	height: 92px;
	padding-top: 15px;
	margin: 0 auto;
}

#so-logo {
	width: 269px;
	height: 92px;
	float: left;
}
#so-logo img {
	margin: 26px 0 0 13px;
}


/**
* top tool bar 
*/
#tool-bar {
	width: 1007px;
	height: 72px;
	margin: 21px auto 15px auto;
	
}
#tool-nav {
	float: left;
	width: 212px;
	margin-right: 5px;
}
#tb-home, #tb-favourite {
	width: 212px;
	height: 33px;
	cursor: pointer;
}
#tb-home b, #tb-favourite b {
	display: block;
	line-height: 33px;
	font-size: 12px;
	color: #FFF;
	padding-left: 32px;
	font-weight: normal;
}
#tb-home {
	background: url( 'images/toolbar/tb-home.gif' ) no-repeat left center;
	margin-bottom: 1px;
}
#tb-favourite {
	background: url( 'images/toolbar/tb-favourite.gif' ) no-repeat left center;
}

/**
* recherche google et inscription newsletter 
*/
#tb-newsletter {
	width: 210px;
	height: 67px;
	float: left;
	background: url( 'images/toolbar/tb-newsletter.gif' ) no-repeat top center;
}
#tb-newsletter.success {
	background-position: 0 -67px;
}


#tb-search {
	width: 405px;
	height: 67px;
	float: left;
	background: url( 'images/toolbar/tb-search.gif' ) no-repeat top center;
	margin-right: 5px;
}
#tb-search p, #tb-newsletter p {
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	height: 24px;
	line-height: 24px;
}
#tb-search p {
	height: 24px;
	line-height: 24px;

}
#tb-newsletter p {
	height: 23px;
	line-height: 23px;
}
#form-tb-search {
	text-align: left;
	padding-left: 76px;
}
#form-tb-newsletter {
	text-align: left;
	padding-left: 50px;
}
#form-tb-search input, #form-tb-newsletter input, #form-tb-newsletter img {
	vertical-align: middle;
}
#field-tb-newsletter, #query-tb-search{
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	border: 1px solid #BFBFBF;
}
#query-tb-search {
	width: 240px;
	background: url( 'images/toolbar/bg-google-search.gif' ) no-repeat left center #FFF;
}
#query-tb-search.active {
	background-image: none;
}
#field-tb-newsletter {
	width: 108px;
}
#submit-tb-newsletter {
	cursor: pointer;
}



#tb-buzz {
	width: 163px;
	height: 67px;
	float: left;
	background: url( 'images/toolbar/tb-buzz.gif' ) no-repeat 0 0;
	margin-right: 5px;
	cursor: pointer;
}
#tb-buzz.failed {
	background-position: 0 -67px;
}
#tb-buzz.success {
	background-position: 0 -134px;
}



#bg-buzz {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	background-color: #000;
	width: 400px;
	height: 600px;
}
#iframe-buzz {
	position: absolute;
	top: 200px;
	z-index: 901;
	width: 514px;
	height: 368px;
}

/**
* navigation top menu
*/
#menu-top {
	width: 998px;
	height: 48px;
	background: url( 'images/bg-menu-top.gif' ) no-repeat bottom center;
	margin: 0 auto;
}
#menu-top ul {
	padding: 0;
	height: 28px;
	margin: 0 0 0 20px;
	list-style: none;
}
#menu-top li {
	float: left;
}
#menu-top li a {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	color: #000;
	
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	width: 108px;
	padding: 0;
	margin-right: 6px;
	cursor: pointer;
	font-size: 12px;
	background: url( 'images/bg-menu-top-item.gif' ) no-repeat 0 -28px;
}
#menu-top li a:hover, #menu-top li a.active {
	color: #FFF;
	background: url( 'images/bg-menu-top-item.gif' ) no-repeat 0 0;
}

/**
* social links 
*/
#social-links {
	height: 40px;
	background-color: #FFF;
	border-bottom: 9px solid #26ACE1;
	padding-left: 15px;
}
#social-links img {
	float: left;
	margin: 4px 11px 4px 0;
	border: 0;
}

#social-links #link-rss {
	float: right;
	margin: 4px 6px;
}
#today {
	width: 175px;
	height: 35px;
	background: url( 'images/bg-date.gif' ) no-repeat right top;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding: 3px 10px 0 0;
	line-height: 14px;
}


/**
*
*/
#main-content {
	background-color: #FFF;
	border: 1px solid #BFBFBF;
	border-top: 0;
	width: 996px;
	margin: 0 auto;
}
#main-content img.title {
	display: block;
	margin: 0;
}
div.default-block {
	background-color: #26ACE1;
}

/**
* rounded box 
*/
div.rounded-ul {
	background: url( 'images/tl-rcorner.gif' ) no-repeat top left #26ACE1;
}
div.rounded-ur {
	background: url( 'images/tr-rcorner.gif' ) no-repeat top right transparent;
	height: 100%;
}
div.rounded-lr {
	background: url( 'images/br-rcorner.gif' ) no-repeat bottom right transparent;
	height: 100%;
}
div.rounded-ll {
	background: url( 'images/bl-rcorner.gif' ) no-repeat bottom left transparent;
	height: 100%;
}

div.rounded-ul-fff {
	background: url( 'images/tl-rcorner-white.gif' ) no-repeat top left #FFF;
}
div.rounded-ur-fff {
	background: url( 'images/tr-rcorner-white.gif' ) no-repeat top right transparent;
	height: 100%;
}
div.rounded-lr-fff {
	background: url( 'images/br-rcorner-white.gif' ) no-repeat bottom right transparent;
	height: 100%;
}
div.rounded-ll-fff {
	background: url( 'images/bl-rcorner-white.gif' ) no-repeat bottom left transparent;
	height: 100%;
}


/**
* main layout table 
*/
#layout-content {
	border-collapse: collapse;
}

#center-column, #left-column {
	height: 635px;
	overflow: hidden;
}
/**
* bloc left-column 
*/
#left-column {
	vertical-align: top;
	padding: 9px 0 0 0;
}
#media-viewer {
	width: 265px;
	height: 316px;
	margin: 0 0 7px 11px;
}
#so-media-player {
	margin: 0 auto;
	padding-top: 2px;
	width: 261px;
	height: 312px;
	overflow: hidden;
}
#so-blog {
	width: 276px;
	height: 158px;
}
#so-blog div.rounded-lr {
	margin-left: 11px;
	background-color: #26ACE1;
}
#blog-last-entry {
	width: 244px;
	height: 146px;
	margin: 0 auto;
}

#blog-last-entry p.title {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 4px 4px 8px 8px;
}
#blog-last-entry p.photo {
	width: 64px;
	float: left;
	margin: 0 12px 0 8px;
	font-size: 7px;
}
#blog-last-entry p.photo img {
	margin-bottom: 2px;
}
#blog-last-entry div.entry {
	float: left;
	font-size: 11px;
	width: 150px;
	height: 101px;
	overflow: hidden;
}
#blog-last-entry div.blog-follow {
	clear: both;
	font-size: 11px;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
	top: -5px;
	text-align: right;
}
#blog-last-entry div.blog-follow a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


/**
* bloc center-column 
*/
#center-column {
	vertical-align: top;
	padding: 9px 0 0 9px;
}
#so-news, #so-clips, #so-nouveautes {
	width: 390px;
	overflow: hidden;
}

/**
* bloc news 
*/
#so-news .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding: 0;
}
#list-so-news {
	position:relative;
	overflow:hidden;
	clear:both;
}
#so-news {
	height: 63px;
	margin-bottom: 9px;
}
#so-news div.default-block {
	height: 44px;
}
#so-news p {
	margin: 0;
	line-height: 44px;
	padding-left: 14px;
	font-size: 11px;
	color: #FFF;
}
#so-news p a {
	color: #FFF;
	text-decoration: none;
}
#so-news p a:hover {
	text-decoration: underline;
}

#so-news div.item {
	width: 390px;
	height: 44px;
}
/**
* menu des blocs clips et nouveautes  
*/
ul.menu-default-block {
	margin: 0 auto;
	padding: 0;
	width: 380px;
	border-bottom: 1px solid white;
	list-style: none;
	height: 18px;
}
ul.menu-default-block li {
	float: left;
}
ul.menu-default-block a {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 0 4px;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}
ul.menu-default-block a:hover, ul.menu-default-block a.active {
	background: url( 'images/bg-active-menu.gif' );
}

/**
* bloc clips 
*/
#so-clips {
	height: 260px;
	margin-bottom: 9px;
}
#so-clips div.default-block {
	height: 241px;
}
#so-clips ul.menu-default-block {
	padding-top: 8px;
}
#so-clips-scrollable .items {
	width:20000px;
	position:absolute;
	clear:both;
	margin:0;
	padding: 0;
}
#so-clips-scrollable {
	float: left;
	position:relative;
	overflow:hidden;
	clear:both;
	width: 384px;
	height: 241px;
}
#so-clips div.so-clips-items {
	float: left;
	display:block;
	width: 380px;
	height: 241px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 4px;
}
#so-clips div.so-clips-items div.item {
	width: 186px;
	height: 65px;
	background: url( 'images/bg-clip-slide.gif' ) repeat-x 0 0;
	float: left;
	margin-bottom: 4px;
	cursor: pointer;
}
#so-clips div.so-clips-items div.front {
	width: 186px;
	height: 65px;
	background: url( 'images/bg-item-clip.gif' ) no-repeat 0 0;
}

#so-clips div.so-clips-items div.second {
	margin-left: 7px;
}
#so-clips div.so-clips-items div.item img {
	border: 1px solid #818181;
	float: left;
	margin: 12px 0 11px 11px;
	padding: 0;
}
#so-clips div.so-clips-items div.title {
	width: 100px;
	height: 44px;
	overflow: hidden;
	float: left;
	font-size: 10px;
}
#so-clips div.so-clips-items div.title p {
	margin: 0;
	padding: 6px 3px 0 10px;
}
#so-clips div.so-clips-items span.artiste {
	font-weight: bold;
}


#so-clips div.so-clips-items div.link {
	width: 100px;
	float: left;
	font-size: 10px;
}
#so-clips div.so-clips-items div.link p {
	margin: 0;
	font-weight: bold;
	color: #FFF;
	padding-left: 22px;
	height: 18px;
	line-height: 18px;
}

/**
* bloc nouveautés 
*/
#so-nouveautes-scrollable {
	position:relative;
	overflow:hidden;
	clear:both;
	width: 352px;
	height: 203px;
	margin: 0 auto;
}

#so-nouveautes-scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding: 0;
}
#so-nouveautes {
	height: 272px;
}
#so-nouveautes div.default-block {
	height: 253px;
}
#so-nouveautes ul.menu-default-block {
	padding-top: 19px;
}
#so-nouveautes div.so-top-nouveautes {
	width: 352px;
	height: 189px;
	margin: 14px auto 0 auto;
	background: url( 'images/bg-top-nouveautes.gif' ) no-repeat left;
	float: left;
	display:block;
	cursor: pointer;
}
#so-nouveautes div.so-top-nouveautes div.item {
	margin-left: 40px;
	width: 312px;
	height: 58px;
	background: url( 'images/bg-item-nouveautes.gif' ) no-repeat center;
	line-height: 58px;
	font-size: 10px;
}
#so-nouveautes div.so-top-nouveautes div.second {
	margin-top: 7px;
	margin-bottom: 7px;
}
#so-nouveautes div.so-top-nouveautes div.item b {
	display: block;
	float: left;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
	width: 240px;
	height: 56px;
	overflow: hidden;
}
#so-nouveautes div.so-top-nouveautes div.item img {
	float: right;
	border: 1px solid #FFF;
	margin: 8px 13px 0 0;
}

/**
* bloc right-column 
*/
#right-column {
	vertical-align: top;
	padding: 9px 9px 0 9px;
}
#so-radio {
	height: 81px;
	width: 300px;
	margin: 0 auto;
}
#so-radio div.default-block {
	height: 62px;
}

#so-radio .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding: 0;
}

#list-so-radio {
	clear:both;
}

#so-radios {
	width: 226px;
	height: 62px;
	float: left;
	position:relative;
	overflow:hidden;
}
#so-radio p {
	margin: 0;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
}
#so-radio a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#so-radio ::-moz-selection{
	background: none;
	color:#FFF;
}
#so-radio ::selection {
	background: none;
	color:#FFF;
}
#so-radio code::-moz-selection {
	background: none;
}
#so-radio code::selection {
	background: none;
}






#so-radio div.item {
	width: 226px;
	height: 60px;
	float: left;
	background: url( 'images/bt-radio-item.gif' ) no-repeat center 40px;
}
#so-radio-previous, #so-radio-next {
	width: 37px;
	height: 62px;
	cursor: pointer;
	float: left;
}
#so-radio-previous {
	background: url( 'images/bt-item-previous-c.png' ) no-repeat 5px center;
}
#so-radio-next {
	background: url( 'images/bt-item-next-c.png' ) no-repeat left center;
}
/*
#so-radio-next.disabled, #so-radio-previous.disabled {
	background: none;
	cursor: default;
}
*/


#counter {
	width: 300px;
	height: 40px;
	margin: 10px auto;
}
#counter p {
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}
#counter p img {
	vertical-align: middle;
	margin-left: 10px;
}


#sobiz-info {
	width: 300px;
	height: 119px;
	margin: 10px auto;
	background: url( 'images/bg-sobiz-info.gif' ) no-repeat center;
}
#sobiz-info p {
	color: #3A3B44;
	text-align: left;
	font-size: 11px;
	padding: 7px 10px 0 10px;
	margin: 0;
}
#sobiz-info p.link {
	font-weight: bold;
}
#sobiz-info p.link {
	padding-top: 0;
	margin-top: -15px;
	text-align: right;
}
#sobiz-info a {
	color: #3A3B44;
	font-weight: bold
}





#facebook-fans {
	width: 300px;
	height: 245px;
	margin: 10px auto;
}

#menu-right {
	width: 300px;
	margin: 10px auto;
}
#menu-right img {
	border: 0;
	margin: 2px 0;
}
#menu-right a {
	display: block;
}


/**
* bloc span-column 
*/
#span-column {
	vertical-align: top;
	padding: 0 0 9px 11px;
	height: 500px;
}

/**
* tv program
*/
#so-program-tv {
	height: 271px;
	width: 666px;
	margin-bottom: 13px;
}
#so-program-tv div.default-block {
	height: 252px;
}

#so-program-tv h4 {
	float: left;
	margin: 0;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 0 7px;
}
#so-program-tv h3 {
	height: 22px;
	line-height: 22px;
	margin: 0 auto 8px auto;
	width: 200px;
	padding: 0 8px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: url( 'images/bg-program-tv-title.gif' ) no-repeat center;
}

#program-tv-previous, #program-tv-next {
	width: 38px;
	height: 183px;
	float: left;
}
#program-tv-previous {
	background: url( 'images/bt-item-previous.png' ) no-repeat 5px center;
	cursor: pointer;
}
#program-tv-next {
	background: url( 'images/bt-item-next.png' ) no-repeat left center;
	cursor: pointer;
}

#program-tv-previous.hidden, #program-tv-next.hidden {
	background: none;
	cursor: default;
}

#program-tv-items {
	font-size: 11px;
	height: 214px;
	width: 621px;
	width: 585px;
	float: left;
	position:relative;
	overflow:hidden;
}

#program-tv-items .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding: 0;
}

#program-tv-items div.item {
	height: 214px;
	width: 153px;
	float: left;
	margin: 0 20px;
}
#program-tv-items div.last {
	margin-right: 0;
}
#program-tv-items div.logo {
	height: 32px;
	text-align: center;
}
#program-tv-items div.program {
	border: 3px solid #08609B;
	background-color: #FFF;
	height: 176px;
	overflow: hidden;
}
#program-tv-items div.program p {
	padding: 6px 4px 0 4px;
	margin: 0;
}


/**
* mags 
*/
#so-mag {
	margin: 0;
	height: 183px;
	width: 666px;
	overflow: hidden;
}
#so-mag div.default-block {
	height: 164px;
}

#so-mag-previous, #so-mag-next {
	width: 70px;
	height: 183px;
	float: left;
}
#so-mag-previous {
	background: url( 'images/bt-item-previous.png' ) no-repeat 5px center;
	cursor: pointer;
}
#so-mag-next {
	background: url( 'images/bt-item-next.png' ) no-repeat right center;
	cursor: pointer;
}

#so-mag-next.hidden, #so-mag-previous.hidden {
	background: none;
	cursor: default;
}

#so-mag-items {
	float: left;
	width: 515px;
	height: 183px;
	padding-top: 15px;
	position:relative;
	overflow:hidden;
}
#so-mag-items .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding: 0;
}
#so-mag-items div.item {
	float: left;
	margin-left: 12px;
}
#so-mag-items div.item img {
	border: 1px solid #000;
}
/**
* mag detail page 
*/
#so-mag-detail {
	background: url( 'images/bg-mag-detail.gif' ) repeat-x top center;
	height: 500px;
}




#so-mag-couv {
	float: left;
	width: 310px;
	height: 420px;
	margin: 30px 0 0 40px;
}
#so-mag-couv img {
	display: block;
	border: 2px solid #FFF;
}
#so-mag-couv p.credit-photo {
	margin: 0;
	font-size: 9px;
}

#so-mag-info {
	float: left;
	margin: 30px 0 0 45px;
	width: 466px;
	
}
#so-mag-info h1 {
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	height: 58px;
	line-height: 58px;
}
#so-mag-info h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	height: 40px;
	line-height: 40px;
	float: left;
}
#so-mag-abonnement {
	float: right;
	height: 40px;
	line-height: 40px;
}
#so-mag-abonnement img {
	vertical-align: middle;
}
#so-mag-price-and-date {
	height: 59px;
}
#so-mag-price-and-date img {
	vertical-align: middle;
	margin-right: 5px;
}
#so-mag-price, #so-mag-date {
	margin-top: 15px;
	float: left;
	background-color: #E7E7E7;
	height: 29px;
	line-height: 29px;
	font-size: 11px;
	padding: 0 8px;
}
#so-mag-price {
	font-weight: bold;
}
#so-mag-date {
	margin-left: 20px;
}
#so-mag-container {
	background-color: #DCDCDC;
	width: 466px;
	clear: both;
}
#so-mag-sommaire {
	background: url( 'images/bg-mag-sommaire.gif' ) top center repeat-x #F6F6F6;
}
#so-mag-sommaire p {
	margin: 0;
	padding: 8px;
	font-size: 12px;
}

/**
page annuaire 
**/
#pub-annuaire {
	width: 600px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
}
#pub-annuaire div.pub-annuaire {
	width: 120px;
	height: 74px;
	overflow: hidden;
	float: left;
	margin-right: 40px;
}
#pub-annuaire div.last {
	margin: 0;
}

#annuaire {
	width: 655px;
	margin: 0 auto;
	
}
#annuaire .bt-add-site {
	float: right;
	width: 220px;
	height: 23px;
	overflow: hidden;
}
#annuaire .main-menu, #solipub-form .main-menu {
	padding-top: 9px;
	clear: both;
}
#solipub-form .main-menu {
	height: 50px;
}
#annuaire .main-menu div, #solipub-form .main-menu div {
	height: 30px;
	line-height: 30px;
	float: left;
}

#annuaire .main-menu .left, #solipub-form .main-menu .left {
	background: url( 'images/annuaire/bg-main-menu-left.gif' ) no-repeat center;
	width: 6px;
}
#annuaire .main-menu .center, #solipub-form .main-menu .center {
	background: url( 'images/annuaire/bg-main-menu.gif' ) repeat-x center;
	width: 643px;
}
#annuaire .main-menu .right, #solipub-form .main-menu .right {
	background: url( 'images/annuaire/bg-main-menu-right.gif' ) no-repeat center;
	width: 6px;
}
#annuaire .main-menu a, #solipub-form .main-menu a {
	display: block;
	float: left;
	padding: 0 3px;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid #2683FA;
}
#annuaire .main-menu a.last, #solipub-form .main-menu a.last {
	border: 0;
}

#annuaire .main-menu a.active, #annuaire .main-menu a:hover, 
#solipub-form .main-menu a.active, #solipub-form .main-menu a:hover {
	text-decoration: underline;
}

#annuaire .main-menu .sub-menu {
	display: none;
}
#annuaire #sub-menu {
	clear: both;
	height: 30px;
}

#annuaire #sub-menu div {
	height: 22px;
	line-height: 22px;
	float: left;
}
#annuaire #sub-menu div.left {
	background: url( 'images/annuaire/bg-sub-menu-left.gif' ) no-repeat center;
	width: 2px;
}
#annuaire #sub-menu div.right {
	background: url( 'images/annuaire/bg-sub-menu-right.gif' ) no-repeat center;
	width: 2px;
}
#annuaire #sub-menu div.center {
	background: url( 'images/annuaire/bg-sub-menu.gif' ) repeat-x center;
}
#annuaire #sub-menu a {
	display: block;
	float: left;
	padding: 0 3px;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
#annuaire #sub-menu a.active, #annuaire #sub-menu a:hover {
	text-decoration: underline;
}

#annuaire-sites {
	clear: both;
	margin: 0 auto;
	width: 640px;
	padding-top: 16px;
}

#annuaire-sites div.item {
	border: 1px solid #003884;
	padding: 10px;
	color: #003884;
}
#annuaire-sites h3 {
	margin: 0 0 5px 0;
	font-size: 13px;
}
#annuaire-sites p {
	margin: 0 0 5px 0;
	font-size: 11px;
}
#annuaire-sites p.link {
	text-align: right;
	margin: 0;
}
#annuaire-sites a {
	color: #003884;
}

#annuaire-paginator {
	width: 320px;
	padding-top: 10px;
	margin: 0 auto;
}
#annuaire-paginator div {
	float: left;
	height: 33px;
	line-height: 33px;
}
#annuaire-paginator div.nav {
	width: 32px;
}
#annuaire-paginator div.nav img {
	display: inline;
}

#annuaire-paginator div.links {
	width: 256px;
	text-align: center;
}
#annuaire-paginator div.links a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid  #003884;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	display: block;
	float: left;
	margin: 6px 3px 0 3px;
}
#annuaire-paginator div.links a.active {
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	margin: 0 3px;
}

#annuaire-region {
	clear: both;
	margin: 0 auto;
	width: 640px;
	height: 25px;
	background: url( 'images/annuaire/bg-region-menu.gif' ) no-repeat top left;
}
#annuaire-region a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	margin: 4px 0 0 6px;
	padding: 0 3px;
}
#annuaire-region a.active, #annuaire-region a:hover {
	background-color: #FF00AE;
}

/**
* formulaire générique 
*/
form.generic table {
	width: 641px;
	border-collapse: collapse;
}
form.generic tr {
	height: 46px;
}
form.generic tr.textarea {
	height: 86px;
}
form.generic tr.active th {
	background: url( 'images/form/bg-form-cell-active.gif' ) no-repeat center left;
}
form.generic tr.active td {
	background: url( 'images/form/bg-form-cell-active.gif' ) no-repeat center right;
}
form.generic tr.erreur th {
	background: url( 'images/form/bg-form-cell-error.gif' ) no-repeat center left;
}
form.generic tr.erreur td {
	background: url( 'images/form/bg-form-cell-error.gif' ) no-repeat center right;
}
form.generic tr.textarea.active th {
	background: url( 'images/form/bg-form-cell-area-active.gif' ) no-repeat top left;
}
form.generic tr.textarea.active td {
	background: url( 'images/form/bg-form-cell-area-active.gif' ) no-repeat top right;
}
form.generic tr.textarea.erreur th {
	background: url( 'images/form/bg-form-cell-area-error.gif' ) no-repeat top left;
}
form.generic tr.textarea.erreur td {
	background: url( 'images/form/bg-form-cell-area-error.gif' ) no-repeat top right;
}

form.generic th span {
	display: none;
}
form.generic tr.erreur th span {
	display: inline;
}
form.generic tr.active th {
	font-weight: bold;
}
form.generic td, form.generic th {
	font-size: 12px;
	vertical-align: middle;
}
form.generic tr.textarea td, form.generic tr.textarea th {
	vertical-align: top;
	padding-top: 10px;
}
form.generic tr.textarea td {
	padding-top: 10px;
}
form.generic tr.textarea th {
	padding-top: 14px;
}

form.generic th {
	text-align: right;
	padding-right: 15px;
	font-weight: normal;
}
form.generic input.text, form.generic textarea.text {
	border: 1px solid #6A6E73;
	font-size: 12px;
}
form.generic textarea.text {
	height: 62px;
}
form.generic input.submit {
	float: right;
	margin-right: 10px;
}

/**
* page desinscription newsletter 
*/
#form-unsubscribe th {
	width: 207px;
}
#form-unsubscribe input.text {
	width: 278px;
}



/**
* page contact 
*/
#form-contact th {
	width: 207px;
}
#form-contact input.text, #form-contact textarea.text  {
	width: 278px;
}



/**
* inscription annuaire 
*/
#annuaire-form {
	width: 641px;
	margin: 10px auto;
}
#annuaire-form p {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 10px;
}
#annuaire-form h1 {
	font-size: 14px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 30px;
	color: #003884;
}
#annuaire-form.step-1 {
	background: url( 'images/annuaire/title-step-1.gif' ) no-repeat top right;
}
#annuaire-form.step-2 {
	background: url( 'images/annuaire/title-step-2.gif' ) no-repeat top right;
}
#annuaire-form th {
	width: 237px;
}
#annuaire-form input.text, #annuaire-form textarea.text {
	width: 278px;
}

/**
* inscription solipub  
*/

p.warn-block {
	font-size: 11px;
	padding-left: 250px;
	color: red;
}

#solipub-form {
	width: 655px;
	margin: 10px auto;
}
#solipub-form.step-1 {
	background: url( 'images/annuaire/title-step-1.gif' ) no-repeat top right;
}
#solipub-form.step-2 {
	background: url( 'images/annuaire/title-step-2.gif' ) no-repeat top right;
}

#solipub-form h1 {
	font-size: 14px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 15px;
	color: #003884;
}
#solipub-form th {
	width: 250px;
}
#solipub-form input.text, #solipub-form textarea.text {
	width: 278px;
}

#solipub-form a {
	color: #003884;
	font-weight: bold;
}
#solipub-form tr.zone {
	height: 92px;
}
#solipub-form tr.zone td {
	padding-top: 15px;
	padding-left: 100px;
}

#solipub-form div.zone {
	width: 92px;
	height: 126px;
	margin-right: 20px;
	background-image: url( 'images/solipub/bg-zone.gif' );
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	cursor: pointer;
}
#solipub-form div.zoneA {
	background-position: 0 16px;
}
#solipub-form div.zoneB {
	background-position: -92px 16px;
}
#solipub-form div.zoneC {
	background-position: -184px 16px;
}
#solipub-form div.zoneD {
	background-position: -276px 16px;
}

#solizone {
	background-color: #FFDBBB;
	border: 2px solid #FF7F0D;
	width: 580px;
	margin: 10px auto 0 auto;
}
#solizone table {
	width: 560px;
}
#solizone th {
	font-weight: bold;
}
#solizone table th {
	width: 120px;
}
#solizone table th.zone {
	width: 60px;
}
#solizone th, #solizone td {
	vertical-align: top;
	padding: 8px;
}
#solizone th span {
	display: inline;
	font-weight: normal;
	font-size: 10px;
}
#solizone td {
	font-size: 11px;
}

#previewAnnonce {
	text-align: center;
}
#solipub-form p.error {
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-align: center;
}

#recap-solipub {
	width: 641px;
	margin: 0 auto;
}
p.baninfo {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #000;
	clear: both;
}
#recap-solipub p.validate {
	padding-top: 20px;
}

.banniere-preview {
	width: 641px;
	padding: 20px 0;
	position: relative;
}
img.banniere {
	position: absolute;
	bottom: 0;
}



#solipub-form.logged-in h1 {
	padding-bottom: 10px;
}
#bg-list-factures {
	background-color: #E1E1E1;
	padding: 10px 0;

}
#list-factures {
	width: 655px;
	border-collapse: collapse;
}
#list-factures tr.other {
	background-color: #CCC;
}
#list-factures td {
	font-size: 12px;
	padding: 10px 5px 3px 10px;
	vertical-align: top;
}
#list-factures a {
	color: #000;
	font-weight: normal;
}



#paypal-button {
	float: right;
}


/**
* mur
*/

.infobulle-wall {
	position: absolute;
	font-size:11px;
	color:#000;
	visibility: hidden;
	width: 323px;
	z-index: 100;
}
.infobulle-wall h3 {
	color: #26ACE1;
	margin: 0;
	font-size: 14px;
	padding: 10px 10px 3px 20px;
}
.infobulle-wall p {
	margin: 0;
	padding: 3px 10px 3px 20px;
}
.infobulle-wall div.top {
	background: url( 'images/solipub/info-top.gif' ) no-repeat top right;
	width: 323px;
	margin: 0;
}
.infobulle-wall div.bottom {
	background: url( 'images/solipub/info-bottom.gif' ) no-repeat center;
	width: 323px;
	height: 15px;
	margin: 0;
}

.infobulle-wall.reverse div.bottom {
	background: url( 'images/solipub/info-bottom-reverse.gif' ) no-repeat center;
}
.infobulle-wall.reverse div.top {
	background: url( 'images/solipub/info-top.gif' ) no-repeat top left;
}
.infobulle-wall.reverse h3 {
	padding: 10px 10px 3px 10px;
}
.infobulle-wall.reverse p {
	padding: 3px 10px;
}





#wall-zone-A, #wall-zone-B, #wall-zone-C {
	position: absolute;
	display: none;
	background-repeat: no-repeat;
	background-position: top left;
}


#wall-zone-A {
	top: 0;
	width: 1220px;
	height: 100px;
}
#wall-zone-B {
	width: 100px;
	top: 100px;
	height: 1400px;
}
#wall-zone-C {
	top: 100px;
	width: 100px;
	height: 1400px;
}

#wall-home {
	border-collapse: collapse;
	width: 1220px;
}
#wall-home td.wall {
	vertical-align: top;
}


#wall-container {
	position: absolute;
	width: 1224px;
	height: 1550px;
	background: url( 'images/wall/bg-wall-container.gif' ) repeat-y center #FFF;
}
#wall-top {
	background: url( 'images/wall/bg-wall-top.gif' ) no-repeat top center;
	height: 50px;
}

#wall-top h1 {
	font-size: 14px;
	margin: 0;
	color: #003884;
	height: 50px;
	line-height: 50px;
	padding-left: 120px;
	float: left;
}
#bt-add-banniere {
	float: right;
	margin-right: 120px;
	padding-top: 15px;
}



#complete-wall {
	position: absolute;
	width: 1220px;
	height: 1500px;
	left: 2px;
	background-repeat: no-repeat;
	background-position: top left;
}

#description-wall {
	display: none;
}


a.wall-over {
	display: block;
	position: absolute;
	background-image: url( 'images/wall/shim.gif' );
}



/**
* pages statiques 
*/
#static {
	padding: 10px 20px;
}
#static h1 {
	font-size: 16px;
	color: #003884;
}
#static h2 {
	font-size: 14px;
	color: #003884;
}
#static h3 {
	font-size: 12px;
	color: #003884;
}
#static p, #static li{
	font-size: 12px;
	color: #3A3B44;
}
#static a {
	color: #003884;
	text-decoration: none;
}
#static a:hover {
	text-decoration: underline;
}
/**
* page partenaires 
*/
#partenaires {
	border-collapse: collapse;
	width: 640px;
}
#partenaires th, #partenaires td {
	vertical-align: top;
	padding: 0 0 18px 0;
}
#partenaires td {
	padding-left: 10px;
}
#partenaires th {
	width: 215px;
}
#partenaires h3, #partenaires p {
	margin: 0;
	padding-left: 10px;
	border-left: 4px solid #003883;
}
#partenaires h3 {
	padding-bottom: 8px;
}
/**
* credits photo 
*/
#credits-photo div {
	width: 126px;
	height: 160px;
	float: left;
	margin-right: 1px;
}
#credits-photo div.right {
	float: right;
	margin: 0;
}
#credits-photo img {
	border: 7px solid #DBDBDB;
}
#credits-photo p {
	text-align: center;
	margin: 0;
	color: #5D5D5D;
	font-size: 13px;
}
