/*----------------------------- Global -------------------------*/
*
{
  /*margin : 0;*/
}

html, body
{
  height: 100%;  
}

body
{
  color: #3f3f3f;
	padding: 0;
	margin: 0;
	background: #FFF url(/images/bg.png) repeat-y scroll center top;
	font-family: arial;
	text-align: justify;
	font-size: 12px;
}

h1 /*,h2,h3,h4,h5,h6*/
{
  color: #9CA7D1;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

h1 .error_title ,h2 .error_title,h3 .error_title, h4 .error_title, h5 .error_title,h6 .error_title
{
  color: #A4BCD8;
  font-style: italic;
}

hr
{
	border: 0;
	clear: both;
	margin: 0;
}

a, a:visited
{
	text-decoration: none;
	color: #3f3f3f;
	/*color: #3570B7;*/
}

a:hover
{
	color: gray;*/
	/*color: #A4BCD8;*/
}

a img
{
	border: none;
}

.become_img
{
	position: relative;
	top: 12px;
}

ul
{
  margin: 0;
  padding: 0;
	list-style-type: none;
}

#login-button
{
  height:21px;
  padding:3px;
  position:relative;
  top:2px;
  width:35px;
}

.button
{
  background-color: #464F71;
  font-family: Arial;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  border: 0;
  cursor: pointer;
}

#categories ul
{
  margin: 10px 10px 22px 10px;
  padding: 0;
}

#categories ul li a
{
  color:#3F3F3F;
  text-transform: none;
}

#global
{
	z-index: 2;
  height: 100%;
  margin: auto;
  width: 1022px;
  position: relative;
  background-color: #FFF;
}

.bar
{
	background-color: black;
	position: absolute;
	z-index: 1;
	width: 50%;
	height: 30px;
}
#left_bar
{	
	left: 0px;
	top: 133px;
}

#right_bar
{
	top: 231px;
	right: 0px;
}

/*----------------------------- Header ------------------------*/
#header
{
  padding-top: 40px;
  z-index: 100;
  height: 221px;
  background: transparent url(/images/crosse.png) no-repeat 74% 100%;
}

#header #book
{
  float: right;
  margin: 15px 60px 0 0;
}

#header #title
{
	color: #FF7300;
	font-size: 60px;
	margin: 0 67px 35px 67px;
	background: transparent url(/images/icasore.png) no-repeat top left;
	width: 352px;
	height: 58px;
	float: left;
}

#header #title h1
{
	display: none;
}

/*------------------ Links -----------------------*/
#links
{
	text-transform: uppercase;
	width: 645px;
	clear: both;
	position: relative;
	bottom: 63px;
	z-index: 100;
}

#links ul
{
	background-color: black;
	height: 30px;
	padding: 0;
	margin: 0;
}

#links #menu li
{
	position: relative;
	color: white;
	float: left;
	list-style-type: none;
	margin: 8px 0;
	padding: 0 30px;
	border-right: solid gray 1px;
}

#links .last
{
	border: none;
}

#links a
{
  font-size: 0.9em;
  color: white;
  text-decoration: none;
}



#links .sub-menu
{
	background-color: #FFF;
	position: absolute;
	width: 150px;
	padding: 0;
	margin: 0;
	left: 0px;
	top: 22px;
	display: none;
}


#links #menu li ul li
{
	border: none;
	margin: 0;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#links .sub-menu li a
{
	display: block;
	width: 100%;
	padding: 5px 0px 5px 30px;
	background: #000 url(/images/menu-background.png) no-repeat; 
	color: white;
	height: 20px;
	text-transform: none;
}

#links .sub-menu li a:hover
{
  background: #000 url(/images/menu-background_hover.png) no-repeat;
}

/*------------------------------- account -------------------*/
#account
{
	z-index: 100;
	margin: 5px 0 0 0;
	float: right;
	background-color: #000;
	padding: 2px 2px 0;
	height: 28px;
	width: 227px;
	text-align: right;
}

#logged
{
  padding: 5px 10px;
}

#account a
{
	color: white;
}

.account_field
{
	width: 70px;
	border: solid 1px black;
	background-color: white;
}

#signin_remember
{
  border: solid 1px black;
  background-color: black;
  position: relative;
  top: 2px;
}

/*---------------------------- Content -----------------------*/
.content
{
	float: left;
	padding: 0 0 0 20px;
}

#main
{
  position: relative;
  bottom: 95px;
}

#flash
{
	width: 50%;
	margin-left: 15%;
	margin-top: 20px;
	text-align: center;
	top: 15px;
	z-index: 10;
}

.notice
{
	color: #A4BCD8;
}

.error
{
	color: #FF7300;
}

#left_sidebar
{
	width: 170px;
	font-size: 13px;
}

#content
{
	width: 550px;
	margin: 0px 10px 0 0;
	z-index: 50;
}


#content_header
{
  width:465px;
}

#content_inner
{
  width: 100%;
}

#right_sidebar
{
	width: 230px;
	position: relative;
	top: 80px;
}

.become_infos
{
  float: right; 
  font-size: 16px;
  margin-right: 40px; 
}

/*----------------- Document --------------------*/
.document
{
	clear: both;
}

#last_documents .document_title
{
  font-size: 0.8em;
  width: 135px;
}

.account_document .document_title
{
  width: 160px;
}

.document_title
{
  text-align: left;
	float:left;
	font-style: italic;
	font-size: 1.1em;
	width: 400px;
}

.document_type
{
	float: right;
	font-size: 0.8em;
}

.document_operations
{
  position: relative;
  left: 40px;
  margin : 0 10px;
  float: right;
  font-size: 0.7em;
}

/*-------------------- Footer -------------------*/
#footer
{
	clear:both;
	text-align:center;
}

#footer a
{
  font-size: 0.9em;
	padding: 0 10px;
}

/*----------------- Comment ca marche -----------------*/

.title
{
}

.par
{
  width: 90%;
  margin-left: 3%;
}

.mega_letter
{
  font-size: 30px;
}

#workAuthor .mega_title,#workAuthor .title
{
  color:#365F91;
}

#workEditor .mega_title,#workEditor .title
{
  color:#7030A0;
}

.expand
{
  cursor: pointer;
}
  
.mega_title
{
  font-size:12.0pt;
  line-height:115%;
  font-weight:bold;
  margin: 20px 0;
}

.title 
{
  font-weight:bold;
  margin: 20px 0;
}

.answer
{
  display: none;
  overflow: hidden;
  position: relative;
}

.error_list
{
  margin: 5px 0 10px 0;
  padding: 0;
  width: 200px;
}

.error_list li
{
  font-size: 0.8em;
  color: #FF7300;
  text-align: right;
}

.pager
{
  clear: both;
  text-align: right;
  margin: 10px 60px 0 0;
}

.pager a img
{
  position: relative;
  top: 3px;
}

.pager .pager_page
{
  margin: 0 3px;
  padding: 0 5px;
}

#document_search_form label
{
  display: none;
}

#document_search_form submit
{
  width: 80px;
}

#document_search_form #search_search
{
  width: 100px;
}

.text-orange
{
  color: #FF6D00;
}

.text-bleu
{
  color: #A4BCD8;
}

#header-link-slot
{
  position: absolute;
  top: 85px;
  left: 265px;
}

#header-link-slot a, #header-link-slot a:visited,
.menu_title a, .menu_title a:visited,
#categories li a, #categories li a:visited
{
  color: #3F3F3F;
}

#header-link-slot a:hover,
.menu_title a:hover,
#categories li a:hover
{
  color: gray;
}

/*------ Sidebar ------*/
.box
{
  width: 100%;
  margin: 15px 0;
}

.box-title
{
  text-transform: uppercase;
  text-align: left;
  margin: 5px 2px;
}

.box-line
{
  position: relative;
  left: 5%;
}

.box-content
{
  padding: 10px;
}

#apps-links
{
  position: absolute;
  width: 150px;
  top: 0;
  left: 500px;
}

#app-link-work
{
  position: relative;
  top: 28px;
  z-index: 1;
}

#app-link-blog
{
  position: relative;
  top: 13px;
  z-index: 2;
}

#app-link-library
{
  position: relative;
  z-index: 3;
}

.blue-link, .blue-link a 
{
  color: #9CA7D1;
  font-size: 14px;
  position: relative;
  top: 3px;
  margin-left: 5px;
  text-transform: uppercase;
  background-color: #FFF;
  padding: 5px;
  display: inline;
}

.corner
{
  border: solid 1px #DFDFDF;
}

.background-corner
{
  background-color: #9CA7D1;
  padding: 2px 10px;
  color: white;
  font-weight: bold;
}

.box-line
{
  background: transparent url(/images/icons/trait_horizontal_document_search.png);
  width: 150px;
  height: 1px;
}

.footer-line
{
  background: transparent url(/images/icons/trait_horizontal.png);
  width: 250px;
  height: 1px;
  margin: 15px auto;
}
