.cont_solu
{
	width:920px;
	min-height:380px;
	background:url('../images/background2.png');
	margin:20px auto;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 30px;
	-moz-box-shadow: 1px 1px 5px 2px #ffffff;
	-webkit-box-shadow: 1px 1px 5px 2px #ffffff;
	-o-box-shadow: 1px 1px 5px 2px #ffffff;
	box-shadow: 1px 1px 5px 2px #ffffff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=134, Strength=5);
}
.gr_title
{
	font-family: Verdana;
	font-size:17px;
	font-weight: bold;
	
	height:30px;

}
.sgr_title
{
	font-family: Verdana;
	font-size:17px;
	font-weight: bold;
	margin-left:30px;
	height:50px;
	
}
.mg_title
{
	font-size:15px;
	color:#2dcc71;
	font-style: italic;
	font-weight: bold;
	height:20px;
}

.btn_li li
{
    list-style-type: none; /* on annule la puce par défaut */
    background-image: url(../images/arrow-2.png); /* on affiche l'image souhaitée */
    background-repeat: no-repeat; /* on annule la répétition par défaut */
    background-position: left center; /* on positionne où l'on veut */
    padding-left: 20px; /* pour éviter la superposition du contenu */
    font-weight: bold;
    margin-bottom:10px;

}

.btn_light li
{
    list-style-type: none; /* on annule la puce par défaut */
    background-image: url(../images/arrow-2.png); /* on affiche l'image souhaitée */
    background-repeat: no-repeat; /* on annule la répétition par défaut */
    background-position: left center; /* on positionne où l'on veut */
    padding-left: 20px; /* pour éviter la superposition du contenu */
    
    margin-bottom:10px;

}
.li_prest
{
	color:#2dcc71;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top:10px;
	font-weight: bold;


}
.tab_soluce {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.tab_soluce table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tab_soluce tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tab_soluce table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tab_soluce table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.tab_soluce tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.tab_soluce tr:hover td{
	
}
.tab_soluce tr:nth-child(odd){ background-color:#e5e5e5; }
.tab_soluce tr:nth-child(even)    { background-color:#ffffff; }.tab_soluce td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.tab_soluce tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tab_soluce tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tab_soluce tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tab_soluce tr:first-child td{
		background:-o-linear-gradient(bottom, #2dcc71 5%, #2dcc71 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2dcc71), color-stop(1, #2dcc71) );
	background:-moz-linear-gradient( center top, #2dcc71 5%, #2dcc71 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#2dcc71", endColorstr="#2dcc71");	background: -o-linear-gradient(top,#2dcc71,2dcc71);

	background-color:#2dcc71;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.tab_soluce tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #2dcc71 5%, #2dcc71 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2dcc71), color-stop(1, #2dcc71) );
	background:-moz-linear-gradient( center top, #2dcc71 5%, #2dcc71 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#2dcc71", endColorstr="#2dcc71");	background: -o-linear-gradient(top,#2dcc71,2dcc71);

	background-color:#2dcc71;
}
.tab_soluce tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tab_soluce tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.solu_cent
{

	text-align: center;
	margin-bottom:10px;
}