/* ACCEPT-CGV */
.container{
background-image: -moz-linear-gradient(top, #1F2020, #343233);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1F2020), color-stop(1, #343233));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1F2020', EndColorStr='#343233');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#1F2020', EndColorStr='#343233')";
overflow: hidden;
}

.container #cgv{
background-image: -moz-linear-gradient(top, #CCCCCC, #FFFFFF);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(1, #FFFFFF));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CCCCCC', EndColorStr='#FFFFFF');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CCCCCC', EndColorStr='#FFFFFF')";
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 10px;
width: 700px;
margin: 0 auto;
}

#cgv_txt{
overflow: auto;
height: 300px;
}

.tab{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	float: left;
	width: 12px;
	height: 290px;
	background-color: #121212;
	margin-left: 45px;
	margin-right: 10px;
}

.welcome{
	font-family: "Arial";
	font-size: 9pt;
	color: #FFFFFF;
	width: 700px;
	text-align: justify;
	margin: 0 auto;
}

.welcome_txt{
	
}

#boutoncgv-txt a{
	color: #FFFFFF;
	text-decoration: none;
}



/*********************/
/**		Bouton	    **/
/*********************/
#boutoncgv{
	width: 130px;
	height: 25px;
	float: right;
	margin: 14px 20px 0px 0px;
	background-image: -moz-linear-gradient(top, #038e00, #00601b);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #038e00), color-stop(1, #00601b));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#038e00', EndColorStr='#00601b');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#038e00', EndColorStr='#00601b')";
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	color: white;
	opacity: 0.9;
}
#boutoncgv:hover{ opacity: 1; }
#boutoncgv-left{
	float: left;
	width: 18px;
	height: 15px;
	background-color: #038e00;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	color: white;
	padding: 10px 0px 0px 12px;
}
#boutoncgv-right{
	float: left;
	padding-top: 5px;
	padding-left: 8px;
	cursor: pointer;
}
#boutoncgv-fleche{
	vertical-align: 10px;
}

#boutons{
	margin-right: 26px;
}

#boutoncgv-txt{
color: #FFF;
margin-left: 5px;
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
}







.bloc_gris{
width: 241px;
height: 208px;
margin-right: 20px;
margin-bottom: 10px;
float: left;
background-image: url('img/bloc_gris_bg.png');
}

.step-title {
font: bold 25px Arial, Helvetica, sans-serif;
color: #ffffff;
letter-spacing: 2px;
font-weight:bold;
margin-left: 8px;
}

.step-img{
text-align: center;
margin-top: 8px;
margin-bottom: 3px;
}

.step-text{
margin-top: 6px;
text-align: justify;
margin-left: 5px;
margin-right: 5px;
color: #bbbbbb;
}

.certificat_nitro{
text-align: justify;
padding-right: 20px;
padding-left: 20px;
color: grey;
}

.quote{
color: #666666;
overflow: hidden;
border: 1px solid grey;
padding: 10px;
background-color: #ececec;
width: 480px;
float:right;
margin-top: 10px;
margin-bottom: 10px;
}

.fintexte{
overflow: hidden;
width: 100%;
float:right;
}

.keystroke_nitro{
text-align: justify;
padding-right: 20px;
padding-left: 20px;
color: black;
}

.greytitle{
font-weight: bold;
color: black;
}

#partenaires{
	padding: 20px;
}

.blog_page_middle_partenaires{
	background-image: none;
}

#paiement{
	padding: 20px;
	background-image: -moz-linear-gradient(top, #FFFFFF, #BCBCBC);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #BCBCBC));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#BCBCBC');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#BCBCBC')";
}

.blog_page_middle_paiement{
	background-image: none;
}

#esl{
	padding: 50px 20px 50px 20px;
	background-image: -moz-linear-gradient(top, #202121, #2B2B2B);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #202121), color-stop(1, #2B2B2B));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#202121', EndColorStr='#2B2B2B');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#202121', EndColorStr='#2B2B2B')";
}

.bloc_page_middle{
	background-image: none;
}

.paiements_img{
margin-left: 10px;
float:left;
text-align: center;
width: 50px;
margin-top: 10px;
}

.paiements_txt{
margin-left: 70px;
}

.partenaires_img{
margin-left: 10px;
float:left;
text-align: center;
width: 50px;
}

.partenaires_txt{
margin-left: 90px;
}


.demo_button a {
float:left;

background:transparent url('http://www.nitroserv.fr/pages/autres/img/button.png') no-repeat scroll center top;
border:0 none;
color:#FFFFFF;
cursor:pointer;
display:block;
font-family:Lucida Console,Verdana,helvetica;
font-size:14pt;
height:58px;
line-height:55px;
text-align: center;
text-decoration:none;
width:265px;
margin-left: 250px;
}

.demo_button a:hover {
background-position:0 -58px;
}

.demo_button a:active
{
background-position: 0 -116px;
}

.news_first{
width: 500px;
font-size: 10pt;
text-align: justify;
}

.redtitle_news{
font-weight: bold;
font: bold 12pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #ae1600;
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
}

.blockleft{
	padding-top: 25px;
	width: 550px;
	margin-left: 30px;
	text-align: left;
}

.blockright{
float: right;
	width: 190px;
	height: 300px;
	background-image: url('../../services/tokens/images/bg_right.png');
	background-repeat: no-repeat;
	margin-left: 10px;
}


