/*
 copyright 2008 Bene Facere
 http://www.benefacere.fr/
*/
.pa {
    display: none;
}

form label {
    float: left;
    width: 25%;
}
form input {
    float: left;
}
form img {
    float: left;
    zoom: 1; /*Pr IE*/
}
form textarea {
    float: left;
    margin-bottom: .5em;
}
form p {
    float: none;
    clear: both;
    display: block;
    margin-top: .5em;
    zoom: 1;
}
form p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form img:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form hr {
    float: none;
    clear: both;
}
.col21, .col22 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
}
.col31, .col32, .col33 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 33%;
}
.col21, .col22 {
   /width: 49%;
}
/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(/static/themes/stylized/images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
}

h1, h2, h3 {
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #292929;
}

h3 {
	font-size: 13px;
	color: #292929;
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}


hr {
	display: none;
}

/* Logo */

#logo {
display:none;
}

#header {
	width: 874px;
	height: 147px;
	margin: 0 auto;
}



#site {
	float: left;
	padding: 70px 37px 0 0;
	height: 54px;
	background: url(/static/themes/stylized/images/img02.gif) no-repeat 100% 63px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #FFFFFF;
}

#slogan {
	float: right;
	padding: 98px 0 0 0;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 940px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	padding: 5px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .selected {
	background: #EC0000 url(/static/themes/stylized/images/img03.gif) repeat-x left bottom;
}


/* Page */

#bg {
	background: url(/static/themes/stylized/images/img04.gif) no-repeat center top;
}

#page {
	width: 918px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 625px;
	padding: 0 0 0 24px;
}

#content h1 {
	margin: 45px 0 20px 0;
	padding-left: 34px;
	background: url(/static/themes/stylized/images/img07.gif) no-repeat left center;
}

#usercontent p, #usercontent h1, #usercontent h2, #usercontent h3, #usercontent li {
	margin-bottom: 10px;
}
#usercontent h2 {
	margin-top: 25px;
}
#usercontent ul, .post ol {
	margin-left: 3em;
}

#usercontent ul {
	list-style-type: square;
}

#usercontent ol {
	list-style-type: decimal;
}

.col21, .col22, .col31, .col32, .col33 {
    margin-bottom:25px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #4A5157;
}

#sidebar .box h2 {
	height: 27px;
	padding: 6px 0 0 34px;
	background: #C80000 url(/static/themes/stylized/images/img05.gif) no-repeat;
	font-size: 17px;
	color: #FFFFFF;
}

#sidebar .box .content {
        padding: 26px;
	background: url(/static/themes/stylized/images/img06.gif) repeat-x;
}

#sidebar .box ul {
	list-style: square;
	line-height: normal;
}

#sidebar .box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

/* Footer */

#footer {
	padding: 35px 0;
	background: url(/static/themes/stylized/images/img08.gif) no-repeat center top;
	font-size: 12px;
}

#footer p {
	text-align: center;
}

.simpleSlideShow {
    padding-top:0;
    texte-align:center;
    margin-right:auto;
    margin-left:auto;
}
