/* Body */
body {
	margin: 10px 0;
	background: #ffffff;
	font: normal small Arial, Georgia, "Times New Roman", Times, serif;
	color: #777777;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #414141;
}

.clear {
	clear: both;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/* 
-----------------
Header 
-----------------
*/


/* Header > Logo */
#logo {
	width: 160px;
	height: 100px;
	background: url('../images/logo.png') no-repeat;
	margin-left: 20px;
	margin-top: 5px;
}

/* Header > Barre Horizontale */
#barre_horizontale {
	margin-top: 0px;
	margin-left: 15px;
	/*width: 1000px;*/
	height: 25px;
	background: url("../images/barre_horizontale.png") no-repeat;
}

/* Header > Flags */

#flags {
	margin-top: -20px;
	margin-left: 930px;
}
#flags a img {
	border: 0px solid white;
}



/* 
------------------
Navigation Gauche 
------------------
*/
#navigation_gauche {
	
	float:left !important;
	margin-top: 0px;
	margin-left: 20px;
	-margin-left: 10px;
	width: 160px;
	height: 300px;
	background: url("../images/navigation_gauche.png") no-repeat;
}

/* Navigation Gauche > Menu */
#menu {
	margin-top: 6px;
	margin-left: 6px;
	width: 145px;
	height: 120px;
	background: url("../images/menubox.png") no-repeat;
	font-size: 14px;
}

#menu #menutitre {
	font-size: 12px;
	color: #efefef;
	font-weight: bold;
	padding-top: 5px; 
	text-align: center;
	width: 100%;
}

#menu #menucontenu {
	font-size: 14px;
	padding-top: 1px;
	text-align: center;
}

#menu #menucontenu .menubouton {
	width: 145px;
	height: 18px;
	margin-top: 1px;
}

#menu #menucontenu .selected {
	width: 145px;
	height: 18px;
	margin-top: 1px;
	text-decoration: underline;
	color: #cc0000;
	/*background: url("../images/menubouton.png") no-repeat;*/
}

#menu #menucontenu .menubouton a {
	text-decoration: none;
	color:  #414141;
	height: 100%;
	display: block;
}

#menu #menucontenu .menubouton a:hover {
	text-decoration: underline;
	color:  #cc0000;
	/*background: url("../images/menubouton.png") no-repeat;*/
}

#menu #menucontenu .selected a {
	text-decoration: underline;
	color: #cc0000;
	height: 100%;
	display: block;
}

#menu #menucontenu .selected a:hover {
	text-decoration: underline;
	color:  #cc0000;
	/*background: url("../images/menubouton.png") no-repeat;*/
}


/* Navigation Gauche > News */
#news {
	margin-left: 6px;
	margin-top: 6px;
	width: 145px;
	height: 160px;
	font-size: 12px;
	background: url("../images/newsbox.png") top left no-repeat;
}

#news #newstitre {
	font-size: 12px;
	color: #efefef;
	font-weight: bold;
	padding-top: 5px; 
	text-align: center;
	width: 100%;
}

#news #newscontenu {
	font-size: 10px;
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 3px;
	text-align: left;
}


/* Navigation Gauche > LoginBox */
#loginbox {
	margin-left: 6px;
	margin-top: 6px;
	width: 145px;
	height: 120px;
	font-size: 12px;
	background: url("../images/loginbox.png") top left no-repeat;
}

#loginbox #logintitre {
	font-size: 12px;
	color: #efefef;
	font-weight: bold;
	padding-top: 5px; 
	text-align: center;
	width: 100%;
}

#loginbox #logincontenu {
	font-size: 10px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 3px;
	text-align: left;
}

#loginbox #logincontenu input {
	font-size: 10px;
}

#loginbox #loginbouton {
	font-size: 10px;
	margin-top: 3px;
	width: 77px;
	height: 21px;
	margin-left: 34px;
	text-align: center;
}

#loginbox #loginbouton a {
	color: #cc0000;
	height: 100%;
	padding-top: 2px;
	display: block;
	text-decoration: none;
}

#loginbox #loginbouton a:hover {
	text-decoration: underline;
	color: #414141;
	/*background: url("../images/loginbouton.png") no-repeat;*/
}


#vcard {
	margin-left: 22px;
	margin-top: 6px;
	width: 115px;
	height: 47px;
	font-size: 12px;
	background: url("../images/vcard3.png") top left no-repeat;
}

/*
------------------
Main 
------------------
*/

/*
Main > Onglets
*/
#onglets {
	
	margin-left: 209px;
	margin-top: 20px;
	line-height:normal;
}
#onglets ul {
	margin:0;
	padding:0;
	list-style:none;
}
#onglets li {
	float:left;
	margin:0;
	padding:0;
	background:url("../images/onglet_right.png") no-repeat right top;
}
#onglets a {
	display:block;
	background:url("../images/onglet_left.png") no-repeat left top;
	padding:5px 15px;
	color: #cc0000;
	text-decoration:none;
}

#onglets a:hover {
	text-decoration: underline;
	color: #414141;
}

#onglets #current {
	background-image:url("../images/onglet_right_on.png");
	text-decoration: underline;
	color: #414141;
}
#onglets #current a {
	background-image:url("../images/onglet_left_on.png");
	text-decoration: underline;
	color: #414141;
}


#main {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
	margin-bottom: 5px;
	width: 750px;
	padding-top: 20px;
	background: url("../images/main_haut.png") top left no-repeat;

}
#maincadre {
	background: url("../images/main_bas.png") bottom left no-repeat;
	padding-bottom: 20px;
}

#maincadre h2 {
	margin: 0px 22px 10px 20px;
	color: #404040;
	font-weight: bold;
	/*width: 25%;*/
	font-size: 14px;
	border-bottom: 1px dotted #cc0000;
}

#maincadre h3 {
	margin: 10px 24px 3px 20px;
	color: #414141;
	font-weight: bold;
	/*width: 15%;*/
	font-size: 13px;
	/*border-bottom: 1px dashed #cc0000;*/
}

#maincadre hr {
	margin: 10px 40px 10px 40px;
}

#maincadre p {
	margin: 0 20px 0 20px;
	text-align: justify;
}

#maincadre table {
	margin: 0 20px 10px 20px;
	text-align: justify;
}
#maincadre .top {
	margin: 0 200px;
	color: #404040;
	font-weight: bold;
	font-size: 22px;
}
#maincadre .top .subtitle {
	color: #6b6b6b;
	font-weight: bold;
	font-size: 12px;
}
#maincadre .middle {
	margin: 0px;
	text-align: justify;
}
#maincadre .left {
	margin-top: 20px;
	float: left;
	width: 350px;
}
#maincadre .right {
	margin-top: 20px;
	float: right;
	width: 350px;
	padding: 10px;
	padding-top: 30px;
	margin-right: 0px;
}
#maincadre .left2 {
	margin-top: 20px;
	float: left;
	width: 320px;
	margin-left: 25px;
	padding: 10px 0px;
	background: #efefef;
	border: 1px solid #909090;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}
#maincadre .right2 {
	margin-top: 20px;
	float: right;
	width: 320px;
	margin-right: 45px;
	padding: 10px 0px;
	background: #efefef;
	border: 1px solid #909090;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}
#maincadre .boxtitle {
	text-align: center;
	font-size: 13px;
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 10px;
}
#maincadre #slideshow {
	margin: 5px;
	width: 300px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	background: #ffffff;
	border: 1px solid #909090;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}
#maincadre .text-center {
	text-align: center;
}
.imagereferences a img {
	border: 0px solid white;
}

.imagereferences a:hover img {
	border: 0px solid white;
}

.titretableaureferences {
	width: 150px;
	vertical-align: top;
}

#maincadre #consulter_offres {
	background: url('../images/consulter_offres.png') top left no-repeat;
	margin: 0px 75px;
	width: 130px;
	height: 20px;
	color: #aeaeae;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
}
#maincadre #consulter_offres:hover {
	color: #FFFFFF;
}
#maincadre object {
	margin: 5px 300px 5px 300px;
}

#maincadre #loading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100px;
}

#maincadre #erreur {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 400px;
}

#maincadre #erreur img {
	margin-left: -0px;
}

#maincadre #contact {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 750px;
}

#maincadre input {
	margin: 0 20px 0 20px;
}

#maincadre textarea {
	margin: 0 20px 0 20px;
}

#maincadre #referencegauche {
	float: left;
}

#maincadre #referencedroite {
	float: right;
}


/* 
------------------
Footer 
------------------
*/
#footer {
	clear: both;
	width: 100%;
	margin-top: 0px;
	padding: 0;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

/* Footer > Legal */
#legal {
}

#legal a {
	text-decoration: none;
	color: #cc0000;
}

#legal a:hover {
	text-decoration: underline;
	color: #414141;
}

/* Footer > Links */
#links {
	text-align: center;
	margin-top: 5px;
	width: 100%;
}

/* Footer > xhtml */
#xhtml {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 25px;
	float: right;
	width: 80px;
	height: 15px;
	background: url(../images/xhtml10_over.png) top left no-repeat;
	text-decoration: none;
}
#xhtml a {
	display: block;
	width: 100%;
	height: 100%;
	background: black url(../images/xhtml10.png) top left no-repeat;
	color: #000;
	text-decoration: none;
}
#xhtml a:hover {
	cursor: default;
	background: transparent none;
	text-decoration: none;
}

/* Footer > css */
#css {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 15px;
	float: right;
	width: 80px;
	height: 15px;
	background: url(../images/css_over.png) top left no-repeat;
	text-decoration: none;
}
#css a {
	display: block;
	width: 100%;
	height: 100%;
	background: black url(../images/css.png) top left no-repeat;
	color: #000;
	text-decoration: none;
}
#css a:hover {
	cursor: default;
	background: transparent none;
	text-decoration: none;
}
