/***********************************************************************
	TOUTE LA PAGE
***********************************************************************/
body, html{
	height : 100%;
	width : 100%;
	padding : 0;
	margin : 0;
	text-align : center;
	color : white;
	font-size : 13px;
	font-family : Arial, 'Trebuchet MS', Verdana, Tahoma, sans-serif;
}
body{
	
}
a{
	text-decoration : none;
}
a:hover{
	text-decoration : underline;
}
img{
	border : 0;
}
input{
	border : 1px solid gray;
}

/***********************************************************************
	CONTAINER
***********************************************************************/
#container{
	margin : 0 auto;
	text-align : center;
}

/***********************************************************************
	HEADER
***********************************************************************/
#header{
	color : gray;
	font-size : 12px;
}
#header h1{
	color : orange;
}
#header div#communiquer a, #header div#dynamiser a, #header div#connaitre a, #header div#potentiel a{
	color : gray;
	font-weight : bold;
	font-size : 11px;
}

/***********************************************************************
	CORP
***********************************************************************/
#corp a{
	color : orange;
	font-size : 13px;
	font-weight : bold;
}
.clear{
	clear : left;
}
.slash{
	color : gold;
	font-size : 13px;
}
#corpGauche h1, h2{
	padding : 0;
	margin : 0;
}

/***********************************************************************
	FORM
***********************************************************************/
form input[type=text], form input[type=password], form textarea, form select{
	border : 1px solid gray;
	margin : 1px 0;
	padding : 0;
	width : 170px;
}

form textarea{
	width : 250px;
	height : 200px;
}

form input[type=submit]{
	background-color : gray;
	border : 2px solid white;
	color : white;
	font-weight : bold;
	margin : 10px 0 0 0;
	padding : 0;
	width : 172px;
}
form input[type=submit]:disabled{
	background-color : white;
	border-color : black;
	color : gray;
}

form input:focus{
	background-color : NavajoWhite;
}

label{
	display : block;
	font-size : 13px;
	margin-top : 5px;
}
label[class=labelSimple]{
	display : inline;
	font-size : 13px;
	margin-top : 5px;
}


/***********************************************************************
	AUTRE
***********************************************************************/
.h1{
	color : orange !important;
	font-size : 15px !important;
	font-weight : bold;
	line-height : 25px !important;
}

.errorleft{
	color : orange;
	font-weight : bold;
	padding-left : 5px;
	border-left : 5px solid red;
}
.errorright{
	color : orange;
	font-weight : bold;
	padding-right : 5px;
	border-right : 5px solid red;
}

/*Document*/
.document  p a.toggleShow{
	font-size : 20px !important;
	cursor : pointer;
}
.document div p{
	margin : 0;
}
.document  p span{
	font-size : 10px;
	font-style : italic;
}