/* CSS éléments communs */

body {
	z-index: 0;
	}
	
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	background: url(img/bg.jpg) repeat-x #ffffff center top;
	padding:0;
	margin: 0 auto;
	}

.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	background: url(img/bg2.jpg) repeat-x #ffffff center top;
	padding:0;
	margin: 0 auto;
	}

p {
	margin:0;
	padding: 0;
	}
	
#conteneur {
	width: 1000px;		
	margin:0 auto;
	}

#header {
	width: 1000px;
	}

#logo {
	height: 242px;
	width: 260px;
	float: left;
	}

#logo2 {
	height: 200px;
	width: 260px;
	float: left;
	}

#head {
	height: 242px;
	width: 740px;
	float: left;
	}

#head2 {
	height: 200px;
	width: 740px;
	float: left;
	}
	
.clear {
	clear: both;
	margin: 0;
	}

.seule {
	margin: 0;
	padding: 0;
	z-index: 1;
	}
	
#main {
	width:1000px;
	}
	
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #6b82a1;
	padding: 8px 0 0 20px;
	margin:0;
	}


/* CSS GAUCHE CEGID */


#gauche {
	width: 260px;
	background: url(img/gauche.jpg) repeat-y;
	float: left;
	margin: 0;
	height: 380px;
	}

#gauche2 {
	width: 260px;
	background: url(img/gauche.jpg) repeat-y;
	float: left;
	margin: 0;
	height: 480px;
	}

#gauche3 {
	width: 260px;
	background: url(img/gauche.jpg) repeat-y;
	float: left;
	margin: 0;
	height: 360px;
	}
	
#gauche4 {
	width: 260px;
	background: url(img/gauche.jpg) repeat-y;
	float: left;
	margin: 0;
	height: 700px;
	}	
	
#gauche5 {
	width: 260px;
	background: url(img/gauche.jpg) repeat-y;
	float: left;
	margin: 0;
	height: 510px;
	}	

#tags {
	width: 240px;
	margin-left: 20px;
	text-align: center;
	background: url(img/tags.jpg) no-repeat #dfe7ef;
	height: 262px;
	line-height: 31px;
	font-weight: normal;
	}
	
#tags2 {
	width: 240px;
	margin-left: 20px;
	text-align: center;
	background: url(img/tags2.jpg) no-repeat #dfe7ef;
	line-height: 31px;
	font-weight: normal;
	}
	
#tags4 {
	width: 240px;
	margin-left: 20px;
	text-align: center;
	background: url(img/tags2.jpg) no-repeat #dfe7ef;
	line-height: 31px;
	font-weight: normal;
	height: 600px;
	}	
	

#tags5 {
	width: 240px;
	margin-left: 20px;
	text-align: center;
	background: url(img/tags2.jpg) no-repeat #dfe7ef;
	line-height: 31px;
	font-weight: normal;
	height: 420px;
	}	
	
.tag_grand_fin, .tag_grand_fin:link, .tag_grand_fin:visited, .tag_grand_fin:hover {
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #6b82a1;
	}

.tag_normal,.tag_normal:link,.tag_normal:visited,.tag_normal:hover {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #6b82a1;
	}

.tag_grand_gras, .tag_grand_gras:link, .tag_grand_gras:visited, .tag_grand_gras:hover {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #6b82a1;
	}	

.tag_maxi_gras {
	font-weight: normal;
	font-size: 19px;
	text-decoration: none;
	color: #6b82a1;
	}
	
.tag_simple, .tag_simple:link, .tag_simple:visited, .tag_simple:hover {
	color: #6b82a1;
	font-size: 12px;
	text-decoration: none;
	}
	

/* CSS DROITE CONTENU  */

#droite {
	width: 740px;
	float: left;
	background: url(img/bg_main.jpg) repeat-y;
	margin:0;
	height: 380px;
	}

#droite2 {
	width: 740px;
	float: left;
	background: url(img/bg_main.jpg) repeat-y;
	margin:0;
	height: 480px;
	}

#droite3 {
	width: 740px;
	float: left;
	background: url(img/bg_main.jpg) repeat-y;
	margin:0;
	height: 360px;
	}
#droite4 {
	width: 740px;
	float: left;
	background: url(img/bg_main.jpg) repeat-y;
	margin:0;
	height: 700px;
	}	
#droite5 {
	width: 740px;
	float: left;
	background: url(img/bg_main.jpg) repeat-y;
	margin:0;
	height: 510px;
	}


/* CSS FOOTER */

#footer {
	margin: 0px;
	padding: 0;
	}
	
#liens_footer {
    background: url("img/footer_menu.jpg") no-repeat scroll 0 0 transparent;
    margin: 0;
    padding-left: 284px;
    padding-right: 21px;
    text-align: left;
    width: 695px;
	}

.lien_isl {
    background-color: #FFFFFF;
    border: 1px solid #002D5B;
    border-radius: 3px 3px 3px 3px;
    color: #002D5B;
    float: right;
    font-weight: bold;
    height: 12px;
	font-size:11px;
    line-height: 12px;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 240px;
	}

.lien_isl img {
    border: medium none;
    float: left;
    height: 13px;
    padding-right: 5px;
    width: 13px;
	}	

.connexion{
    width: 240px;
    float:right;
    height: 30px;
	margin: 0;
	padding:0;
}
	
.connexion .lien_isl {
    margin: auto;
    padding: 0;
	text-decoration:none;
	border:none;
	width:200px;
	margin-left:20px;
	margin-right:20px;
	}

.connexion .lien_isl img {
    border: medium none;
    float: left;
    height: 30px;
    width: 200px;
	border:none;
	}	

.liens_footer, .liens_footer:link, .liens_footer:visited, .liens_footer:hover {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	}

#pied_de_page {
	margin: 0;
	width: 1000px;
	background: url(img/bg_pied.jpg) repeat-x;
	}
	
#pied_de_page1 {
	margin: 0 0 0 15px;
	text-align: left;
	width: 600px;
	color: #a4b1c1;
	float: left;
	}

#pied_de_page2 {
	margin: 0 15px 0 0;
	text-align: right;
	float: right;
	width: 350px;
	color: #a4b1c1;
	}
	
.pied_texte {
	color: #a4b1c1;
	text-decoration: none;
	}
	
	
/* CSS MENU */

	
.item_menu {
	float: left;
	margin: 0;
}

.sucker{
	position:relative;
	z-index: 11;
}

.sucker ul{
	width: 210px; 
	display: block;
	visibility:hidden;
	position:absolute;
	top:41px;
	left: 30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	/* gestion de la transparence */
    -moz-opacity:0.9;
    opacity: 0.9;
    -khtml-opacity: 0.9;
	filter:alpha(opacity=90);
	/* gestion de la transparence */
}
.sucker ul li a{
	display:inline-block;
	width:210px;
	height:20px;
	border-bottom:1px solid #ffffff;
	background:#a5dfd2;
	color:#526a8b;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
.sucker ul li a:hover{
	background:#97d3c5;
}
.sucker ul li a span{
	padding : 3px 0 0 15px;
	display:block;
}
	
	

/* CSS ACCEUIL */

#actu {
	float: left;
	width: 380px;
	}

#encart {
	float: left;
	width: 340px;
	}

#bouton_accueil {
	margin: 0 0 12px 0;
	}
	
	
#titre_encart {
	background: url(img/titre_encart.jpg) no-repeat;
	height: 30px;
	}

.titre_encart {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0;
	}

#photo_encart {
	margin: 0;
	float: left;
	height: 194px;
	width: 82px;

	}

#texte_encart {
	float: left;
	background: url(img/texte_encart.jpg) no-repeat;
	width: 258px;
	height: 194px;
	}
	
#texte_encart2 {
	float: right;
	background: url(img/texte_encart.jpg) no-repeat;
	width: 258px;
	height: 194px;
	margin-bottom: 50px;
	margin-left: 15px;
	}
	
#texte_encart3 {
	float: right;
	background: url(img/texte_encart.jpg) no-repeat;
	width: 190px;
	margin-bottom: 20px;
	margin-left: 15px;
	}
	
		

.texte_encart {
	color: #50637e;
	font-size: 13px;
	text-align: justify;
	margin: 12px 15px 0 10px;
	}

.texte_encart2 {
	font-size: 13px;
	text-align: right;
	margin: 10px 15px 0 10px;
	}

.texte_encart3 {
	color: #50637e;
	font-size: 11px;
	text-align: left;
	margin: 12px 15px 0 10px;
	}

.lien_encart, .lien_encart:link, .lien_encart:visited {
	text-decoration: none;
	color: #ffffff;
	}

.lien_encart:hover {
	text-decoration: underline;
	}


#titre_actu {
	width: 380px;
	height: 30px;
	background: url(img/titre_une.jpg) no-repeat;
	}

.titre_actu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #6b82a1;
	padding: 8px 0 0 20px;
	margin:0;
	}
	
.texte_actu {
	font-family: Arial, Helvetica, sans-serif
	font-size: 11px;
	color: #707070;
	padding: 8px 8px 0 20px;
	margin:0;
	text-align: justify;
	}

.texte_titre_actu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #707070;
	font-weight: bold;
	text-align: left;
	}

.lien_actu,.lien_actu:link, .lien_actu:visited, .lien_actu:hover {
	font-size: 11px;
	color: #6b82a1;
	text-decoration:underline;
	}

#ill_actu {
	float: left;
	padding: 8px 8px 3px 20px;
	margin:0;
	}


/* CSS OFFRE CEGID */

#titre {
	width: 740px;
	height: 30px;
	background: url(img/titre.jpg) no-repeat;
	}

#texte_main {
	width: 480px;
	float:left;
	margin: 20px 15px 0 13px;
	}

#texte_main2 {
	width: 700px;
	margin: 20px 15px 0 13px;
	}
	
#gauche_main {
	float:left;
	width: 200px;
	}

#gauche_main2 {
	float:left;
	width: 200px;
	margin-top: 20px;
	}

#focus {
	width: 200px;
	height: 221px;
	background: url(img/focus.jpg) no-repeat;
	}

#ill {
	margin: 0 15px 15px 0;
	float: left;
	}

.texte_main {
	font-size: 13px;
	color: #333333;
	text-align: justify;
	}
	
.texte_fleche {
	font-size: 13px;
	color: #333333;
	text-align: justify;
	background-image: url(img/fleche_bleue.jpg);
	background-repeat: no-repeat;
	margin-left: 230px;
	padding-left: 30px;
}

.texte_fleche a {
	font-family: Arial, Helvetica, sans-serif;
	color: #868686;
	text-decoration: underline;
	}
	
.texte_fleche a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #868686;
	text-decoration: none;
	}		
	
.bleu_clair{
	font-size: 13px;
	color: #6b82a1;
	text-align: justify;
	font-weight: bold;
	}
	

.vert_clair{
	font-size: 13px;
	color: #83c7b7;
	text-align: justify;
	font-weight: bold;
	}
	
.texte_focus {
	color: #50637e;
	font-size: 19px;
	margin-left: 10px;
	line-height: 21px;
	font-weight: bold;
	}
	
#bouton_droite {
	margin-right: 15px;
	float: right;
	}

.liste {
	margin: 3px 0 0 0;
	padding-left: 320px;
	color: #6b82a1;
	font-size: 12px;
	text-decoration: none;
	display: block;
	}

.liste2 {
	margin: 3px 0 0 0;
	padding-left: 120px;
	color: #6b82a1;
	font-size: 12px;
	text-decoration: none;
	display: block;
	}
.liste3 {
	margin: 15px 0 10px 0;
	padding-left: 270px;
	color: #6b82a1;
	font-size: 12px;
	text-decoration: none;
	display: block;
	}	

/* SERVICES */

.service_fleche {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	background: url(img/fleche_bleue.jpg) no-repeat;
	height: 19px;
	padding-left: 30px;
	margin-bottom: 5px;
	}

.service_sans_fleche {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	height: 19px;
	padding-left: 30px;
	}

#service1 {
	float:left;
	width:340px;
	height: 130px;
	}

#service2 {
	float:right;
	width:340px;
	height: 130px;
	}

/* TECHNOLOGIES */

#techno1 {
	float: left;
	background: url(img/techno1.jpg) no-repeat;
	width: 253px;
	}

#techno2 {
	float: left;
	background: url(img/techno2.jpg) no-repeat;
	width: 242px;
	}
	
#techno3 {
	float: left;
	background: url(img/techno3.jpg) no-repeat;
	width: 245px;
	}

.titre_techno {
	font-size: 16px;
	color: #6b82a1;
	padding: 8px 0 0 22px;
	margin:0;
	font-weight: bold;
	}

.titre_techno2 {
	font-size: 16px;
	color: #6b82a1;
	padding: 8px 0 0 12px;
	margin:0;
	font-weight: bold;
	}

#colone_techno1 {
	float: left;
	width: 230px;
	margin-left: 10px;
	}

#colone_techno2 {
	float: left;
	width: 230px;
	margin-left: 10px;
	}

#colone_techno3 {
	float: left;
	width: 230px;
	margin-left: 10px;
	}
	
.service_sans_fleche2 {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	height: 19px;
	}


/* PARTENAIRES */


#partenaire1 {
	float: left;
	width: 285px;
	margin: 0;
	}

#partenaire2 {
	float: left;
	width: 294px;
	margin: 0;
	}
	
#part3 {
	float: left;
	width: 141px;
	}
	
	
.presse  {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.corp-presse {
	background-image: url(img/bas_encart_presse.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: -20px;
	background-color: #B7CFE9;
}


.titre_part {
	font-size: 16px;
	color: #6b82a1;
	font-weight: bold;
	display: block;
	}

#colone_part1 {
	width: 260px;
	float: left;
	padding-left: 20px;
	}

#colone_part2 {
	width: 269px;
	float: left;
	padding-left: 20px;
	}

.part_fleche {
	color: #000000;
	font-size: 11px;
	background: url(img/fleche_bleue.jpg) no-repeat;
	min-height: 19px;
	padding-left: 30px;
	}

.part_sans_fleche {
	color: #000000;
	font-size: 11px;
	min-height: 19px;
	text-align: justify;
	}
	

/* CONTACT */

.texte_form {
	font-size: 11px;
	color: #707070;
	text-align: left;
	}

/* AUTRES */

a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* RECRUTEMENT */

#droite_recru {
    background: url("img/bg_main.jpg") repeat-y scroll 0 0 transparent;
    float: left;
    height: 1480px;
    margin: 0;
    width: 740px;
}
#tags_recru {
    background: url("img/tags3.jpg") no-repeat scroll 0 0 #DFE7EF;
    font-weight: normal;
    line-height: 31px;
    margin-left: 20px;
    text-align: center;
    width: 240px;
	height:1360px;
}
