/*------------------------------------------------------------------
[Customer's Skin Stylesheet]

Project:	Slideo
Version:	2.0
Author:		JC Pagnon
Copyright:	Brainsonic (www.brainsonic.com)
-------------------------------------------------------------------*/
/* Import rules */

@import url(colors.css);
@import url(typography.css);

/* ------------ */
#header, #headerNoSecure {
}

#home .pager{
	left: 39%;
}

#headerMenu {
	/*background-image: url(../images/bgHeaderMenu.png);
	background-repeat: no-repeat;*/
}

.navigator a.thumbLink {
	border: 1px solid #babfc1;
}

.navigator a.thumbLink:hover {
	border: 1px solid #5c7eb9;
}

/**************** Forms *****************/
fieldset {
	border-top: 1px solid black;
}
input.submit {
	color: #454545;
	background-color: #fab700;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #454545;
	border-right: 1px solid #454545;
	font-weight: bold;
	outline: none;
}
/******************* Wizard *************************/
.menu_wizard input {
	width: 264px;
	height: 37px;
	background: transparent url(../images/btnWizard.png) no-repeat 0 0;
}
.menu_wizard input.selected {
	background-image: url(../images/btnWizardSelected.png);
}
.wizard_content fieldset, fieldset.wizard {
	border: none;
	margin: 0 0 20px;
}
fieldset.wizard {
	padding: 10px;
	width: 100%;
}
/******************* community *************************/

.editForm fieldset {
  border:1px solid #babfc1;
  background-color: #EDEDED ;

}

.border_red
{
	border: 1px red inset;
}

#errorFieldMessage
{
	color:red;
	margin-left: 30px;
}
#inviteContact h3 span {
	border-bottom: 2px solid #fab700;
}
#inviteContact #message {
	border-left: 1px #ededed solid;
}

/****** taken from Zied for page community ressource purpose **********************/ 

.conteneur_commt
{
	overflow:hidden;
	top:150px;
	margin: 0 10px;
	
}
.conteneur_commt li
{
	margin:8px 0;
	
}
.image_coment {
	border:1px solid #999999;
	display:block;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.ajout_commt {
	border:1px solid #CCCCCC;
	height:70px;
	width:530px;
	
}
.envoyer {
	background:#EDEDED none repeat scroll 0 0;
	border:0 none;
	color:#505050;
	margin-left:460px;
	margin-top:10px;
}
.afficher {
	background-color:#EDEDED;
	display:block;
	height:18px;
	margin-left:278px;
	padding-left:10px;
	padding-top:5px;
	width:250px;
	font-weight: bold;
	cursor: pointer;
}

.headerBlock h2
{
	display: inline;
}


.headerBlock p
{
	float: right;
}

.headerBlock
{
	background-color: #EDEDED;
}

