/****
	Design Global. Met en place les éléments du design et attribut les police et couleurs générale
****/


div, p , h1, h2, h3, h4, h5, h6
{
	width: 100%;
	margin: 0;
	padding: 0;
}
a:active, a:focus, a:selected {
	border: 0 !important;
}
body {
	background: #e2ecf3 url('../design/fond_.png') repeat-x fixed;
	color: #e2ecf3;
	//font-family: Trebuchet MS, verdana;
	font-size: 0.8em;
	text-align: justify;
	font-family: Verdana,  "Lucida Grande", "Trebuchet MS",Lucide, Tahoma, Arial, Geneva, Helvetica, sans-serif;	
}

#bande_haut {
	background: url('../design/fond_bande_haut.png') repeat-x fixed;
	height: 25px;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 0.85em;
	margin-top: 0;
	padding-top: 1px;
	min-width: 1050px;
}
#bande_haut .info {
	width: 50%;
	float: left;
}
#bande_haut #login_EC {
	width: 400px;
	float: right;
	text-align: right;
	padding-right: 5px;
}
#bande_haut #login_EC input {
	height: 13px;
	font-size: 0.8em;
	font-weight: normal !important;
	border: 1px solid black !important;
}

#container
{
	width: 1050px;
	margin: auto;
	margin-top: 35px;
}

#header
{
	height: 104px;
	background: url("../design/header.png") no-repeat;
}

#corps
{
	background: url("../design/corps.png") repeat-y;
	padding: 20px;
	width: 1010px;
}

#footer
{
	height: 40px;
	background: url("../design/footer.png") top no-repeat;
}


#logo
{
	width: 280px;
	margin-left: 10px;
	margin-top: 0;
	float: left;
}

#logo img
{
	border: none;
}


/****************** MENU **********************/
#menu
{
	width: 758px;
	height: 70px;
	margin-left: 292px;
	padding: 0;
	color: white;
}
#menu li
{
	float: left;
	margin-top: 3px;
	margin-right: 1px;
	text-align: center;
	font-weight: bold;
	list-style-type: none;
}
#menu li a { 
	color: #c3e0f2;
	text-decoration: none;
	display: block;
	height: 100%;
	cursor: default;
}
#header a {
	border: none
}
#header a:hover {
	border: none;
}
#menu li a span {
	visibility: hidden; // texte de menu
}

#menu li:hover a {
	color: white;
}
#menu_1 { 
	background: url("../design/menu_1.png") 15px no-repeat;
	width: 150px;
	height: 25px; 
}
#menu_2 { 
	background: url("../design/menu_2.png") no-repeat;
	height: 38px; 
	width: 150px;
}
#menu_3 { 
	background: url("../design/menu_3.png") no-repeat;
	height: 58px; 
	width: 150px;
}
#menu_4 { 
	background: url("../design/menu_4.png") no-repeat;
	height: 68px; 
	width: 150px;
}
#menu_5 { 
	background: url("../design/menu_5.png") no-repeat;
	width: 152px;
	height: 69px; 
}

#menu_1:hover, #menu_1.selected {
	background: url("../design/menu_1_selected.png") 15px no-repeat;
}
#menu_2:hover, #menu_2.selected  {
	background: url("../design/menu_2_selected.png") no-repeat;	
}
#menu_3:hover, #menu_3.selected  {
	background: url("../design/menu_3_selected.png") no-repeat;	
}
#menu_4:hover, #menu_4.selected  {
	background: url("../design/menu_4_selected.png") no-repeat;
}
#menu_5:hover, #menu_5.selected  {
	background: url("../design/menu_5_selected.png") no-repeat;
}


#info {
	font-size: 0.85em;
	text-align: center;
	color: #83c6f3;
}
#info a {
	color:#8ecaf2;
	font-weight: bold;
	border: 0;
	border-bottom: 1px dotted #8ecaf2;
}
#info a:hover {
	color: #26a0f0;
	border-bottom: 1px solid #26a0f0;
}

#img_web {
	width: 300px;
	height: 300px;
	float: left;
	margin-right: 10px;
}


a {
	text-decoration: none;
	color: #6395b6;
	border-bottom: 1px dotted #6395b6;
}
a:hover {
	border-bottom: 1px solid  #aad6f3;
	color: #aad6f3;
}

#presentation p{
	text-indent: 15px;
	margin-bottom: 20px;
}
h1, h2, h3 {
	margin-bottom: 20px;
	color: #aad6f3;
	text-align: center;
}
h1 {
	font-size: 1.3em;
	margin-bottom: 25px;
}
h2 {
	font-size: 1.1em;
}
h3{
	text-align: left !important;
	font-size: 1.05em;
}

/************ FORMULAIRES ************/
#contact #left_part {
	width: 50%;
	float: left;
}
#contact #right_part {
	width: 48%;
	margin-left: 50%;
	padding-left: 2%;
	border-left: 1px solid #aad6f3;
}

dt {
	font-weight: bold;
	color: #aad6f3;
}
dd {
	margin-bottom: 20px;
}


input, textarea, select {
	background: #e2ecf3;
	border: 1px solid black;
	padding-left: 5px;
	-moz-border-radius: 5px;
}
input:focus, textarea:focus, select:focus {
	background: url("../design/fond_input_selected.png") repeat-x white;
	border: 2px solid #aad6f3 !important;
	font-weight: bold;
}
.center_inline {
	text-align: center;
}

a.bouton {
	color: white;
}
.bouton {
	padding: 3px;
}
input[type="submit"], .bouton {
	background: #aad6f3 !important;
	color: white;
	font-weight: bold;
	border: 2px outset white;
	-moz-border-radius: 5px;
}
input[type="submit"]:hover, .bouton:hover {
	border: 2px solid white;
}
input[type="submit"]:focus, .bouton:focus {
	border: 2px inset white;
}
input[disabled="disabled"] {
	border: 2px solid red;
}

td.selected {
	color: #aad6f3;
	font-weight: bold;
}

fieldset {
	border: 1px solid #aad6f3;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	margin-bottom: 30px;
}
legend {
	border: 1px solid #aad6f3;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	font-weight: bold;
	color: #aad6f3;
}
th {
	text-align: center;
	font-weight: bold;
	color: #aad6f3;
	padding-bottom: 5px;
}

.ajax-loader {
	text-align: center;
	display: none
}

.erreur {
	border: 2px solid red;
}


.erreur_msg {
	border: 1px solid red;
	text-align: center;
	color: red;
	width: 70%;
	margin: auto;
	padding: 5px;
	margin-bottom: 10px;
	background: url("../img/bg_erreur.png");
}
.valid_msg {
	border: 1px solid #29ffa7;
	text-align: center;
	color: #29ffa7;
	width: 70%;
	margin: auto;
	padding: 5px;
	margin-bottom: 10px;
	background: url("../img/bg_valid.png");
}


/**    DEVIS    **/
#devis select#type_contact {
	width: 200px;
}
#devis input.type_contact_hidden {
	width: 195px;
}
#devis fieldset {
	width: 80%;
}
#devis fieldset div.f_block {
	margin: auto;
	width: 95%; 
}

#devis em {
	font-size: 0.8em;
	color: white;
}

table.type_projet0, table.type_projet1, table.type_projet2, table.type_projet3  {
	margin-bottom: 30px;
}

hr {
	border: none;
	border-bottom: 1px solid #aad6f3;
	width: 70%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


.deroul_block { 
	width: 20px;
	height: 25px;
	float: right;
	padding-right: 20px;
	color: #aad6f3;
	font-size: 2em;
	font-weight: bold;
	display: none;
}
.deroul_block a{
	border: none;
	cursor: default;
}

/***** Prestations *****/
#menu_prestation {
	background: url("../design/menu_prestations.png") no-repeat;
	width: 174px;
	height: 108px;
	float: left;
	margin-top: 50px;
}
#menu_prestation ul {
	margin: 0;
	padding: 0;
}
#menu_prestation ul li{
	list-style-type: none;
	height: 21px;
	padding-top: 1px;
	width: 174px;
	text-align: center;
}
#menu_prestation ul li a{
	color: #7b96a8;
	text-decoration: none;
	border: none;
}
#menu_prestation ul li a:hover, #menu_prestation ul li a.selected {
	color: #aad6f3;

}
#contenu_prestation {
	font-size: 0.85em;
	width: 800px;
	margin-left: 200px;
}

/** Conception **/

.block_left, .block_right {
	width: 350px;
	margin-bottom: 20px;

}
.block_middle {
	clear: both;
	width: 500px;
	margin: auto;
	margin-bottom: 20px;
}
.block_middle_small {
	clear: both;
	width: 350px;
	margin: auto;
	margin-bottom: 20px;
}
.block_left {
	float: left;
}
.block_right {
	margin-left: 420px;
}
.block_contenu {
	padding: 10px;
	border-left: 3px solid #aad6f3;
	border-bottom: 1px solid #aad6f3;
}
.block_left h2, .block_right h2, .block_middle h2 {
	margin-bottom: 0;
}

strong.colored {
	color: #f3dfaa;
}

em.def {
	font-weight: bold;
	border-bottom: 1px dotted #e2ecf3;
}

#solutions_gestion {
	width: 500px;
	margin: auto;
	padding: 20px;
	margin-top: 20px;
	-moz-border-radius: 20px;
	border: 1px solid #aad6f3;
}
.pres_text {
	width: 700px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #aad6f3;
	border-top: 2px solid #aad6f3;
}
.pres_text p{
	text-indent: 20px;
}




#solutions_gestion table{
	width: 100%;
	border-collapse: collapse;
}
#solutions_gestion table td{
	text-align: center;	
}
#solutions_gestion table tr:hover{
	background: black;
}
#solutions_gestion table th{
	height: 40px;
}
#solutions_gestion table .tarif td, #solutions_gestion table .tarif th  {
	padding-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
#solutions_gestion .medium, #solutions_gestion .max{
	font-weight: bold;
}
#solutions_gestion .max{
	color: #29ffa7;
}
#solutions_gestion .min{
	color: red;
}


.float_left {
	float: left;
	padding: 5px;
}

.float_right {
	padding: 5px;
	float: right;
}
.clear {
	clear: both
}