@charset "UTF-8";
/*COULEUR SELECTION: #FF3333 */

/*FONT*/

body {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	background-image: url(img/IONISON_trames_01.gif);
	background-repeat: no-repeat;
	font-size:1em;
	line-height:1.4em;
	background-attachment: fixed;
	margin:0px;

}

p{
	margin:0;
	padding:0;
	margin-bottom:10px;
}

strong,b{
	font-weight: 500;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	text-transform: uppercase;	
	font-weight: 400;
	font-size:1.45em;
	line-height:1.5em;
	
}

h6{
	margin: 0;
	padding: 0;
	font-weight: 200;
	font-size: 14px;	
}

h3{
	margin:0;
	margin-bottom:0px;
	margin-top:10px;
	padding:0;
	text-transform: uppercase;	
	font-weight: 400;
	font-size:1em;
	line-height:1em;
	
}

.menu{
	text-transform: uppercase;	
	
}

ul {
	list-style-type: none;
	padding-left:0px;
	
}

ul li{
	list-style-type: none;
	
}

a:link,a:visited{
	color:#000;
	text-decoration: none;	
	
}

a:focus,h2:focus,h3:focus{
      outline:none;
}

.menu a{
	text-decoration: none;	
}

h2 a:hover,h3 a:hover{
	cursor: s-resize;
	
}
h2.ui-accordion-header-active a,h3.ui-accordion-header-active a{
	cursor: n-resize;
}


a:hover, .selected a, h2.ui-accordion-header-active a,h3.ui-accordion-header-active a,li.current{
	text-decoration: none;
	color: #FF3333;
}

/*FIN FONT*/



/*BLOCS*/
html, body {
/*height: 100%;*/
}

.container{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color:#fff;
	/*min-height: 100%;	*/
}
/*
* html #container {
	height: 100%;
}*/



.menu{
	width:930px;
	float:left;
	background-color:#FFF;
	padding:15px;
	float:left;
	margin-bottom:20px;
}

.logo{
	float:left;
	
}

.langues{
	float:right;
	margin-top:20px;
	
}

.colonne_1{
	width:460px;
	float:left;
}

.colonne_2{
	width:460px;
	float:right;
}

.contenu{
	float:left;
	background-color:#FFF;
	padding:15px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
}



.contenu1,.contenu1-5,.contenu1-2,.contenu2,.contenu3,.contenu4{
	width:440px;
	float: left;
}




.texte{
	margin-bottom:5px;
	
	
}


/*IMAGES*/

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#images img{
	/*margin-bottom:15px;*/
	
}


/*Vidéos*/
.mejs-container {
	margin-top:5px;
	padding-top:5px;
}

/*GALLERIE*/
.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }
.banner ul{
	margin-top:0;
}
	
.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #FF3333;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active {
  background: #FF3333;
  opacity: 1;
}
/*FIN GALLERIE*/



/*séléction!!*/
*::selection {
	background:#FF3333;
	color:#fff;
}

*::-moz-selection {
	background:#FF3333;
	color:#fff;
}

*::-webkit-selection {
	background:#FF3333;
	color:#fff;
}


/**/