	/*
 * Correction des styles HTML par defaut
 */
.structure
{
	display: none;
}

.spip_surligne { background-color:transparent;}


@font-face {
    font-family: 'foobar_proregular';
    src: url('foobar_pro-regular.eot');
    src: url('foobar_pro-regular.eot?#iefix') format('embedded-opentype'),
         url('foobar_pro-regular.woff') format('woff'),
         url('foobar_pro-regular.ttf') format('truetype'),
         url('foobar_pro-regular.svg#foobar_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'varela_roundregular';
    src: url('varelaround-regular.eot');
    src: url('varelaround-regular.eot?#iefix') format('embedded-opentype'),
         url('varelaround-regular.woff') format('woff'),
         url('varelaround-regular.ttf') format('truetype'),
         url('varelaround-regular.svg#varela_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2,h3,h4
{
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}

body
{
/*	background-image: url("http://www.transparenttextures.com/patterns/shattered.png");*/
	background-image: url("../images/shattered.png");
	width: 1017px;
	padding : 0;
	margin : 0 auto;
	color : #0f436f;
font-family: foobar_proregular, Arial, Helvetica, serif;
}   
html
{
	overflow-y: scroll;
} 

img
{
	border : none;
}

#wrapper
{
	width: 1017px;
	margin: 0 auto;
}

div.ombre_cote
{
	width: 1018px;
	margin: 0;
	padding: 0;
}

div.ombre_bas
{

	height: 7px;
	width: 1017px;
	margin: 0;
	padding: 0;
}

#conteneur
{
	margin: 0 7px;
		-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
-webkit-box-shadow: 0px 0px 16px 2px #AAAAAA;
box-shadow: 0px 0px 16px 2px #AAAAAA;
background:url("../images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

p
{
	margin: 15px 0;
}
@keyframes headouz
	{
	from {
		background-position:0px 300px;
	}
	to {
		background-position:0px -38px;

	}
	}
#header
{

	width: 976px;
	height: 212px;
	overflow:hidden;
	margin: auto;
	background: url("../images/header.png") no-repeat scroll 0 -38px rgba(0, 0, 0, 0);
}

#slider
{
	float:left;
	width: 976px;
	height: 247px;
}
@keyframes logouz
	{
	from {
		margin-left: -372px;

	}
	to {
		margin-left: -1px;
	}
	}

.logo
{
	display:block;
	float: left;
	width: 369px;
	height: 111px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-left: -1px;
	margin-top: 40px;
}
.logo a:hover
{
	}

#accueil
{
	position: absolute;
	margin-left: 658px;
	width: 300px;
	height: 50px;
}

#accueil ul
{
	-webkit-box-shadow: 1px 1px 1px 1px #333333;
box-shadow: 1px 1px 1px 1px #333333;
	float: left;
  margin: 85px 0 0 -33px;
	list-style-type: none;
	width: 308px;
	background: rgb(35,83,138); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(35,83,138,1) 0%, rgba(106,145,190,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,83,138,1)), color-stop(100%,rgba(106,145,190,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#6a91be',GradientType=0 ); /* IE6-9 */
  background-size: 100% 90px;
  background-position: 0 32px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
		  padding:0px;
		  -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
    height: 29px;
}

.langue
{
	margin-left: 249px;
	margin-top: 10px;
	width: 55px;
}




.contact2
{
	    border-right: 1px dotted #cccccc;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
	-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
background: rgb(35,83,138); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(35,83,138,1) 0%, rgba(106,145,190,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,83,138,1)), color-stop(100%,rgba(106,145,190,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#6a91be',GradientType=0 ); /* IE6-9 */
  background-size: 100% 90px;
  background-position: 0 32px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;

}
.contact2:hover {
	
	background: rgb(35,83,138); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(35,83,138,1) 0%, rgba(106,145,190,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,83,138,1)), color-stop(100%,rgba(106,145,190,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#6a91be',GradientType=0 ); /* IE6-9 */
  background-size: 100% 90px;
  background-position: 0 0px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.contact2 a {
	-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
    color: #FFFFFF;
    float: left;
    margin-top: 2px;
	margin-left:3px;
    padding: 6px;
	}
.sitemap {
		background: rgb(35,83,138); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(35,83,138,1) 0%, rgba(106,145,190,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,83,138,1)), color-stop(100%,rgba(106,145,190,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#6a91be',GradientType=0 ); /* IE6-9 */
  background-size: 100% 90px;
  background-position: 0 32px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
		  float:left;
	
	}
.sitemap:hover {
	background: rgb(35,83,138); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(35,83,138,1) 0%, rgba(106,145,190,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,83,138,1)), color-stop(100%,rgba(106,145,190,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#6a91be',GradientType=0 ); /* IE6-9 */
  background-size: 100% 90px;
  background-position: 0 0px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
	}
.sitemap a
{
  color: #FFFFFF;
    float: left;
    font-size: 12px;
	margin-left:3px;
	    margin-top: 2px;
    padding: 6px;
}

.recherche
{
	-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
background: rgb(35,83,138); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(35,83,138,1) 0%, rgba(106,145,190,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,83,138,1)), color-stop(100%,rgba(106,145,190,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#6a91be',GradientType=0 ); /* IE6-9 */
  background-size: 100% 90px;
  background-position: 0 32px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
    float: right;
    height: 23px;
	padding:3px;
    margin-top: 2px;
    width: 159px;
}

.recherche2
{
   background-color: #eeeeee;
    border: 0 none;
    -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
    color: #999999;
    float: left;
    height:20px;
    margin-left: 1px;
    margin-top: 0;
    padding-left: 7px;
	    	-webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
}
.recherche2:hover{
	background:#ffffff;
	}
.submit1
{
    background: url("../images/submit.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 0 none;
    color: #4F4F4F;
    cursor: pointer;
    float: right;
    font-weight: bolder;
    height: 16px;
 	margin-right: 8px;
    margin-top: 3px;
    width: 16px;

}

#barre
{
	position: absolute;
	margin-top: 178px;
	width: 976px;
	height: 36px;
	font-weight: normal;
font-family: foobar_proregular, Arial, Helvetica, serif;
	font-size: 12px;
	text-align: center;
}
@keyframes barreleft 
	{
	from {
		margin-top:36px;
	}
	to {
		margin-top:0px;
	}
	}

#barre ul
{

    height: 36px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    

}

.home, .renater, .reseau, .services, .securite, .innovations, .espace_membre, .actualites, .sfinx_ixp, .appels_doffres
{
	float : left; 
}

.sousMenu{ 
		display:none; 
		height:25px;
    	-webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
		

}
.sousMenu {
	padding-bottom:1px;
	
	}
ul#menulist li:hover>ul{ display:block; }

ul#menulist ul{
  position:absolute;
  top:34px;
  left:0px;
 
}

ul#menulist ul li ul{
  position:absolute;
  top: -1px;
  left:186px;
  border-top: 1px solid #044d82 ;
}

#menulist li{
  position:relative;
  margin:0px;
  padding:0px;
}
ul#menulist li a {

background: rgb(35,83,138); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(35,83,138,1) 0%, rgba(106,145,190,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,83,138,1)), color-stop(100%,rgba(106,145,190,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(35,83,138,1) 0%,rgba(106,145,190,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#6a91be',GradientType=0 ); /* IE6-9 */


  background-size: 100% 90px;
  background-position: 0 32px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
	}
ul#menulist li.home a {

	-webkit-border-radius: 0 0 0 7px;
border-radius: 0 0 0 7px;
	}
ul#menulist li.appels_doffres a {
background: #1E5799;
		-webkit-border-radius: 0 0 7px 0;
border-radius: 0 0 7px 0;
		}
ul#menulist li.appels_doffres a:hover {
-webkit-box-shadow:inset 0 0 4px 0 #000000;
box-shadow:inset 0 0 4px 0 #000000;
		}
ul#menulist li a:hover {

   color: #ffffff;
    text-decoration: none;
	 background-position: 0 0;
	}
ul#menulist li a:active {

   color: #ffffff;
    text-decoration: none;
	 background-position: 0 0;
	}
ul#menulist li a:focus {

   color: #ffffff;
    text-decoration: none;
	 background-position: 0 0;
	}
ul#menulist li.home a:hover {

	}

ul#menulist ul.sousMenu li a{
	
background: rgb(106,145,190); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(106,145,190,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,145,190,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(106,145,190,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(106,145,190,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(106,145,190,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(106,145,190,1) 0%,rgba(35,83,138,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a91be', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */



  background-size: 100% 90px;
  background-position: 0 50px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
ul#menulist ul.sousMenu li a:hover {
	  color: #ffffff;
    text-decoration: none;
	 background-position: 0 0;
}

.sousMenu li a
{
	color: #ffffff;
	background-color: #333333;
    background-image: none;
    display: block;
    font-weight: normal;
    height: auto;
    margin: 0;
    padding: 8px 4px 8px 6px;
    text-align: left;
    width:176px;
	-webkit-transition: background .05s linear;
    -moz-transition: background .05s linear;
    -o-transition: background .05s linear;
    transition: background .05s linear;
}

.sousMenu li a:hover
{
	background-color: #286287;
	/* background-color: #0a3610; */
	color: #ffffff;

}

.sousMenu_reseau li a
{
	display: block;
	width: 335px;
	height: 16px;	
	margin: 0;
	padding: 3px;
	background-image: none;
	background-color: #7c95b3;
	border-left: 1px solid #044d82 ;
	border-right: 1px solid #044d82 ;
	border-bottom: 1px solid #044d82 ;
	font-weight: normal;
	text-align: left;
	
}

.sousMenu_reseau li a:hover
{
	background-color: #102a3f;
	/* background-color: #0a3610; */
	color: #ff3000;
}
.home {
	border-top:1px solid #cccccc;
	}
.home a
{
	padding-top: 10px;
	display: block;
	width: 52px;
	height: 24px;
	
}
.renater {
	border-top:1px solid #cccccc;
	}
.renater a
{
	padding-top: 10px; 
	display: block;
    width: 78px;
	height: 24px;
	text-decoration: none;
	color:#ffffff;
	font-size: 11px;
	background: url(../images/menub_renater.png) center no-repeat;
	background: #7d98b4; /* Old browsers */
background: -moz-linear-gradient(top,  #7d98b4 0%, #004f82 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d98b4), color-stop(100%,#004f82)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7d98b4 0%,#004f82 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d98b4', endColorstr='#004f82',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #25496F;
    border-right: 1px solid #25496F;
	 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.renater a:hover {

	}
.reseau {
	border-top:1px solid #cccccc;
	}
.reseau a
{
	   border-right: 1px solid #25496F;
	padding-top: 10px;
	display: block;
    width: 84px;
	height: 24px;
	font-size: 11px;
	text-decoration: none;
color:#ffffff;
	background: url(../images/menub_reseau.png) center no-repeat;
	background: #7d98b4; /* Old browsers */

background: -moz-linear-gradient(top,  #7d98b4 0%, #004f82 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d98b4), color-stop(100%,#004f82)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7d98b4 0%,#004f82 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d98b4', endColorstr='#004f82',GradientType=0 ); /* IE6-9 */
   -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.reseau a:hover {

	}
.services {
	border-top:1px solid #cccccc;
	}
.services a
{
	padding-top: 10px;
	display: block;
    width: 94px;
	height: 24px;
	font-size: 11px;
	text-decoration: none;
	color:#ffffff;
	background: url(../images/menub_services.png) center no-repeat;
	background: #7d98b4; /* Old browsers */

background: -moz-linear-gradient(top,  #7d98b4 0%, #004f82 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d98b4), color-stop(100%,#004f82)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7d98b4 0%,#004f82 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d98b4', endColorstr='#004f82',GradientType=0 ); /* IE6-9 */
	 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}
.services a:hover {

	
	}
.securite {
	border-top:1px solid #cccccc;
	}
.securite a
{
	padding-top: 10px;
	display: block;
	font-size: 11px;
    width: 98px;
	height: 24px;
	text-decoration: none;
color:#ffffff;
	background: url(../images/menub_securite.png) center no-repeat;
	background: #7d98b4; /* Old browsers */

background: -moz-linear-gradient(top,  #7d98b4 0%, #004f82 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d98b4), color-stop(100%,#004f82)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7d98b4 0%,#004f82 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d98b4', endColorstr='#004f82',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #25496F;
  
}
.innovations {
	border-top:1px solid #cccccc;
	}
.innovations a
{
	padding-top: 10px;
	display: block;
	font-size: 11px;
    width: 91px;
	height: 24px;
	text-decoration: none;
	color:#ffffff;
	background: url(../images/menub_innovations.png) center no-repeat;
	background: #7d98b4; /* Old browsers */

background: -moz-linear-gradient(top,  #7d98b4 0%, #004f82 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d98b4), color-stop(100%,#004f82)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7d98b4 0%,#004f82 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d98b4', endColorstr='#004f82',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #25496F;
    border-right: 1px solid #25496F;
			 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sousMenu a:hover {

	}
.espace_membre {
	border-top:1px solid #cccccc;
	}
.espace_membre a
{
	padding-top: 10px;
	display: block;
    width: 146px;
	font-size: 11px;
	height: 24px;
	text-decoration: none;
	color:#ffffff;
	background: url(../images/menub_espace_membre.png) center no-repeat;
	background: #7d98b4; /* Old browsers */

background: -moz-linear-gradient(top,  #7d98b4 0%, #004f82 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d98b4), color-stop(100%,#004f82)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7d98b4 0%,#004f82 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d98b4', endColorstr='#004f82',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #25496F;
 				 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.espace_membre a:hover {

	}
.actualites {
	border-top:1px solid #cccccc;
	}
.actualites a
{
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
	display: block;
    width: 96px;
	height: 24px;
	text-decoration: none;
	color:#ffffff;
background: #7d98b4; /* Old browsers */

background: -moz-linear-gradient(top,  #7d98b4 0%, #004f82 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d98b4), color-stop(100%,#004f82)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7d98b4 0%,#004f82 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d98b4', endColorstr='#004f82',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #25496F;
    		 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.actualites a:hover {
	}
	
.sfinx_ixp {
	border-top:1px solid #cccccc;
	}
.sfinx_ixp a
{
	
	padding-top: 10px;
	display: block;
    width: 93px;
	font-size: 11px;
	height: 24px;
	text-decoration: none;
background:#dcedff; /* Old browsers */

background: -moz-linear-gradient(top,  #7d98b4 0%, #004f82 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d98b4), color-stop(100%,#004f82)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7d98b4 0%,#004f82 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7d98b4 0%,#004f82 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d98b4', endColorstr='#004f82',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #25496F;
    border-right: 1px solid #25496F;
	 -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition:all .6s ease-in;
    transition: all .6s ease-in;
	color:#ffffff;
	
}
.sfinx_ixp a:hover{


   color: #ffffff;
    text-decoration: none;

	
}
.appels_doffres {
	border-top:1px solid #cccccc;
	-webkit-border-radius: 0 0 7px 0;
border-radius: 0 0 7px 0;	
	}
.appels_doffres a
{
	padding-top: 10px;
	display: block;
	font-size: 11px;
    width: 131px;
	height: 24px;
	text-decoration: none;
	color: #ffffff;
	background: url(../images/menub_appels_doffres.png) center no-repeat;
}
.appels_doffres {
		background: url(../images/menub_appels_doffres.png) center no-repeat;
	}

.appels_doffres a:hover
{
	text-decoration: none;
	color: #85a5ee;
}

a
{
	text-decoration: none;
	color:#305AA2;
	 -webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;
}

a:hover
{
	text-decoration: none;
	color: #5f93b8;
}

#clr
{
	clear: both;
}

.formulaire_spip .formulaire_login ul
{
	list-style: none;
}

#footer
{
	clear: both;
	width: 1004px;
	height: 53px;
	margin: auto;
margin: 22px auto auto;
	background: none repeat scroll 0 0 #333333;
	-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}

#footer1
{
	width: 790px;
	height: 53px;
	float: left;
	margin-top: 12px;
	margin-left: 23px;
}

#footer1 p
{
    color: #CCCCCC;
    font-size: 9px;
    margin: 0 0 7px;
    padding: 0;
}

#footer1 span
{
	color: #ffffff;
	font-weight: bold;
}
#footer1 a{
	color:#7da1de;
	}

#footer2
{
	 background: url("../images/admin.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 40px;
    margin-left: 33px;
    margin-top: 6px;
    width: 50px;
}

#footer2 .admin
{
	display: block;
	height: 41px;
    width: 49px;
}
#footer2
{
	opacity:1;
}
#footer2:hover
{
	opacity:0.8;
}

#footer3
{
	width: 83px;
	height: 25px;
	float: left;
	margin-top: 15px;
	margin-left: 36px;
}

#footer3 .briefcreatif
{
	display: block;
	width: 90px;
	height: 15px;

}

#gauche
{
	width: 251px;
	float: left;
	margin-left: 28px;
	margin-right: 28px;
}

#gauche2
{
	width: 230px;
	float: left;
	margin-top: 15px;
	margin-left: 13px;
	margin-right: 13px;
	min-height: 250px;
	background: url(../images/separator2.jpg) right repeat-y;
}

#gauche3
{
	width: 209px;
	float: left;
	margin-top: 15px;
	margin-left: 28px;
	margin-right: 13px;
	min-height: 250px;
	background: url(../images/separator2.jpg) right repeat-y;
}

#menu1_ipv6
{
	width: 221px;
	height: 95px;
	margin-top: -9px;
	margin-left: -25px;
	background: url(../images/menu1_ipv6.png) center no-repeat;
}

#menu2_ipv6
{
	width: 240px;
	height: 247px;
	margin-top: 15px;
	margin-right: 13px;
	background: url(../images/menu2_ipv6.png) center no-repeat;
}

#menu3_ipv6
{
	width: 523px;
	height: 70px;
	margin-top: 15px;
	margin-right: 13px;
	margin-bottom: 20px;
	background: url(../images/bandeau_ipv6.png) center no-repeat;
}

#menu3_ipv6 p
{
	margin: 0;
	padding-top: 10px;
	margin-left: 50px;
	font-weight: bold;
	color: #1b9e48;
}

h5
{
	width: 206px;
	margin: 0;
	color: #284B97;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 2px;
	cursor: pointer;
	margin-bottom: 4px;
}

h6
{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	color: #284b97;
	text-transform:uppercase;	
}

#menu_gauche2 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	width: 217px;
}
#menu_gauche2 a {
    padding: 6px;
		-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
#menu_gauche2 a:hover {
		   background: none repeat scroll 0 0 #eee;
	}

#menu_gauche2 ul li
{
	margin-bottom: 5px;
	 line-height: 85%; 
}

#menu_gauche2 ul li a:hover
{
	color: #284B97;
}

.menu_rub
{
	font-size: 12px;
	color: #4f4f4f;
}
#menu_gauche {
     margin-left: 1px;
    margin-top: 6px;
    min-height: 226px;
    overflow: hidden;
	}
@keyframes haut 
	{
	from {
		margin:-415px 0 0;
	}
	to {
		margin:22px 0 0;
	}
	}

#menu_gauche ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top:22px;
}
#menu_gauche ul li {
	height:50px;
	}
	
@keyframes boxshad 
	{
	from {
		border-bottom:0px solid #cccccc;
	}
	to {
		border-bottom:3px solid #cccccc;
	}
	}

.weathermap a
{
	animation: boxshad 0.7s ease 0s;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background: url(../images/menul_weathermap.png) top no-repeat;
	width: 239px;
	height: 28px;
	display: block;
	font-weight:bold;
	color: #7b7b7b;
	font-size:15px;
	padding-left: 14px;
	padding-top: 13px;
	margin-bottom: 6px;
		-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;

	

}


.support_contact a
{
	border-bottom:1px solid #CCCCCC;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background: url(../images/menul_support_contact.png) top no-repeat;
	width: 239px;
	height: 28px;
	display: block;
	font-weight:bold;
	color: #7b7b7b;
	font-size:15px;
	padding-left: 14px;
	padding-top: 13px;
	margin-bottom: 6px;
		-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
	-webkit-box-shadow: 0 4px 0 0 #cccccc;
box-shadow: 0 4px 0 0 #cccccc;
}

.support_contact a:hover
{
	-webkit-box-shadow: 0 1px 0 0 #cccccc;
box-shadow: 0 1px 0 0 #cccccc;
	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
border-bottom: 1px solid #FFFFFF;
color:#5476A4;
}

.telechargement a
{
	-webkit-box-shadow: 0 4px 0 0 #cccccc;
box-shadow: 0 4px 0 0 #cccccc;
	border-bottom:1px solid #CCCCCC;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background: url(../images/menul_telechargement.png) top no-repeat;
	width: 239px;
	height: 28px;
	display: block;
	font-weight:bold;
	color: #7b7b7b;
	font-size:15px;
	padding-left: 14px;
	padding-top: 13px;
	margin-bottom: 6px;
		-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.telechargement a:hover
{
	-webkit-box-shadow: 0 1px 0 0 #cccccc;
box-shadow: 0 1px 0 0 #cccccc;
	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
border-bottom: 1px solid #FFFFFF;
color:#5476A4;
}

.emplois_stages a
{
	-webkit-box-shadow: 0 4px 0 0 #cccccc;
box-shadow: 0 4px 0 0 #cccccc;
	border-bottom:1px solid #CCCCCC;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background: url(../images/menul_emplois_stages.png) top no-repeat;
	width: 239px;
	height: 28px;
	display: block;
	font-weight:bold;
	color: #7b7b7b;
	font-size:15px;
	padding-left: 14px;
	padding-top: 13px;
	margin-bottom: 6px;
		-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.emplois_stages a:hover
{
	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 1px 0 0 #cccccc;
box-shadow: 0 1px 0 0 #cccccc;
border-bottom: 1px solid #FFFFFF;
color:#5476A4;
}

.media_center a
{
	-webkit-box-shadow: 0 4px 0 0 #cccccc;
box-shadow: 0 4px 0 0 #cccccc;
border-bottom:1px solid #CCCCCC;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background: url(../images/menul_media_center.png) top no-repeat;
	width: 239px;
	height: 28px;
	display: block;
	font-weight:bold;
	color: #7b7b7b;
	font-size:15px;
	padding-left: 14px;
	padding-top: 13px;
	margin-bottom: 6px;
		-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.media_center a:hover
{
	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 1px 0 0 #cccccc;
	box-shadow: 0 1px 0 0 #cccccc;
border-bottom: 1px solid #FFFFFF;
color:#5476A4;
}

.visio a
{
	-webkit-box-shadow: 0 4px 0 0 #cccccc;
box-shadow: 0 4px 0 0 #cccccc;

	border-bottom:1px solid #CCCCCC;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background: url(../images/menul_visioconference.png) top no-repeat;
	width: 239px;
	height: 28px;
	display: block;
	font-weight:bold;
	color: #7b7b7b;
	font-size:15px;
	padding-left: 14px;
	padding-top: 13px;
	margin-bottom: 6px;
	-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.visio a:hover
{
	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
-webkit-box-shadow: 0 1px 0 0 #cccccc;
	box-shadow: 0 1px 0 0 #cccccc;
border-bottom: 1px solid #FFFFFF;
color:#5476A4;
}

#zoom
{
    border-radius: 10px;
    padding: 6px 7px 2px 6px;
    width: 236px;
	-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
  background:#ffffff;
       border: 1px solid #FFFFFF;
       -webkit-box-shadow: 0 0 2px 0 #cccccc;
box-shadow: 0 0 2px 0 #cccccc;
  margin-top: 10px;
}

#zoom_titre
{
    height: 28px;
    width: 236px;
    -webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: #333333;


}
#zoom_titre p {
	   color: #ffffff;
    float: left;
    font-family: foobar_proregular,Georgia,serif;
    float: left; margin-top: 4px; margin-left: 2px;
    margin-bottom: 0;
      width: 193px;

	}

#zoom_contenu
{
	margin-left: 2px;
	margin-top: 11px;
        font-size: 10px;
}

#zoom_contenu p
{
	margin: 0;
	margin-bottom: 10px;
	color: #4f4f4f;
	font-size: 10px;
}

#formations
{
	width: 400px;
	margin-top:0px;
	margin-left: 2px;
	margin-right: 28px;
	margin-bottom: 30px;
	float:left;
	-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
background:#ffffff;
       border: 1px solid #FFFFFF;
       -webkit-box-shadow: 0 0 2px 0 #cccccc;
box-shadow: 0 0 2px 0 #cccccc;
}
#formations_contenu a:hover {
	
	color:#999999;

	
	}

#formations_titre
{
    height: 28px;
    padding-left: 6px;
    padding-top: 14px;
    width: 197px;
}
#formations_titre img{
   float: left;
    height: 28px;
    margin: 0 0 0 6px;
    width: 34px;
}
#formations_titre p{
   color: #666666;
    float: left;
    font-family: foobar_proregular,Georgia,serif;
    font-size: 13px;
    margin: 6px 0 0 5px;
    width: 116px;
	}
#formations_contenu
{
	margin-left: 9px;
	margin-top: 11px;
	width: 400px;
}
#formations_contenu a{
	

	font-size:12px;
	}
#formations_contenu p
{
	margin: 0;
	margin-bottom: 10px;
	color: #4f4f4f;
	font-size: 12px;
}

#article
{
   background: url("../images/separator2.jpg") repeat-y scroll left center rgba(0, 0, 0, 0);
    float: left;
    font-size: 13px;
    margin: 20px 10px 19px -28px;
    padding-bottom: 14px;
    padding-left: 25px;
    width: 735px;
}

#article_rac
{
	font-size: 13px;
	margin-right: 28px;
	margin-left: 28px;
	margin-top: 20px;
	width: 946px;
}

#log
{
	float: left;
	width: 1017px;
	min-height: 300px;
}

#sommaire
{
	float: left;
	width: 434px;
	margin-top: 20px;
}

#bloc_news1
{
    background: url("../images/bloc_news1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 45px;
    width: 434px;
    float:left;
}

#bloc_news12
{
    float: left;
    height: 27px;
    margin-left: 12px;
    margin-top: 12px;
    overflow: hidden;
}
@keyframes actu { from {margin-top:25px;} to {margin-top:0px;} }

@keyframes rotate {
	from {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
margin-top:25px;
	
	
	}
	to {
	-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
margin-top:0px;
	} 
				}

#bloc_news12 img
{
	 
	  animation: rotate ease 2s;
  animation-iteration-count: 1;

  -webkit-animation: rotate ease 2s;
  -webkit-animation-iteration-count: 1;

  -moz-animation: rotate ease 2s;
  -moz-animation-iteration-count: 1;

  -o-animation: rotate ease 2s;
  -o-animation-iteration-count: 1;

  -ms-animation: rotate ease 2s;
  -ms-animation-iteration-count: 1;

}
#bloc_news12 h1
{
	color: #294B98;
    float: left;
    font-size: 18px;
    font-weight: bolder;
}

#bloc_news12 span
{
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
}
@keyframes floati { from {float:left;} to {float:right;} }


#bloc_news13
{
animation: floati 0.7s ease 0s;
   border: 0 none;
   float:right;
    display: block;
    margin-right: 13px;
    margin-top: 15px;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
     transition: opacity .15s ease-in-out;
		
    margin-left: 13px;
    margin-bottom: 12px;
}
#bloc_news13 a{
	float: right;
    margin-left: 3px;
	}
#bloc_news13 p
{
	color: #e9a222;
	font-size: 14px;
	float: left;
	margin: 0;
	margin-top: 6px;
}


@keyframes animationFrames{
  0% {
    left:0px;
    top:0px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  20% {
    transform:  rotate(15deg) ;
  }
  40% {
    transform:  rotate(-10deg) ;
  }
  60% {
    transform:  rotate(5deg) ;
  }
  80% {
    transform:  rotate(-5deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  20% {
    -moz-transform:  rotate(15deg) ;
  }
  40% {
    -moz-transform:  rotate(-10deg) ;
  }
  60% {
    -moz-transform:  rotate(5deg) ;
  }
  80% {
    -moz-transform:  rotate(-5deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  20% {
    -webkit-transform:  rotate(15deg) ;
  }
  40% {
    -webkit-transform:  rotate(-10deg) ;
  }
  60% {
    -webkit-transform:  rotate(5deg) ;
  }
  80% {
    -webkit-transform:  rotate(-5deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  20% {
    -o-transform:  rotate(15deg) ;
  }
  40% {
    -o-transform:  rotate(-10deg) ;
  }
  60% {
    -o-transform:  rotate(5deg) ;
  }
  80% {
    -o-transform:  rotate(-5deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  20% {
    -ms-transform:  rotate(15deg) ;
  }
  40% {
    -ms-transform:  rotate(-10deg) ;
  }
  60% {
    -ms-transform:  rotate(5deg) ;
  }
  80% {
    -ms-transform:  rotate(-5deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

#bloc_news13 img
{
  
  
	border: 0;
	display: block;
	float: left;
	-webkit-transition: all .05s ease;
    -moz-transition: all .05s ease;
    -ms-transition: all .05s ease;
    -o-transition: all .05s ease;
    transition: all .05s ease;
	-webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;

}
#bloc_news13 img:hover
{
    opacity: 0.7;
}

#bloc_news3_contenu {
	padding-left:17px;
	
	}

#bloc_news14
{
 clear: both;
    height: 25px;
    margin-left: 13px;
    padding-top: 0;
    width: 430px;
	margin-top:10px;
}

#bloc_news2_cb {
   background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    float: left;
    margin: 0;
    padding-bottom: 15px;
    padding-left: 6px;
    padding-top: 0;
    width: 426px;
}	

#bloc_news2
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    float: left;
    height: auto;
    max-height: 125px;
    min-height: 98px;
    padding-bottom: 10px;
    padding-top: 15px;
    width: 415px;
    padding-left:17px;
}


#bloc_news2 p a{
	 -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
	}
#bloc_news2 p a:hover{
	color:#1d3b6f;
	}
#sommaire p a:hover{
	color:#1d3b6f;
	}
#bloc_news_noel
{
	border-bottom: 1px solid #AAAAAA;
}


#bloc_news2 p, #bloc_news3 p
{
	margin: 0;
	width: 415px;
	font-size: 12px;

	padding-top: 4px;
	padding-bottom: 4px;
		 -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


#bloc_news3
{
    border-color: #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top : 2px dotted #cccccc;
    max-height: 146px;
    padding-bottom: 12px;
    background:#ffffff;
    padding-top: 13px;
    width: 432px;
    float:left;
}

#bloc_news2 a{
	
	float: left;
    font-size: 13px;
	
	
}

#bloc_news3_titre
{

    height: 28px;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 410px;
    float:left;
}
#bloc_news3_titre img {
   float: left;
    height: 22px;
    margin-right: 5px;
    width: 24px;
	
	}
#bloc_news3_titre p {
    font-family: foobar_proregular,Georgia,serif;
	}
	
#bloc_news4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 2px dotted #cccccc;
    height: 45px;
    margin-top: 0;
    width: 432px;
    float:left;
}
#bloc_news5 {
   background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    float: left;
    margin: 0;
    padding-bottom: 15px;
    padding-left: 6px;
    padding-top: 0;
    width: 426px;
    -webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}	
	
	
	
#menu_gauche2 img {
    float: left;
    margin-top: 4px;
    width: 8px;
	}
#menu_gauche2 p {
    float: left;
    margin-left: 6px;
    margin-top: 4px;
	margin-bottom:0px;
	}
		
#menu_gauche2 a {
	    color: #0F293D;
    float: left;
    width: 192px;
	
	}
#droit
{
	float: right;
	margin-top: 25px;
	margin-left: 22px;
	margin-right: 28px;
	font-size: 13px;
	width: 211px;
}
/*
#suivez_nous
{
background: #eeeeee;

    height: 334px;
    padding-top:5px;
    margin-bottom: 11px;
    margin-left: 1px;
    overflow: hidden;
    width: 210px;	
    -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
      border-right: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
          border-bottom: 1px solid #CCCCCC;
}

#suivez_nous1
{
   float: left;
    margin-top: 3px;
    text-align: center;
    width: 221px;
}

#suivez_nous1 a img
{	
    margin-left: -7px;
    width: 171px;
}

@keyframes bada {
	from {
		margin-top:59px;
	}
	to {
		margin-top:0px;	
	}
}

#suivez_nous a { 
	text-decoration:none;
	}
#suivez_nous a:hover {
	text-decoration:underline;
	}

#suivez_nous1 a img:hover
{
    

}

#suivez_nous1_1
{
    float: left;
    margin-left: 1px;
    width: 94px;
}

#suivez_nous1_1 a img
{	
    height: 68px;
    width: 68px;
}
#suivez_nous1_1 a img:hover
{
}

#suivez_nous2
{
    float: left;
    margin-left: 1px;
    width: 94px;
}
#suivez_nous2 a img
{

    height: 68px;
    width: 68px;
}

#suivez_nous2 a img:hover
{
   
}

#suivez_nous3
{
   float: left;
    margin-left: 10px;
    padding-top: 11px;
    width: 100px;
	
}
#suivez_nous3 img:hover {
	
	
	}
#suivez_nous3 a img
{

   height: 68px;
    width: 68px;

}

#suivez_nous3 a img:hover
{

}

#suivez_nous4
{
	float: left;

}
#suivez_nous4 a img
{

		width:81px;
	height:78px;
}

#suivez_nous4 a img:hover
{

 
   


}
#suivez_nous5
{
    float: left;
    margin: 0 0 0 -7px;
    padding-top: 11px;
    width: 98px;
    
}
#suivez_nous5 a img
{

   height: 68px;
    width: 68px;
}

#suivez_nous5 a img:hover
{
    

}
#suivez_nous6 {
    float: left;
    margin-left: 4px;
    width: 103px;	
	}
#suivez_nous6 a img {

	width:68px;
	height:70px;
	}
*/
#suivez_nous
{
background: #eeeeee;

    height: 334px;
    padding-top:5px;
    margin-bottom: 11px;
    margin-left: 1px;
    overflow: hidden;
    width: 210px;	
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#suivez_nous a img
{
    width: 50px;
    height: 50px;
}

@keyframes bada {
	from {
		margin-top:59px;
	}
	to {
		margin-top:0px;	
	}
}

#suivez_nous a { 
    text-decoration:none;
}
#suivez_nous a:hover {
    text-decoration:underline;
}
#suivez_nous_titre {
    color: #999999;
    font-family: foobar_proregular,arial,serif;
    font-size: 11px;
    margin: 0px 0px -1px;
    padding: 0px;
    text-align: center;
    margin-bottom:10px;
}
#suivez_nous_texte {
    color: rgb(119, 119, 119);
    font-size: 10px;
    text-align: center;
    margin-top:2px;
    margin-bottom:8px;
}
#suivez_nous_l
{
    float: left;
    margin-left: 5px;
    width: 100px;
}
#suivez_nous_r
{
    float: left;
    margin: 0 0 0 -5px;
    width: 100px;
}
#suivez_nous_l img
{
    margin-left: 25px;
}
#suivez_nous_r img
{
    margin-left: 25px;
}

#evenements
{
	height:0 auto;
	background: url("/squelettes/images/shattered-dark.png") repeat scroll 0 0 #67ABFF;
    border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

    margin-bottom: 20px;
    width: 211px;
	padding-bottom:11px;
	margin-left:1px;
	float:left;
}



#evenements h2{
	 font-family: foobar_proregular, Georgia, serif;
	border-bottom: 1px dotted;
    color: #FFFFFF;
    font-size: 16px;
    height: 23px;
    margin: 0 0 10px 13px;
    padding: 11px 0 0;
text-shadow: 1px 2px 3px #666666;
    width: 178px;
	font-weight:normal;
}
h2
{
	margin: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
	padding-left: 13px;
	padding-top: 9px;
	margin-bottom: 10px;
}

#evenements p
{
	padding-left: 13px;
	margin: 0px;
	padding-bottom:7px;
	margin-bottom: 8px;
	color: #FFFFFF;
	width: 185px;
		 font-family: foobar_proregular, Georgia, serif;

}

#evenements p span
{
	font-size:12px;
}
#evenements p a{
		color:#ffffff;
	    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
	}
#evenements p a:hover
{
	
	color: #F0FF00;
}
#evenements h2 img{
	    width: 18px;
    height: 18px;
    margin-right: 6px;
    float: left;}
#partenaires
{
	   background: url("../images/partenaires.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 147px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 15px;
    width: 215px;
    float:left;
}
#partenaires h3 {
   font-family: foobar_proregular,Georgia,serif;
    font-size: 9px;
    margin-bottom: 10px;
    margin-top: 4px;
	}

#partenaires img
{
	margin: auto;
}

.dsjcycle
{
   background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    display: block;
    height: 86px;
    margin: 13px auto auto;
    overflow: hidden;
    padding: 0;
    width: 190px;
}

h3
{
	text-align: center;
	padding-top: 5px;
	margin-bottom: 20px;
}

.part
{
	text-align: right;
	margin: 0;
	font-size: 70%;
	margin-right: 10px;
	margin-top: 15px;
}

a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url {    color: #245081;
    font-weight: bold;
    text-decoration: none; }
a.spip_in:hover, a.spip_url:hover {  
	text-decoration:underline;

}


a.spip_glossaire { text-decoration: none; color: #20a020; }

.chapo {
font-family: foobar_proregular, Arial, Helvetica, serif;
	font-weight: bold;
	text-align: justify;
	font-size: 95%;
}
.texte, .texte p.spip {
font-family: Arial, Helvetica, serif;
	text-align: justify;
	font-size: 90%;
}
.ps {
font-family: foobar_proregular, Arial, Helvetica, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
font-family: foobar_proregular, Arial, Helvetica, serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	font-family: arial,helvetica,sans;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
	font-family: arial,helvetica,sans;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


#formulaire_recherche label {
	    float: left;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0;
	
	}
input#recherche {
	    border: none;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-webkit-box-shadow:inset 1px 1px 5px 0 #AAAAAA;
box-shadow:inset 1px 1px 5px 0 #AAAAAA;
  color: #666666;
    margin-top: 4px;
    padding-left: 6px;
    padding-right: 5px;
    width: 113px;
       height: 20px;
    margin-left: 5px;
	
	}
#iconics {
	margin-left:10px;
	
	}
#iconic {
	
	float:left;
	width:120px;
	}	
	
#iconic i{
	    font-size: 26px;
    text-align: center;
    width: 110px;
	
	}
#iconic p {
	text-align:center;
	width:110px;
	}
#iconic a {
	   float: left;
    margin-top: 6px;
    text-align: center;
    width: 150px;
	
	}
