@charset "utf-8";
/* CSS Document */

body {
	margin:50px 0 0 0;
	padding:0;
	/* background-color:#444444; */
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
}

.popup {
	background-color:white;
	padding:15px;
	margin:0px;
}

img {
	border:none;
}

#bande_blanche {
	text-align:center;
	background-color:white;
	/* padding:105px 0px 105px 0px; */
}

#conteneur_general {
	text-align:left;
	margin:auto;
	width:960px;
}

hr {
	clear:both;
	height:1px;
	border:none;
	color:#FFF;
}

.saut {
	height:0px;
	margin:2px;
}

a {
	outline: none;
}

/************* HAUT **************/
#frise {
	float:left;
}

#liste {
	float:right;
	font-size:14px;
	list-style-type:none;
	margin-top:30px;
}

#liste li {
	float:left;
	width:200px;
	text-align:center;
}

#liste li a {
	color:#4685a6;
	text-decoration:none;
}

/********** CONTENU ***********/
.titre_bloc {
	background-color:#4685a6;
	padding:3px 0 3px 20px;
	color:white;
}

.titre_bloc a {
	color:white;
	text-decoration:none;
}

#bloc {
	height:245px;
	width:940px;
	margin:20px auto 20px auto;
}

#bloc_large {
	height:265px;
	width:960px;
	margin:10px 0 10px 0;	
}

#mini_bloc_large1 {
	height:100px;
	width:940px;
	margin:10px;
	font-size:11px;
	text-align:justify;
}

#mini_bloc_large2 {
	height:200px;
	width:960px;
	margin:10px 0 10px 0;	
	font-size:11px;
	text-align:justify;
}

#img_presta {
	float:left;
	height:241px;
	width:280px;
	margin-right:18px;
	color:white;
	padding:0px 10px 0 10px;
}

#img_presta_large {
	float:left;
	height:241px;
	width:385px;
	color:white;
	padding:0px 10px 0 10px;
}

#slogan {
	font-size:16px;
	line-height:20px;
	margin-top:10px;
}

#slogan_vert {
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	color:#7bbf00;
}

#slogan_bleu {
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	color:#4ed3ed;
}

#slogan_orange {
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	color:#fe8100;
}

/********* BLOC ************/
#budget {
	float:left;
	height:241px;
	width:280px;
	margin-right:18px;
	color:white;
	padding:0px 10px 0 10px;
	background:url(images/site-web-tout-budget.jpg) no-repeat;
}
#fonctionnel {
	float:left;
	height:241px;
	width:280px;
	margin-right:18px;
	color:white;
	padding:0px 10px 0 10px;
	background:url(images/site-web-fonctionnel.jpg) no-repeat;
}
#boutique {
	float:left;
	height:241px;
	width:385px;
	color:white;
	padding:0px 10px 0 10px;
	background:url(images/boutique-en-ligne-e-commerce.jpg) no-repeat;
}

#mini_bloc_large1 li {
	list-style-type:square;
}

.creation_site_web {
	display:block;
}

#crea_img {
	float:left;
	font-size:12px;
}

#crea_txt {
	float:left;
	width:300px;
	font-size:12px;
}

#formation_txt {
	float:left;
	width:300px;
	font-size:12px;
	margin:10px 0 0 18px;
}

.boutique_en_ligne {
	display:none;
}

.formations {
	display:none;
}

.outils_de_gestion {
	display:none;
}

.mention_joomla {
	font-size:10px;
}

#pan_gestion {
	float:left;
	height:241px;
	width:300px;
	margin:10px 0 10px 0;
}

#pan_projet {
	float:left;
	height:90px;
	width:300px;
	margin:10px 0 10px 0;
}

#titre_pan_gestion {
	font-size:12px;
	font-weight:bold;
	color:#444444;
}

#petit_titre_pan_gestion {
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.mention_pan_gestion {
	font-size:11px;
	text-align:justify;
}

.espace {
	float:left;
	width:24px;
}

#btn_derouler {
	font-size:11px;
	text-align:center;
	margin-top:30px;
}

.btn_derouler, .btn_enrouler {
	color:#4685a6;
}

#btn_enrouler {
	font-size:11px;
	text-align:center;
	margin-top:30px;
	display:none;
}

#popup_virtuemart, #popup_virtuemart ul {
	font-size:11px;
}

#popup_virtuemart li {
	list-style-type:square;
}
	
/********* COULEURS ************/
.vert {
	color:#7bbf00;
}

.bleu {
	color:#4ed3ed;
}

.bleu_fonce {
	color:#4685a6;
}

.orange {
	color:#fe8100;
}

.tarif {
	color:#990000;
	background-color:white;
	font-weight:bold;
}

/********* TABLE ************/
th {
	font-size:12px;
	color:#7bbf00;
	text-align:center;
}

td {
	font-size:11px;
	background-color:#7bbf00;
	color:white;
	padding:4px;
}

.mention_tarif {
	font-size:11px;
	/* color:#7bbf00; */
	color:black;
	padding:4px;
	background-color:white;
}


