/**
 * LpourL.com
 * @autor Easyguy
 * @copyright Neozed
 */

html {
	overflow-y:scroll;
	background-color: #f2f2f2;
}
html, body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	min-height:100%;
}
body * {
	margin:0;
	padding:0;
}
body {
	background-image: url(medias/bg.jpg);
	background-repeat: repeat-x;
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1, h2, h3, h4, h5 {
	margin-bottom:0.5em;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.6em;
}
.h2bis {
	font-size:1.2em;
	color:#565656;
	padding-bottom:7px;
}
h3 {
	font-size:1.4em;
	color:#a20d61;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1em;
}
h1, h2, h3, h4, h5 {
	margin-bottom:0.5em;
}
a {
	color:#4a4339;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color:#009ddf;
}
a img {
	border:none;
}
.justify {
	text-align:justify;
}
.relative {
	position:relative;
}
/*** Main skeleton ***/
#header-content, #footer-content, #main-content {
	width: 980px;
	margin: auto;
}
#header{
	background-position:center top;
	background-image:url("medias/top1.jpg");
	background-repeat:no-repeat;
	height:271px;
}
#header-container {
	height:271px;
}
#header-content {
	height:271px;
	width:980px;
	background-repeat:no-repeat;
}
#logo {
	display: block;
	float: left;
	width: 390px;
	height: 110px;
	margin: 0 0 0 210px;
}
#slogan {
	float:left;
	font-size:17px;
	font-weight:bold;
	clear:both;
	width: 300px;
	padding: 0 0 0 220px;
	color:#3f3f40;
}
#membre {
	padding-top:20px;
	height:110px;
}
#profilperso {
	float:right;
	padding:12px 0 0 0;
	width:485px;
}
#inscrites {
	float:left;
	width:260px;
	padding-left:219px;
	padding-top:12px;
	color:#000100;
	float: left;
}
#inscritesbloc {
	float:left;
	width:260px;
	padding-left:-20px;
	padding:10px;
	color:#000100;
	float: left;
}
#connect {
	font-weight:bold;
	font-size:12px;
	float: right;
	width: 260px;
}
.violet {
	color:#c02d79;
}
.orange {
	color:#ff632d;
}
.gris {
	color:#666464;
}
.grissmall {
	color:#666464;
	font-size:10px;
	padding-top:25px;
}
#connect a {
	color:#c02d79;
	text-decoration: underline;
	font-weight: bold;
	font-style:italic;
}
.titre {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}
#content-container {
}
#content {
}
#content-content {
	width: 980px;
	margin: auto;
	padding: 0;
}
#main-content {
	background-image: url(medias/visuhome.jpg);
	background-repeat: no-repeat;
	height: 560px;
	clear: both;
}
#inside-content {
	background-image: url(medias/visubar.jpg);
	background-repeat: no-repeat;
	height: 100%;
	clear: both;
}
/** Columns **/
.column_L {
	display:block;
	float:left;
}
.column_R {
	padding-left:3px;
	padding-left:0;
}
/* main columns */
#main-left {
	float: left;
	width: 270px;
	padding-left: 15px;
}
#main-right {
	float: right;
	width: 590px;
	padding-right: 5px;
}
#main-right.full {
	float: none;
	width: auto;
	clear: both;
}
/* Form layout */
input, textarea, select, input.file {
	font-size:1em;
}
input.text, input.password, textarea {
	border:1px solid #dedede;
	padding:2px 0;
}
input.focus, textarea.focus {
	border-color:#fd7915;
}
form fieldset {
	border:none;
}
form kbd {
	display:block;
	padding:2px;
}
form label {
	display:block;
}
/**
 * Forms
 */
input.text, input.password, textarea {
	border: 2px solid #a59c8e;
	background-color: #bbb2a6;
	padding: 3px;
}

.form_value {
	width: 150px;
	margin-top:2px;
}

textarea {
	display: block;
}
input.focus, textarea.focus {
	background-color: #fff;
	border-color: #a59c8e;
}
.notice {
	margin:0 0 5px 0;
	border-color:#d4dadd;
}
form dl {
	width: 570px;
	margin: auto;
}
form dl input.text, form dl textarea {
	width: 260px;
}
form dl dt, form dl dd {
	width: 270px;
	padding: 5px 0 0;
}
form dl dt {
	float: left;
	color: #fff;
	font-style: italic;
	text-align: right;
	line-height: 25px;
}
form dl dd {
	float: right;
}
form dl dd.hidden {
	display: none;
}
form dl dd.clr {
	float: none;
	padding: 0;
	margin: 0;
	height: 1px;
}
/*
* CSS Styles for the homepage
*/
.fond04 {
	background-color:#FBFBFB;
	}
#bloc {
	padding-top: 15px;
}
#insidebloc {
	padding-top: 14px;
	height:18px;
}
#bloc .bloc_element h2 {
	margin: 0;
}
#bloc .bloc_element .content {
	padding: 100px 25px 0 35px;
}
#bloc .bloc_element img {
	display: block;
	margin: auto;
}
#bloc .bloc_element img, #bloc .bloc_element .link {
	margin-top: 0.8em;
}
.contenttop {
	background-image: url(medias/contenttop.jpg);
	background-repeat: no-repeat;
	height:25px;
	padding: 6px 0 0 20px;
}
.contentmiddle {
	background-image: url(medias/contentmiddle.jpg);
	background-repeat: repeat-y;
	padding: 5px 20px;
}
.contentbottom {
	background-image: url(medias/contentbottom.jpg);
	background-repeat: no-repeat;
	height:16px;
	margin-bottom: 40px;
}

#inside {
	float:left;
	padding-top:15px;
	width:720px;
}
.insidecontenttop {
	background-image: url(medias/insidecontenttop.gif);
	background-repeat: no-repeat;
	height:25px;
	padding: 4px 0 0 20px;
}
.insidecontentmiddle {
	background-image: url(medias/insidecontentmiddle.gif);
	background-repeat: repeat-y;
	padding: 5px 20px;
}
.insidecontentbottom {
	background-image: url(medias/insidecontentbottom.gif);
	background-repeat: no-repeat;
	height:16px;
	margin-bottom: 40px;
}
#menu {
	float:right;
	padding-top:15px;
	width:250px;
}
.menucontenttop {
	background-image: url(medias/menucontenttop.gif);
	background-repeat: no-repeat;
	height:25px;
	padding: 4px 0 0 20px;
}
.menucontentmiddle {
	background-image: url(medias/menucontentmiddle.gif);
	background-repeat: repeat-y;
	padding: 5px 20px;
}
.menucontentbottom {
	background-image: url(medias/menucontentbottom.gif);
	background-repeat: no-repeat;
	height:16px;
	margin-bottom: 40px;
}

.large_pink
{
	font-size: 14px;
	color:#a20d61;
}

.large_bleu
{
	font-size: 14px;
	color:#053a70;
}

a.link_pink
{
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	color:#a20d61;
}

a.link_bleu
{
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	color:#053a70;
}


/*
* Footer
*/
#footer {
	background-color: #5f5d61;
	clear:both;
}
#footer-content {
	color: #fff;
	padding: 15px 0 15px 0;
	text-align:center;
}
#footer-content a {
	color: #fff;
}
