body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p,input,select,legend,textarea,fieldset{ margin:0; padding:0;}


body {
    color: #444;
    font-size: 14px;
    font-family: "helvetica neue",helvetica,arial,sans-serif;
	background-color:#ff8b00;
	background: -moz-linear-gradient(#f95c00, #ff8b00) no-repeat;  
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f95c00), to(#ff8b00)) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f95c00', endColorstr='#ff8b00') no-repeat; 
}
 
.hidden {
  opacity:0;
  height:0;
}

.visible {
  opacity: 1;
  height:300px;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
}

input, textarea, select{
	font-size:14px;
	line-height:20px;
	position:relative;
}
h1 {
	color:#4c4c4c;
	font-size:26px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:0.4px;
	line-height:1.0em;
	padding-bottom:10px;
	position:relative;
}

h2 {
	font-size:20px;
	letter-spacing:0.4px;
	font-weight:bold;
	line-height:1.0em;
	padding-bottom:10px;
	position:relative;
}
p { margin-bottom:10px; }
a:hover, a:active { outline: none }
a, a:active, a:visited { color: #fff }



/* HEADER */
#header {
	background: #232121 url(../images/trame2.png) no-repeat;
	background-position:0 50%;
	height:120px;
	min-width: 980px;
	border-bottom:1px solid #999;
	margin:0 auto;
}

#header .container-header{
	margin:0 auto;
	width:980px;
}

#header-inner {
	height: 100px;
	float:left;
	position:relative;
	width:200px;
	margin:0 auto;
	margin-left:0px
}

#header-inner h1 {
	float: left;
    width: 209px;
    height: 117px;
    background: url(../images/header-logo2.png) no-repeat left center;
    display: block;
    text-indent: -99999em;
    margin-top: -1px;
    padding: 0px 0;
}

h1.sub-tagline2 {
    /*background: url(../images/main-headline-header.png) no-repeat center top;*/
    background: url(../images/100.png) no-repeat center top;
	width:450px;
	height:100px;
    color: #000;
    font-size: 17px;
	line-height:17px;
	text-indent:-9999px;
    text-align: center;
    font-weight: bold;
    margin-top:20px;
	margin-left:30px
}

#header-inner a#logo {
	text-indent: -99999px;
	display: block;
	width: 180px;
	height: 100px;
}

#header-center {
	height: 100px;
	float:left;
	position:relative;
	width:240px;
	margin-left:30px;
	margin-top:10px;
}

#header-right {
	height: 100px;
	float:right;
	margin-right:200px;
	position:relative;
	width:430px;
	margin:0 auto;
	margin-top:18px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color:#c9c9c9;
}

/*-------------------------*/
/*       container         */
/*-------------------------*/
.container-index-header {
	background: url('../images/index-header.png');
	width:980px;
	height:12px;
	margin: 0 auto;
	margin-top:20px;
}

.container {
    width: 980px;
    margin: 0 auto;
	padding:0px;
	background: url('../images/index-center.png') repeat-y;
}
.clr {clear:both; margin-bottom:0px} 

.container-header {
	text-align:center;
}

.text-center {
	width:490px;
    padding: 0px 20px 10px 0px;
	margin:10px 0px 30px 15px;
	float:left;
	display:block;
	position:relative;
}

.text-center h1 {
    color:#f6661d;
    font-size: 24px;
    margin-top: 0px;
	margin-bottom:10px
}
.text-center h2 {
    color: #2c2c2c;
    font-weight: 700;
    font-size:20px;
    margin-bottom: 10px;	
}
.text-center p {
	font-size:14px;
	color:#444;
	line-height:1.5em;
    text-align: left;
	margin:0 0 2px;
	text-align:left
}

.text-right {
	width:430px;
    padding: 10px 0px 10px 10px;
	margin-right:15px;
	float:right;
	display:block;
	position:relative;
}
.text-right h1 {
    color: #ff6600;
    font-size: 20px;
    margin-bottom: 10px;
}
.text-right h2 {
    color: #2c2c2c;
    font-size: 24px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 18px;
}
.text-right h3 {
    color: #444;
    font-weight: 700;
    font-size: 16px;
    margin: .6em 0 .4em;
}
.text-right p {
	font-size:12px;
	color:#444;
	line-height:1.5em;
    text-align: left;
}


/*-------------------------*/

#footer {
	text-align:center;
	background: url('../images/index-footer.png') no-repeat;
	min-width:980px;
	margin:0 auto;
	width:980px;
	padding-top:20px
}
#footer h2 {
	font-size:18px;
	color: #000;
	margin-top:5px;
	font-weight:300;
	padding-bottom:5px;
}
#footer p {
    padding: 5px 0 10px;
    color: #000;
    font-weight:400;
	font-size:12px;
	line-height:14px;
	padding:0;
}
#footer h3 {
	font-size:14px;
	color: #000;
	margin-top:5px;
	font-weight:300;
	padding-bottom:10px;
}

.fullwidth{
	margin:0 auto;
	position:relative;
	float:left;
	width:960px;
	padding-left:15px
}

.fullwidth .content{
margin-left:30px;
margin-right:20px;
position:relative;
float:left;
display:table;
}

.fullwidth .content2{
	background:#eaeade;
	padding:5px;
	float:left;
	margin-top:30px
}

.fullwidth .content3{
position:relative;
margin:0 auto;
display:table;
width:auto
}

.puce_ul{
margin-left:0px;
list-style-type:none;
padding:3px 0px 3px 10px;
margin-bottom:10px;
}

.puce_ul li {
background:url("../images/maxxivoice_puces.png") no-repeat scroll 0 0px transparent;
list-style-type:none;
padding-left:30px;
padding-bottom:5px;
}

.one_half{overflow:hidden; float:left; position:relative; margin-right:16px; margin-left:30px; width:455px;}
.one_half2{overflow:hidden; float:left; position:relative; margin-right:16px; margin-left:30px; width:555px;}

.one_half_right{overflow:hidden; float:left; position: relative; margin-right:20px; width:550px; height:870px; color:#FFF; 
}
.one_half_right2{overflow:hidden; float:left; position: relative; margin-right:20px; width:450px; height:750px; color:#FFF; 
}

.one_half_right3{overflow:hidden; float:left; position: relative; margin-right:0px; width:450px; color:#FFF; 
}
.one_half_right4{overflow:hidden; float:left; position: relative; margin-right:0px; margin-left:200px; width:450px; color:#000; background-color:#d0d0c5; -moz-border-radius: 10px; -webkit-border-radius:10px;
}
.one_half_right5{overflow:hidden; float:left; position: relative; margin-right:20px; width:550px; color:#FFF; 
}

.one_half_right .bg_right {overflow:hidden; float:left; position: relative; margin-right:20px; width:500px; height:720px; color:#FFF
}

.one_half_right .right {
	color:#FFF;
	width:500px;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}

.radio-maxxivoice {
	background-color:white;
	width:940px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
	border:1px solid black;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
}

.td-radio td {
	border-bottom:1px solid #666
}

/*** bloc bas de page sur page : choix_forma.php */
.text_footer {
	background-color:#eaeade;
	width:600px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
}

.text_footer .text{
	margin:10px 10px 10px 10px;
	padding-top:10px;
	padding-bottom:2px;
	width:480px;
	margin-right:20px;
}

.text_footer .text h1 {
    color: #ff6600;
    font-size: 18px;
	text-align:center
}
.text_footer .text h2 {
    color: #444;
    font-size: 14px;
	text-align:center
}
.text_footer .text p {
	font-size:14px;
	color:#444;
    text-align: left;
}

.text_footer img {
	width:100px;
	margin:5px 10px 10px 0px;
	float:right
}