* {
	margin: 0;
	padding: 0;
}
html, body {
}
body {
	background-color:#eeeeee;
}
h2 {
	font-size:32px;
	text-transform:uppercase;
}
hr {
	color:#ff1f80;
	margin-top:5px;
	margin-bottom:5px;
}
b, strong, a {
	color:#ff1f80;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.main {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	overflow: hidden; /* Pb de blocs */
}
.facebook {
	position:absolute;
	margin-top:220px;
	margin-left:170px;
	color:#FFF;
	font-size:60px;
}
.header-bg {
	background-image:url(images/template/fond_top.jpg);
	height: 122px;
}
.header {
	background-image:url(images/template/top.jpg);
	height:122px;
	background-repeat:repeat-x;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.menu, .menu_inscription {
	width:600px;
	float:right;
}
.menu {
	padding-top:50px;
}
.menu li, .menu_inscription li {
	color:#FFF;
	text-decoration:none;
	text-align:right;
	float:right;
	list-style:none;
	margin-top:90px;
	padding-right:15px;
	padding-left:15px;
	border-right:solid 1px #000;
	text-transform:uppercase;
	font-size:20px;
}
.menu_inscription li {
	margin-top:10px;
	font-style:italic;
}
.menu li .active, .menu_inscription li .active {
	color:#ff1f80;
}
.menu li a, .menu_inscription li a {
	color:#FFF;
}
.menu li a:hover, .menu_inscription li a:hover {
	color:#ff1f80;
}
.principal {
	width:620px;
	float:left;
	padding:20px;
}
.secondaire {
	width:300px;
	float:left;
	padding-top:20px;
}
.rose {
	color:#ff1f80;
}
/*** FORM ***/

.postForm .text {
    background: url("images/template/form_bg.png") repeat-x scroll left bottom transparent;
    border: 1px solid #D8D8D8;
    color: #555555;
    font-size: 12px;
    padding: 9px 10px;
    width: 278px;
}
.postForm #domaine {
    width: 100px;
}
.postForm label {
    display: block;
    margin-bottom: 5px;
}
.postForm .submit, input[type="button"] {
    background: none repeat scroll 0 0 #FF1F80;
    border: 1px solid #3D3D3D;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 20px;
	float:right;
}
.postForm .submit:hover { background: #000000; }
.postForm textarea {
    background: url("images/template/textarea_bg.png") repeat-x scroll left bottom transparent;
    border: 1px solid #D8D8D8;
    color: #555555;
    font-size: 12px;
    height: 170px;
    padding: 10px;
    width: 300px;
}
.error_message {
    background: url("images/template/error.png") no-repeat scroll 10px 6px #F6F6F6;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    color: #0A0A0A;
    display: block;
    line-height: 22px;
    padding: 3px 10px 3px 35px;
}
.divcenterform {
    background-color: #E6E6E6;
    padding: 20px;
    width: 330px;
}
/*** FIN FORM ***/

/*** BOUTTON ***/

.button.black {
    background: url("images/template/black-button.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #000000;
}
.centerbutton {
    margin-bottom: 10px;
    text-align: center;
    width: 350px;
}
.button {
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 11px 10px 9px;
}
/*** FIN BOUTTON ***/

/*** Admin Menu ***/
.secondaire {
    float: left;
    width: 300px;
}
.secondaire .widget {
    margin-bottom: 35px;
}
.widget-title {
    background: url("../images/widget-title-bg.png") repeat-x scroll 0 0 transparent;
    color: #888888;
    font-size: 24px;
    height: 33px;
    margin-bottom: 15px;
    padding: 12px 0 0 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.secondaire li {
    background-color: #555555;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    list-style-type: none;
    margin-bottom: 3px;
    padding: 10px;
    text-decoration: none;
}
.secondaire a li {
	text-decoration:none;
	color:#FFF;
}
.secondaire a:hover li{
	background-color:#000;
	color:#FFF;
}
.secondaire input[type="button"]{
	background-color:#000;
}
/*** FIN ADMIN MENU ***/

/*** NOTIFICATION ***/
.content-box, .content-box-header, ul.content-box-tabs li a.current, .shortcut-button, .notification {
    border-radius: 6px 6px 6px 6px;
}
.error {
    background: url("../images/cross_circle.png") repeat scroll 0 0 #FFCECE;
    border-color: #DF8F8F;
    color: #665252;
}
.notification {
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    border: 1px solid;
    /*font-size: 13px;*/
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    width: 99.7%;
}
.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.notification div {
    display: block;
    font-style: normal;
    line-height: 1.5em;
    padding: 10px 10px 10px 36px;
}
.success {
    background: url("../images/tick_circle.png") repeat scroll 0 0 #D5FFCE;
    border-color: #9ADF8F;
    color: #556652;
}
.information {
    background: url("../images/information.png") repeat scroll 0 0 #DBE3FF;
    border-color: #A2B4EE;
    color: #585B66;
}
/*** FIN NOTIFICATION ***/

.breadcrumbs-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 20px;
}
.breadcrumbs{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	background: url(../images/template/breadcrumbs-l.gif) no-repeat;
}
.breadcrumbs li{
	float:left;
	background: url(../images/template/separator.gif) no-repeat;
	padding-left:11px;
	line-height:18px;
}
.breadcrumbs li:first-child{
	background:none;
	padding:0;
}
.breadcrumbs a,
.breadcrumbs span{
	float:left;
	color:#373f42;
	text-shadow:#eef0f2 0 1px 0;
	padding:5px 10px 4px 17px;
}
.breadcrumbs a:hover{text-decoration:none;}
.breadcrumbs-r{
	float:left;
	background: url(../images/template/breadcrumbs-r.gif) no-repeat;
	width: 5px;
	height: 27px;
	text-indent:-9999px;
	overflow:hidden;
}
