@charset "utf-8";





#bracket1 
{
	margin-left:120px;
	margin-top: 26px;
	display: inline;
	float: left;
	height: 50px;
	margin-bottom: 0;
	width: 750px;
}




body {
	background:#f8f8ff url(../image_visuel/bg.png) no-repeat;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body * {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main { 
	margin:0 auto;
	width: 100%;
}

.grayscale img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	filter: url('../js_visuel/filters.svg#grayscale'); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

.grayscale img:hover
{
	    -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        filter: none; /* Applies to FF + IE */
		-webkit-filter: grayscale(0);
}


#logo {
	margin-left: 148px;
	margin-top: 38px;
	display: inline;
	float: left;
	height: 114px;
	margin-bottom: 0;
	width: 740px;
}
#support {
	margin-left: 150px;
	margin-top: 65px;
	display: inline;
	float: left;
	height: 27px;
	margin-bottom: 0;
	width: 93px;
}
#services {
	margin-left: 150px;
	margin-top: 65px;
	display: inline;
	float: left;
	height: 27px;
	margin-bottom: 0;
	width: 93px;
}
#accueil {
	margin-left: 230px;
	margin-top: 65px;
	display: inline;
	float: left;
	height: 27px;
	margin-bottom: 0;
	width: 93px;
}
#humanitaire {
	margin-left: 50px;
	margin-top: 70px;
	display: inline;
	float: left;
	height: 80px;
	margin-bottom: 0;
	width: 203px;
}
#start_up {
	margin-left: 290px;
	margin-top: 70px;
	display: inline;
	float: left;
	height: 80px;
	margin-bottom: 0;
	width: 204px;
}
#bracket {
	margin-left: 277px;
	margin-top: 26px;
	display: inline;
	float: left;
	height: 50px;
	margin-bottom: 0;
	width: 480px;
}
#skn_media {
	margin-left: 75px;
	margin-top: 33px;
	display: inline;
	float: left;
	height: 113px;
	margin-bottom: 0;
	width: 113px;
}
#skn_web {
	margin-left: 75px;
	margin-top: 33px;
	display: inline;
	float: left;
	height: 113px;
	margin-bottom: 0;
	width: 113px;
}
#sim-kool {
	margin-left: 75px;
	margin-top: 33px;
	display: inline;
	float: left;
	height: 80px;
	margin-bottom: 0;
	width: 110px;
	 
}
#sim-kool:hover {
	-webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
}
#nianda {
	margin-left: 75px;
	margin-top: 33px;
	display: inline;
	float: left;
	height: 113px;
	margin-bottom: 0;
	width: 113px;
}
#amor {
	margin-left: 75px;
	margin-top: 33px;
	display: inline;
	float: left;
	height: 113px;
	margin-bottom: 0;
	width: 113px;
}



.inscbutton {
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0ddf06), color-stop(1, #13bf0d));
    background:-moz-linear-gradient(top, #0ddf06 5%, #13bf0d 100%);
    background:-webkit-linear-gradient(top, #0ddf06 5%, #13bf0d 100%);
    background:-o-linear-gradient(top, #0ddf06 5%, #13bf0d 100%);
    background:-ms-linear-gradient(top, #0ddf06 5%, #13bf0d 100%);
    background:linear-gradient(to bottom, #0ddf06 5%, #13bf0d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ddf06', endColorstr='#13bf0d',GradientType=0);
    background-color:#0ddf06;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #4b8f29;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    padding:8px 16px;
    text-decoration:none;
    text-shadow:0px 1px 0px #5b8a3c;
}
.inscbutton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #13bf0d), color-stop(1, #0ddf06));
    background:-moz-linear-gradient(top, #13bf0d 5%, #0ddf06 100%);
    background:-webkit-linear-gradient(top, #13bf0d 5%, #0ddf06 100%);
    background:-o-linear-gradient(top, #13bf0d 5%, #0ddf06 100%);
    background:-ms-linear-gradient(top, #13bf0d 5%, #0ddf06 100%);
    background:linear-gradient(to bottom, #13bf0d 5%, #0ddf06 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#13bf0d', endColorstr='#0ddf06',GradientType=0);
    background-color:#13bf0d;
}
.inscbutton:active {
    position:relative;
    top:1px;
}
