/********----------STRUCTURE----------********/

body{
	background-image:url(/_img/structure/background_haut.jpg);
	background-repeat:repeat-x;
	width: 100%;
	margin:auto;
	font-family:arial;
	font-size:12px;
}

* {
	margin: 0px;
	padding: 0px;
	border:none;
	text-decoration:none;
}

input {
	border:1px solid #FFFFFF;
}
textarea {
	border:1px solid #FFFFFF;
}
.clear {
	clear:both;
	visibility:hidden;
}

#site_web {
	background-image:url(/_img/structure/background_bas.jpg);
	background-repeat:repeat-x;
	background-position:bottom; 
	margin:auto;
	width:100%;
}

#site_web2 {
	margin:auto;
	width:973px;
}

/** HEADER **/
#header {
	background-image:url(/_img/structure/header.jpg);
	background-repeat:no-repeat;
	width: 973px;
	height:410px;
	margin:auto;
}
#logo {
	float:left;
	width:192px;
	height:44px;
	margin-left:42px;
}
#navigation {
	float:left;
	text-align:center;
	height:33px;
	margin-left:8px;
	margin-top:10px;
}
#navigation a {
	color:#000000;
}
#navigation a:hover {
	color:#FFFFFF;
}
.espace {
	float:left;
	background-image:url(/_img/structure/menu_espace.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:32px;

}
.menu {
	float:left;
	position:relative;
	height:22px;
	padding-top:8px;
	cursor:pointer;
}

#caroussel {
	float:left;
	width:973px;
	height:219px;
}

.caroussel{
	float:left;
	position:relative;
	width:680px;
	height:189px;
	overflow:hidden;
	margin-top:30px;
	margin-left:60px;
}
#box{
	position:absolute;
}
.unElem{
	width:680px;
	float:left;
}

.caroussel_photo {
	float:left;
	width:251px;
	height:162px;
}
.caroussel_photo img{
	width:251px;
	height:162px;
}
.caroussel_texte {
	float:left;
	margin-left:45px;
	width:370px;
	height:132px;
	font-size:12px;
}
.caroussel_texte h3{
	color:#EC5800;
	font-size:20px; /* 28.65 */
	margin-bottom:7px;
	font-weight:normal;
}
.caroussel_lien {
	float:left;
	margin-left:45px;
	width:370px;
	height:48px;
	font-size:12px;
}
.caroussel_texte img{
	margin-top:7px;
}
#prev8, #next8 {
	background-repeat:no-repeat;
	margin-top:72px;
	float:left;
	width:71px;
	height:69px;
	cursor:pointer;
}
#prev8{margin-left:30px;background-image:url(/_img/structure/caroussel/caroussel_flechegauche.png);}
#next8{margin-left:35px;background-image:url(/_img/structure/caroussel/caroussel_flechedroite.png);}

#baseline {
	width:600px;
	height:100px;
	float:left;
	margin-left:78px;
	margin-top:47px;
}
#baseline_titre {
	float:left;
	color:#EC5800;
	font-size:20px;
	margin-bottom:10px;
}
#baseline_accr {
	float:left;
	font-size:18px;
}

#block_contact {
	background-image:url(/_img/structure/background_contact.png);
	background-repeat:no-repeat;
	position:relative;
	width:241px;
	height:206px;
	color:#FFFFFF;
	font-weight:bold;
}
#block_contact {
	left:697px;
	top:262px;
	!left:25px;
	!top:0px;
}
#icone_tel {
	background-image:url(/_img/structure/contact_icontel.png);
	background-repeat:no-repeat;
	position:absolute;
	width:213px;
	height:34px;
	top:28px;
	left:24px;
	font-size:17px;
}
#contact_tel {
	position:absolute;
	top:77px;
	left:71px;
	font-size:17px;
}
#icone_mail {
	background-image:url(/_img/structure/contact_iconmail.png);
	background-repeat:no-repeat;
	position:absolute;
	width:213px;
	height:34px;
	top:108px;
	left:28px;
	font-size:14px;
	cursor:pointer;
}
#icone_fleche {
	background-image:url(/_img/structure/contact_iconfleche.png);
	background-repeat:no-repeat;
	position:absolute;
	width:200px;
	height:27px;
	top:161px;
	left:28px;
	font-weight:normal;
	cursor:pointer;
	font-size:14px;
}
				
				
/** CONTENT **/
#content {
	background-image:url(/_img/structure/background_content.png);
	background-repeat:repeat-y;
	width:100%;
	min-height:455px;
	float:left;
}

#content_haut {
	width:100%;
	float:left;
}

#content_content {
	float:left;
	width:869px;
	min-height:439px;
}
#content_shadow_left, #content_shadow_right{
	float:left;
	min-height:439px;
	background-repeat:no-repeat;
}

#content_shadow_left{width:38px;background-image:url(/_img/structure/content_shadow_left.jpg);}
#content_shadow_right{width:42px;background-image:url(/_img/structure/content_shadow_right.jpg);}


/** FOOTER **/

#footer {
	width:100%;
	height:31px;
	color:#FFFFFF;
	float:left;
}

#footer_content {
	background-image:url(/_img/structure/background_footer.png);
	background-repeat:repeat-x;
	float:left;
	width:872px;
	height:31px;
}
#footer_gauche, #footer_droite{
	background-repeat:no-repeat;
	float:left;
	width:14px;
	height:31px;
}
#footer_gauche {
	background-image:url(/_img/structure/footer_ombre_gauche.png);
}
#footer_droite {
	background-image:url(/_img/structure/footer_ombre_droite.png);
}

#footer_copyright {
	float:left;
	margin-top:7px;
	margin-left:350px;
}
#footer_mentions {
	float:left;
	margin-top:7px;
	margin-left:254px;
}

#footer_mentions a {
	color:#FFFFFF;
}


/** ACCUEIL **/

#accueil_haut {
	float:left;
	width:100%;
	height:441px;
}
.accueil_bloc {
	float:left;
	width:264px;
	height:368px;
	margin-left:21px;
	margin-top:73px;
}
.accueil_bloc_titre {
	float:left;
	width:253px;
	height:21px;
	border-bottom: 1px dotted #EC5800;
	font-size:17px;
	color:#EC5800
}
.accueil_bloc_photo {
	float:left;
	width:100%;
	height:75px;
	margin-top:10px;
}
.accueil_bloc_texte {
	float:left;
	width:100%;
	height:169px;
	padding-top:10px;
	line-height:18px;
}

.accueil_bloc_texte a {
	color:#FF6600;
	text-decoration:underline;
}

.accueil_bloc_detail {
	float:left;
	width:100%;
	height:29px;
	padding-top:40px;
}
.accueil_bloc_detail img{
	float:right;
}
#accueil_bas {
	float:left;
	width:100%;
	height:184px;
}
#accueil_bas a{
	color:#000000;
}
.accueil_bloc_actu {
	float:left;
	width:234px;
	height:184px;
	margin-left:21px;
}
.accueil_bloc_ref {
	float:left;
	width:179px;
	height:184px;
}
.accueil_bloc_contact {
	float:left;
	width:435px;
	height:184px;
}

.accueil_blocbas_titre {
	float:left;
	width:100%;
	height:41px;
	font-size:18px;
	cursor:pointer;
}
.accueil_blocbas_titre img{ 
	float:left;
	margin-right:5px;
}

.accueil_blocbas_content {
	float:left;
	width:100%;
	height:143px;
}
#accueil_fondu_img {
	background-image: url(/_img/accueil/background_references.png);
	background-repeat: no-repeat;
	float:left;
	width:160px;
	height:120px;
}
#accueil_fondu_img img{
	width:153px;
	height:90px;
	margin-top:15px;
	margin-left:4px;
	position:absolute;
	display:block;
}
.accueil_blocbas_content ul {
	padding-left:9px;
	list-style:none;
}
.accueil_blocbas_content li {
	background-image: url(/_img/accueil/fleche_list.png);
	background-repeat: no-repeat;
	line-height:22px;
	padding-left:14px;
}

#accueil_contact_gauche {
	float:left;
	width:163px;
}
#accueil_formulaire_contact {
	float:left;
	width:100%;
	margin-top:5px;
}
.accueil_contact_input {
	background-image: url(/_img/accueil/background_input.png);
	background-repeat: no-repeat;
	width:147px;
	height:22px;
	margin-top:10px;
}
#accueil_contact_gauche input{
	width:139px;
	height:15px;
	margin-top:2px;
	margin-left:4px;
}
#accueil_contact_milieu {
	float:left;
	width:220px;
}
#accueil_contact_milieu textarea{
	height:106px;
	width:208px;
	margin-top:5px;
	margin-left:7px;
}
.accueil_contact_textarea {
	background-image: url(/_img/accueil/background_textarea.png);
	background-repeat: no-repeat;
	width:220px;
	height:115px;

}
#accueil_contact_droite {
	float:left;
	width:51px;
}
.accueil_contact_error {
	float:left;
	margin-top:14px;
	margin-left:21px;
	color:#FF0000;
	font-size:13px;
}
.accueil_btn_formu {
	background-image: url(/_img/accueil/btn_ok.png);
	background-repeat: no-repeat;
	padding-top:19px;
	padding-left:18px;
	margin-top:34px;
	width:50px;
	height:51px;
	cursor:pointer;
	color:#FFFFFF;
	font-size:11.32px;
}

/*** ACTUALITE ***/

#actu_titre {
	float:left;
	width:100%;
	height:50px;
	color:#EC5800;
	font-size:18px;
	font-weight:normal;
}

#actu_content {
	float:left;
	width: 100%;
	padding-top:10px;
}
#actu_content_texte {
	line-height:21px;
}

#actu_content_texte a{
	color:#FF6600;
	text-decoration:underline;
}

#actu_content_img {
	float:right;
	width:250px;
	height:175px;
}
#actu_content_img img{
	float:right;
	width:236px;
	height:168px;
}

#actu_pagination {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	font-size:12px;
}
#actu_pagination a{
	color:#000000;
	text-decoration:underline;
}

/*** RESTE ***/

#content_gauche {
	float:left;
	margin-left:23px;
	width:590px;
}
#content_gauche_img {
	float:left;
	width:294px;
	height:190px;
}

#content_gauche_img img{
	width:280px;
}

#content_gauche_texte {
	line-height:21px;
}
#content_gauche_texte p {
	font-size:13px;
	margin-top:11px;
}
#content_gauche_texte ul {
	margin-left:15px;
	list-style:none;
	*list-style-type: disc;
	list-style-position: inside;
}
#content_gauche_texte li:before {
	content: "- ";
}

#content_droite {
	margin-left:74px;
	padding-top: 55px;
	float:left;
	width:182px;
}
#content_droite_references {
	background-image: url(/_img/structure/background_references.png);
	background-repeat: no-repeat;
	width:190px;
	height:185px;
}
#content_droite_references img{
	width:171px;
	height:84px;
}
#content_droite_references1 {
	position:relative;
	width:171px;
	height:84px;
	left:11px;
	top:6px;
}
#content_droite_references2 {
	position:relative;
	width:171px;
	height:84px;
	left:11px;
	top:9px;
}


/*** TABLEAU JAUNE ***/

/*** FORMATION ***/
#content_tableaux_jaunes {
	float:left;
	width:777px;
	margin-top: 10px;
	padding-left:15px;
}
.div_jaune {
	width:738px;
	background-color: #F1610F;
	color:#FFFFFF;
	padding-left:30px;
	padding:15px;
	margin-bottom: 10px;
}

.div_jaune h2{
	font-size: 14px;
	font-weight:bold;
}
.tableau_jaune {
	width: 381px;
	float:left;
	margin-right:7px;
}
.tableau_jaune tr {
	padding: 5px;
	background-color: #F1610F;
}
.tableau_jaune td {
	border: 1px solid #FFFFFF;
	padding: 5px;
	text-align: center;
	background-color: #F1610F;
	color:#FFFFFF;
}

.tableau_jaune td ul{
	margin-left:10px;
}

/*** PLATEFORME ***/

.tableau_jaune2 {
	width:600px;
	float:left;
	margin-right:7px;
}
.tableau_jaune2 tr {
	padding: 5px;
	background-color: #F1610F;
}
.tableau_jaune2 td {
	border: 1px solid #FFFFFF;
	padding: 5px;
	padding-left:9px;
	background-color: #F1610F;
	color:#FFFFFF;
	width: 138px;
}

.jaune2_decal {
	padding-left:20px !important;
}
/*** REFERENCES ***/

.ref_titre_categ {
	color :#EC5800;
	font-size:16px;
}

.ref_liste {
	font-size:13px;
	margin-bottom:10px;
	list-style: disc;
}

/*** CONTACT ***/

#contact_bloc {
	width:100%;
	padding-left:21px;
	margin-top:60px;
}
#contact_bloc_gauche {
	float:left;
	width:49%;
}
#contact_bloc_gauche h1{
	color:#EC5800;
	text-align:center;
}
#contact_bloc_gauche p{
	margin-top:10px;
	text-align:center;
}
#contact_bloc_gauche a{
	color:#000000;
}
.contact_bloc_form {
	float:left;
	width:100%;
	margin-top:15px;
}

#contact_bloc_droite {
	float:left;
	width:49%;
	padding-left:15px;
}
#contact_gauche {
	float:left;
	width:180px;
	height:135px;
	text-align:center
}
#formulaire_contact {
	float:left;
	width:100%;
	margin-top:5px;
}
.contact_input {
	background-image: url(/_img/accueil/background_input.png);
	background-repeat: no-repeat;
	width:147px;
	height:22px;
	margin-top:10px;
}
#contact_gauche input{
	width:139px;
	height:15px;
	margin-top:2px;
	margin-left:4px;
}
#contact_droite {
	float:left;
	width:220px;
	height:135px;
}
#contact_droite textarea{
	height:106px;
	width:208px;
	margin-top:5px;
	margin-left:7px;
}
.contact_textarea {
	background-image: url(/_img/accueil/background_textarea.png);
	background-repeat: no-repeat;
	width:220px;
	height:115px;

}
#contact_bouton {
	float:left;
	width:51px;
	margin-left:138px;
}
.contact_error {
	float:left;
	margin-top:14px;
	margin-left:21px;
	color:#FF0000;
	font-size:13px;
}
.contact_btn_formu {
	background-image: url(/_img/accueil/btn_ok.png);
	background-repeat: no-repeat;
	padding-top:19px;
	padding-left:18px;
	width:50px;
	height:51px;
	cursor:pointer;
	color:#FFFFFF;
	font-size:11.32px;
}
