@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

body
{
	background-color: #E9E9E9;
	background: url(img/dees.png), url(img/dees2.png);
	background: url(img/dees.png), url(img/dees2.png), -moz-linear-gradient(top, #FFFFFF 0%, #C0C0C0 75%, #FFFFFF 100%); /* FF3.6+ */
	background: url(img/dees.png), url(img/dees2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(75%,#C0C0C0), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: url(img/dees.png), url(img/dees2.png), -webkit-linear-gradient(top, #FFFFFF 0%, #C0C0C0 75%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: url(img/dees.png), url(img/dees2.png), -o-linear-gradient(top, #FFFFFF 0%, #C0C0C0 75%,#FFFFFF 100%); /* Opera 11.10+ */
	background: url(img/dees.png), url(img/dees2.png), -ms-linear-gradient(top, #FFFFFF 0%, #C0C0C0 75%,#FFFFFF 100%); /* IE10+ */
	background: url(img/dees.png), url(img/dees2.png), linear-gradient(to bottom, #FFFFFF 0%, #C0C0C0 75%,#FFFFFF 100%); /* W3C */
	background-attachment: scroll, scroll, fixed;
	background-position: right bottom, top left, center;
	background-repeat:  no-repeat, no-repeat;
    font-family : "Open Sans", Trebuchet MS;
	padding: 0;
	margin: 0;
	font-size: 15px;
}

#page
{
	background-attachment: fixed;
	background-color: #F9F9F9;
	display: block; 
	width: 930px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	box-shadow: 0px -2px 15px black;
}

#en-tete
{
	width: 620px;
	display:block;
	text-align: center;
	background: white;
	height: 60px;
	background: url(img/head.png) no-repeat 130px;
}

#logo
{
	display:block;
	background: url(img/headLogo.png) no-repeat;
	background-position: 5px -5px;
	width: 125px;
	height: 110px;
	position: absolute;
	top: 0;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
}

#logo:hover
{
	background-position: 5px -8px;
}

#socialButtons
{
float: right;
position: relative;
top : 30px;
width: 250px;
max-height: 22px;
overflow: hidden;
}

#socialButtons .fb-like
{
top: -5px;
}

#barreMenu
{
	display: block;
    height : 50px;
	border-bottom: 4px solid black;
	background: #2e2e2e;
	background: -moz-linear-gradient(top, #2e2e2e 0%, #5c5c5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2e2e), color-stop(100%,#5c5c5c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2e2e2e 0%,#5c5c5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2e2e2e 0%,#5c5c5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2e2e2e 0%,#5c5c5c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2e2e2e 0%,#5c5c5c 100%); /* W3C */
	padding-left: 125px;
	border-radius: 7px 7px 0px 7px;
	box-shadow: 0px 0px 5px black;
}

#barreMenu a
{
display: inline-block;
	font-size: 23px;
    height : 40px;
	padding: 9px 20px 1px 20px;
	color: white;
	font-variant: small-caps;
	text-shadow: -2px 2px 2px black;
}
#barreMenu a:hover
{
background: rgba(0,0,0,0.3);
}
#barreMenu a:visited{color: white;}

#barreMenu #currentPage
{
background: black;
box-shadow: 0 0px 5px black;
border: none;
}

#contenu
{
background: transparent;
border-collapse: collapse;
}

#contenu > tbody > tr > td:first-of-type
{
padding: 0;
padding-bottom: 20px;
}

#contenu > tbody > tr > td:nth-of-type(2)
{
	text-align: left;
	width: 300px;
	padding: 0;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	padding-left: 25px;
	box-shadow: -1px 0px 7px black;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 80%, #DDDDDD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#FFFFFF), color-stop(100%,#DDDDDD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 80%,#DDDDDD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 80%,#DDDDDD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 80%,#DDDDDD 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFFFFF 80%,#DDDDDD 100%); /* W3C */
}

#barreBas
{
	padding: 1px;
	background: #D6D6D6;
	background: -moz-linear-gradient(top, #E6E6E6 0%, #B7B7B7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E6E6), color-stop(100%,#B7B7B7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E6E6E6 0%,#B7B7B7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E6E6E6 0%,#B7B7B7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E6E6E6 0%,#B7B7B7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #E6E6E6 0%,#B7B7B7 100%); /* W3C */
	border-radius: 10px 0px 0px 0px;
	margin-right: 1px;
	position: relative;
	left:21px;
	border-left: 1px solid #535353;
	border-top: 1px solid #535353;
	box-shadow: 0px 0px 3px #A0A0A0;
}

#barreBas p
{
	font-size: 12px;
	text-align: right;
	margin: 10px;
}

#barreBas > div
{
	float: left;
	margin: 7px;
}

#barreBas > div > iframe:nth-of-type(2)
{
position: relative;
top: 1px;
}

h1
{
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #5c5c5c;
	background: -moz-linear-gradient(top, #5c5c5c 0%, #2e2e2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5c5c5c 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5c5c5c 0%,#2e2e2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5c5c5c 0%,#2e2e2e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5c5c5c 0%,#2e2e2e 100%); /* W3C */
	font-size: 20px;
	color: white;
	font-weight: normal;
box-shadow: -1px 0px 3px #2e2e2e, 0px 0px 1px black;
border-bottom: 1px solid #000000;
	border-radius: 5px;
}

h2
{
	float: right;
	font-size: 14px;
	color: lightgray;
	margin-right: 15px;
}

#contenu > tbody > tr > td > h1:first-child
{
	margin-top: 15px;
}

#contenu > tbody > tr > td:nth-last-of-type(2) > h1:first-child
{
	border-radius: 5px 0px 0px 0px;
}

.bigPicture + h1, .bigPictureLink + h1, .mainCadre + h1
{
	border-radius: 0px 0px 0px 0px;
}

#contenu > tbody > tr > td:nth-of-type(2) > h1
{
	margin: 10px 0px 12px -10px;
	padding: 5px 0 5px 20px;
	background: #4d4d4d;
	background: -moz-linear-gradient(left, #4d4d4d 0%, #757575 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4d4d4d), color-stop(100%,#757575)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #4d4d4d 0%,#757575 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #4d4d4d 0%,#757575 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #4d4d4d 0%,#757575 100%); /* IE10+ */
	background: linear-gradient(to right, #4d4d4d 0%,#757575 100%); /* W3C */
	font-size: 17px;
	color: white;
	font-weight: normal;
	border-radius: 20px 0 0 0;
	box-shadow: 0px 3px 0px #959595;
	font-weight: normal;
	border: none;
	text-shadow: none;
}

p
{
    text-align : justify;
	vertical-align: middle;
	margin: 10px 15px 10px 15px;
}

.mainCadre
{
	margin: 0px 0px 0px 0px;
padding: 10px 18px 13px 15px;
box-shadow: 0px 0px 3px black;
background: white;
}

#contenu > tbody > tr > td:first-of-type > h1:last-of-type + .mainCadre
{
border-radius: 0px 0px 0px 7px;
}

a
{
    color: #00238A;
	text-decoration: none;
}

a:visited
{
    color: #00238A;
	text-decoration: none;
}

a:hover
{
    color: #800080;
}

strong
{
	background: none;
	font-weight: bold;
}

em
{
	font-size: 12px;
    font-style:italic;
}

em:before
{
content: "(";
}

em:after
{
content: ")";
}

.surligne
{
	text-decoration: underline;
}

ul
{
	list-style-position: outside;
}

#contenu > tbody > tr > td:first-of-type ul
{
	padding-left: 15px;
}

li
{
	list-style-image: url("img/puce.png");
	margin-bottom: 5px;
}

#contenu > tbody > tr > td:first-of-type ul li
{
	margin-left: 15px;
}

.postit
{
	text-align: left;
	font-size: 13px;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 7px 10px 7px 10px;
	margin: 5px 10px 5px 0px;
}

#synopsis
{
padding-top: 0;
padding-bottom: 0;
	background: #CCCCCC;
}

#synopsis p
{
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 80%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 80%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 80%,#EEEEEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 80%,#EEEEEE 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFFFFF 80%,#EEEEEE 100%); /* W3C */
border-left: 1px solid gray;
border-right: 1px solid gray;
padding: 35px 20px 40px 20px;
margin: 0 14px 0 10px;
box-shadow: 0 0 5px black, 0 0px 1px gray inset;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
}

#synopsis p:hover
{
}

#synopsis p:first-letter
{
	font-size: 20px;
}

#list, #keyfeatures
{
	padding: 15px 0px 15px 0px !important;
	background: #DDDDDD;
}

#list li, #keyfeatures li
{
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid gray;
	padding-top: 7px;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid gray;
	box-shadow: 0 0 7px gray;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#EEEEEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%,#EEEEEE 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFFFFF 0%,#EEEEEE 100%); /* W3C */
	cursor: default;
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}

#list li:last-of-type, #keyfeatures li:last-of-type
{
	margin-bottom: 0px;
}

#list li, #keyfeatures li:nth-of-type(2n+1)
{
	margin-left: 0px !important;
	padding-left: 15px;
	margin-right: 80px;
	padding-right: 10px;
	border-right: 1px solid gray;
	border-radius: 0 5px 5px 0;
}

#keyfeatures li:nth-of-type(2n)
{
	padding-right: 15px;
	margin-left: 80px !important;
	padding-left: 20px;
	border-left: 1px solid gray;
	border-radius: 5px 0 0 5px;
}
/*
#list li:hover, #keyfeatures li:nth-of-type(2n+1):hover
{
padding-left: 35px;
margin-right: 60px;
}

#keyfeatures li:nth-of-type(2n):hover
{
padding-right: 35px;
margin-left: 60px !important;
}
*/
#keyfeatures li:first-letter
{
	font-size: 16px;
}

.bigPicture
{
width: 613px;
box-shadow: 0px 0px 3px black;
margin-left: 1px;
}

.galerie
{
	margin-bottom: 15px;
	border: 1px solid gray;
	box-shadow: 0 0 3px gray;
	cursor: zoom-in;
}

.galerieD
{
	margin-bottom: 15px;
	margin-right: 8px;
	border: 1px solid gray;
	box-shadow: 0 0 3px gray;
	float: right;
	cursor: zoom-in;
}

.socialLink
{
display: inline-block;
margin-right: 1px;
height: 50px;
width: 50px;
background: url("img/ombre.png") center bottom no-repeat;
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}

.socialLink img
{
position: relative;
top: 0;
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
position: relative;
top: -5px;
}

.socialLink:hover img
{
position: relative;
top: -12px;
}

.socialLinkGroup
{
	margin-top: 20px;
}

.downloadButton
{
	display: inline-block;
	text-align: center;
	margin: 12px 15px 0px 15px;
	padding: 8px 15px 8px 50px;
	background: url("img/download-icon.png") 10px center no-repeat;
	background-color: #28761B;
	color: white;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: 3px 3px 0px #16420F;
}

.downloadButton:hover
{
	color: white;
}

.downloadButton:visited{color: white;}

.downloadButtonRight
{
	display: block;
	text-align: center;
	margin: 0px 0px 15px 15px;
	padding: 8px 15px 8px 50px;
	background: url("img/download-icon.png") 10px center no-repeat;
	background-color: #28761B;
	color: white;
	font-size: 20px;
	border-radius: 5px 0 0 5px;
	box-shadow: 3px 3px 0px #16420F;
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}

.downloadButtonRight:hover
{
	color: white;
	margin-left: 0px;
}

.downloadButtonRight:visited{color: white;}

table
{
	width: 100%;
}

table td
{
	vertical-align: top;
	padding: 10px;
}

img
{
	vertical-align: middle;
}

a img
{
	border: none;
}

.imgD
{
	float: right;
}

.imgG
{
	float: left;
}

#videoAcceuil
{
margin: 20px 15px 0px 20px;
padding: 5px 5px 1px 5px;
background-color: black;
box-shadow: 0px 0px 7px black;
border-radius: 5px;
	width: 560px;
	height: 320px;
}

#twitterWidget
{
	margin: 15px 10px 15px -10px;
background-color: #B5B5B5;
border-radius: 5px;
font-size: 12px;
box-shadow: 0px 0px 2px black;
width: 288px;
min-width: 288px;
min-height: 348px;
max-height: 351px;
text-align: center;
background-image: url(img/twitter-loading.png);
background-repeat: no-repeat;
background-position: top center;
}

#twitterWidget a
{
position: relative;
top: 270px;
color: black;
background-color: white;
padding: 5px 10px 5px 10px;
border: 1px solid gray;
border-radius: 5px;
}

.bouton
{
	display: block;
	font-size: 18px;
	height: 50px;
	color: black;
	margin: 0;
	padding: 8px 15px 5px 15px;
	background: #C8C8C8;
	background: -moz-linear-gradient(top, #C8C8C8 0%, #8B8B8B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8C8C8), color-stop(100%,#8B8B8B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C8C8C8 0%, #8B8B8B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #C8C8C8 0%, #8B8B8B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #C8C8C8 0%, #8B8B8B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #C8C8C8 0%, #8B8B8B 100%); /* W3C */
	border: 1px solid gray;
	border-right: none;
	font-size: 30px;
	font-weight: 300;
}
.bouton:hover
{
color: black;
	background: #B2B2B2;
	background: -moz-linear-gradient(top, #B2B2B2 0%, #757575 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B2B2B2), color-stop(100%,#757575)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #B2B2B2 0%, #757575 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B2B2B2 0%, #757575 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #B2B2B2 0%, #757575 100%); /* IE10+ */
	background: linear-gradient(to bottom, #B2B2B2 0%,#757575 100%); /* W3C */
}
.bouton:visited{color: black;}

.bouton + .bouton
{
margin-top: 10px;
}

#boutonIndieDB
{
	background: url(img/icon_indiedb.png), #56B814;
	background: url(img/icon_indiedb.png), -moz-linear-gradient(top, #56B814 0%, #3C7A0E 100%); /* FF3.6+ */
	background: url(img/icon_indiedb.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56B814), color-stop(100%,#3C7A0E)); /* Chrome,Safari4+ */
	background: url(img/icon_indiedb.png), -webkit-linear-gradient(top, #56B814 0%, #3C7A0E 100%); /* Chrome10+,Safari5.1+ */
	background: url(img/icon_indiedb.png), -o-linear-gradient(top, #56B814 0%, #3C7A0E 100%); /* Opera 11.10+ */
	background: url(img/icon_indiedb.png), -ms-linear-gradient(top, #56B814 0%, #3C7A0E 100%); /* IE10+ */
	background: url(img/icon_indiedb.png), linear-gradient(to bottom, #56B814 0%,#3C7A0E 100%); /* W3C */
	background-size: 130px, cover;
	background-repeat: no-repeat;
	background-position: right 0px;
}
#boutonIndieDB:hover
{
	background: url(img/icon_indiedb.png), #489D11;
	background: url(img/icon_indiedb.png), -moz-linear-gradient(top, #489D11 0%, #2F640B 100%); /* FF3.6+ */
	background: url(img/icon_indiedb.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#489D11), color-stop(100%,#2F640B)); /* Chrome,Safari4+ */
	background: url(img/icon_indiedb.png), -webkit-linear-gradient(top, #489D11 0%, #2F640B 100%); /* Chrome10+,Safari5.1+ */
	background: url(img/icon_indiedb.png), -o-linear-gradient(top, #489D11 0%, #2F640B 100%); /* Opera 11.10+ */
	background: url(img/icon_indiedb.png), -ms-linear-gradient(top, #489D11 0%, #2F640B 100%); /* IE10+ */
	background: url(img/icon_indiedb.png), linear-gradient(to bottom, #489D11 0%,#2F640B 100%); /* W3C */
	background-size: 130px, cover;
	background-repeat: no-repeat;
	background-position: right 0px;
}

#boutonBlog
{
	background: url(img/icon_blogger.png), #FF972F;
	background: url(img/icon_blogger.png), -moz-linear-gradient(top, #FF972F 0%, #D76B00 100%); /* FF3.6+ */
	background: url(img/icon_blogger.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF972F), color-stop(100%,#D76B00)); /* Chrome,Safari4+ */
	background: url(img/icon_blogger.png), -webkit-linear-gradient(top, #FF972F 0%, #D76B00 100%); /* Chrome10+,Safari5.1+ */
	background: url(img/icon_blogger.png), -o-linear-gradient(top, #FF972F 0%, #D76B00 100%); /* Opera 11.10+ */
	background: url(img/icon_blogger.png), -ms-linear-gradient(top, #FF972F 0%, #D76B00 100%); /* IE10+ */
	background: url(img/icon_blogger.png), linear-gradient(to bottom, #FF972F 0%,#D76B00 100%); /* W3C */
	background-size: 80px, cover;
	background-repeat: no-repeat;
	background-position: right 0px;
}
#boutonBlog:hover
{
	background: url(img/icon_blogger.png), #FF8000;
	background: url(img/icon_blogger.png), -moz-linear-gradient(top, #FF8000 0%, #C16100 100%); /* FF3.6+ */
	background: url(img/icon_blogger.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF8000), color-stop(100%,#C16100)); /* Chrome,Safari4+ */
	background: url(img/icon_blogger.png), -webkit-linear-gradient(top, #FF8000 0%, #C16100 100%); /* Chrome10+,Safari5.1+ */
	background: url(img/icon_blogger.png), -o-linear-gradient(top, #FF8000 0%, #C16100 100%); /* Opera 11.10+ */
	background: url(img/icon_blogger.png), -ms-linear-gradient(top, #FF8000 0%, #C16100 100%); /* IE10+ */
	background: url(img/icon_blogger.png), linear-gradient(to bottom, #FF8000 0%,#C16100 100%); /* W3C */
	background-size: 80px, cover;
	background-repeat: no-repeat;
	background-position: right 0px;
}

.cadre
{
padding: 5px 10px 5px 10px;
background: white;
border-radius: 10px;
border: 1px solid #ACACAC;
margin: 10px;
}

#formulaire
{
margin: 15px;
width: 580px;
}

#formulaire table
{
border-collapse: collapse;
}

#formulaire td
{
vertical-align: middle;
padding: 5px 3px 5px 10px;
}

#formulaire tr:nth-last-of-type(2) th
{
vertical-align: top;
padding-top: 3px;
}

#formulaire label
{
display: block;
padding: 2px 15px 2px 15px;
background-color: #7E7E7E;
border: 1px solid #7E7E7E;
border-radius: 5px;
color: white;
text-align: center;
font-weight: bold;
box-shadow: -2px 3px 0px #4B4B4B;
}

#formulaire input, #formulaire textarea
{
padding: 4px;
}

#formulaire input:focus, #formulaire textarea:focus
{
box-shadow: 0px 0px 3px #0983FD;
}

#formulaire tr:last-of-type input
{
cursor: pointer;
}

#team
{
	margin-right: 10px;
	margin-left: 10px;
}

#team td:nth-of-type(2n+1)
{
text-align:center;
}

#team td:nth-of-type(2n)
{
width:45%;
}

#team td:nth-of-type(2n) p
{
margin-left:3px;
}