/*
 * Généralités
 */

body{
	background: url(../../skins/defaut/bg.jpg) #3A3A3A;
	background-repeat: repeat-x;
	margin: 0px;
	color: #FFFFFF;
}

a:link		{color: #03D8FE; text-decoration: none;}
a:visited	{color: #03D8FE; text-decoration: none;}
a:hover		{color: #03D8FE; text-decoration: underline;}

a.menu_bas:link			{color: #7A7A7A; text-decoration: none;}
a.menu_bas:visited	{color: #7A7A7A; text-decoration: none;}
a.menu_bas:hover		{color: #7A7A7A; text-decoration: underline;}

strong		{font-weight: bold;}

p					{margin-top: 0px;}
img				{border: 0px;}
form			{margin: 0px;}

h3				{margin-top: 0px; color: #03D8FE;}

.center		{text-align: center;}
/*
 * Général
 */
 
#content{
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}

#logo{
	text-align: center;
}

#contenu{
	clear: both;
	padding: 21px;

}

#followus {
	position:absolute;
  left:50%;
  margin-left:310px;
  top:50px;
}

#lng {
  position:absolute;
  left:50%;
  margin-left:310px;
  top:100px;
}

.titre{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.italic{
	font-style: italic;
}

.error{
	background: red;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

/*
 * Formulaires
 */

.form{
	background: #5E5E5E;
	border: 1px solid #7B9EBA;
	padding: 2px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
}

.formsize1{width: 230px;}
.formsize2{width: 170px;}

/*
 * Menu 1
 */
 
#menu1{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 27px;
}

#menu1 li{float: left; margin: 0px; height: 27px; display: inline;}


/*
 * Menu 2
 */

#menu2{
	clear: both;
	margin: 0px 0px 0px 241px;
	padding: 0px;
	list-style-type: none;
	height: 37px;
}

#menu2 li{float: left; height: 37px; display: inline;}

/*
 * page accueil
 */
 
#context_accueil{
	overflow: hidden;
	height: 1%;
}

#lefttext_accueil{
	float: left;
	width: 379px;
	text-align: justify;
}

#righttext_accueil{
	float: left;
	width: 379px;
	text-align: justify;
	margin-left: 30px;
}

#footer{
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #ABAAAA;
	color: #7A7A7A;
	text-align: center;
}

.separ{margin: 0px 10px 0px 10px;}

/*
 * Page offres d'emploi
 */
 
.bullet{margin-right: 10px; vertical-align: -2px;}
.emploisearch{float: left; width: 100px; padding-top: 2px;}
.blocsearch{margin-bottom: 15px;}

#send_search{margin-left: 137px;}

.directory{margin-right: 5px; vertical-align: -1px;}
.titre_offre{font-weight: bold;}
.affdate{color: #04D4FF;}

.savoir_plus{text-align: right; font-weight: bold; margin: 5px 0px 5px 0px;}

.savoir_plus a:link			{color: #03D8FE; text-decoration: underline;}
.savoir_plus a:visited	{color: #03D8FE; text-decoration: underline;}
.savoir_plus a:hover		{color: #03D8FE; text-decoration: none;}


.arrow{margin-right: 5px; vertical-align: -1px;}
.arrow2{margin-right: 8px; vertical-align: -1px;}

.liste_offre{margin: 10px;}

#options_offre{margin-left: 180px;}
#postuler_send{margin-left: 220px;}

/*
 * Page candidature
 */
 
.candidsearch{float: left; width: 120px; padding-top: 2px;}
