/* START IMPORT */
	@import "content.css";
	
/* GENERAL */
	* { padding: 0; margin: 0; }

/* BODY */
	body {
		font-family: 			Arial, sans-serif;
		font-size: 				13px;
		background-color:		#eee;
	}

/* TEMPLATES */
	div#wrapper {
		margin: 				10px 0px 0px 0px;
	}
	
	div#header {
		height:					102px;
		width:					100%;
		background: 			url(../images/header.jpg) 0 -1px repeat-x #DDDADA ;
	}

	div#header.formation {
		background: 			url(../images/header_formation.jpg) 0 -1px repeat-x #DDDADA ;
	}

	div#header.valid.expert-it.com {
		background: 			url(../images/header_staging.jpg) 0 -1px repeat-x #DDDADA ;
	}

	div#header.www.valid.localhost {
		background: 			url(../images/header_staging.jpg) 0 -1px repeat-x #DDDADA ;
	}


ul#menu_h {
		border-bottom:			1px solid #C1C1C1;
		background: 			white;
		height:					25px;
		margin:					0px;
		padding:				0px 0px 0px 50px;
	}
	ul#menu_v {
		border:					1px solid #C1C1C1;
		border-bottom:			none;
		background: 			white;
		margin:					0px;
		padding:				0px;
		width:					170px;
		float:					left;	
	}
	div#login {
		border:					1px solid #C1C1C1;
		background: 			white;
		padding:				10px;
		margin:					10px;
	}
	div#login form {
		width:					300px;
		margin:					0px auto;
	}
	div#content {
		border:					1px solid #C1C1C1;
		background: 			white;
		margin:					0px 10px 0px 180px;
		padding:				10px;
	}
	div#fullcontent {
		border:					1px solid #C1C1C1;
		background: 			white;
		margin:					0px 10px;
		padding:				10px;
	}
	span.created_by_conseiller {
		border:					1px solid #C1C1C1;
		padding:				3px;
		font-weight: 		bold;
	}

	select.select_candidat_privacy {
		width: 300px !important;
	}

  #encode_privacy_life th {
    width:300px;
  }

  #encode_privacy_life label {
    font-weight: normal;
    width: auto;
  }

	#verifguidanceform label {
		font-weight: normal;
		width: auto;
	}

	#auteur_reponse {
		font-weight: bold;
	}

	#text_reponse {
		padding-left: 10px;
		padding-top: 5px;
		font-style: italic;
	}
