/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/


/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/



/**************************************/
/*               FOOTER               */
/**************************************/

body { background: #FFFFFF url(../img/background.png) no-repeat fixed center top; }
label { display: block; }
div.myPagination {
    text-align: center;
    margin: 5px auto;
}
a.myPaginationLink, a.myPaginationLink:link, a.myPaginationLink:active, a.myPaginationLink:visited {
    text-align: center;
    border: 1px solid #3366CC;
    margin-right: 5px;
    padding: 2px 5px;
    color: #3366CC;
    background-color: #fff;
    text-decoration: none;
}
a.myPaginationLink:hover {
    background-color: #CC3333;
    border-color: #CC3333;
    color: #fff;
}
span.myPaginationSelected {
    text-align: center;
    border: 1px solid #3366CC;
    margin-right: 5px;
    padding: 2px 5px;
    background-color: #3366CC;
    color: #fff;
}
span.myPaginationDisabled {
    text-align: center;
    border: 1px solid #aaa;
    margin-right: 5px;
    padding: 2px 5px;
    background-color: #fff;
    color: #aaa;
}
span.myPaginationEtc {
    text-align: center;
    border: none;
    margin-right: 5px;
    padding: 0px;
    background-color: #fff;
    color: #aaa;
}	
	
.toggle li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.toggle li a {
	padding: 3px 5px;
}

.toggle li a:hover, a.toggle_selected, a.toggle_selected:active, a.toggle_selected:link, a.toggle_selected:visited {
	background-color: #3366CC;
	color: white;
}

a.toggle_unselected, a.toggle_unselected:active, a.toggle_unselected:link, a.toggle_unselected:visited {
	color: #3366CC;
}

.red { color: red; }
.green { color: green; }
.hidden { display: none; }
input.formError, textarea.formError,select.formError {
	background:#FBE3E4 none repeat scroll 0 0; border-color:#FBC2C4;
}

input { width: 350px; }
textarea { width: 80%; }

ul.rubriques li {
	list-style-type: none;
	display: block;
	float: left;
	width: 150px;
	
}

a.promo,a.promo:link,a.promo:visited { color: blue; font-weight: bold; font-size: 24px; }

div.livecam { width: 950px; margin: 10px auto; text-align: center; }

div#header {
	height: 170px;
	background: #000 url(../img/header-bg.png) repeat-x;
	margin: -19px -18px 10px -19px;
	padding: 10px;
}

div#header h1 a,div#header h1 a:link,div#header h1 a:visited,div#header h1 a:hover {
	display: block;
	background: transparent url(../img/blog-sexe.png) no-repeat top left;
	padding-left: -1000px;
	height: 98px;
	width: 270px;
	color: transparent;
}

div#header h2 {
	margin: -24px 0px 0px 64px;
	color: #ff4;
	font-style: italic;
	font-size: 15px;
}

div.dsBanner { float: right; margin-left: 10px; }

div#navigation { margin-top: 30px; }
div#navigation ul { text-align: center; }
div#navigation ul li { display: inline; margin-right: 15px; }

div#footer { text-align: center; font-size: smaller; }

div#widgets { position: fixed; width: 230px; top: 10%; right: -200px; background: transparent; text-align: center; padding: 10px 0px; }

.f5b { width: 850px; margin: 5px auto; text-align: center; }
.f5b table { border: none; }
