@font-face {
    font-family: 'BebasNeueRegular';
    src: url('polices/BebasNeue-webfont.eot');
    src: url('polices/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/BebasNeue-webfont.woff') format('woff'),
         url('polices/BebasNeue-webfont.ttf') format('truetype'),
         url('polices/BebasNeue-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PetitaBoldRegular';
    src: url('polices/petitabold-webfont.eot');
    src: url('polices/petitabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/petitabold-webfont.woff') format('woff'),
         url('polices/petitabold-webfont.ttf') format('truetype'),
         url('polices/petitabold-webfont.svg#PetitaBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url(../images/fd-body.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana;
}

.alexaRank {
	padding: 0;
	margin: 0;
	background-image: url(../images/alexa.jpg);
	width: 42px;
	height: 12px;
	font-size: 8px;
	color: #3a3a3a;
	font-family: Arial;
	padding-left: 40px;
	padding-right: 10px;
	text-align: right;
}

/* services */

#boiteEdsManager {
	background-image: url(../services/img/edsmanager.png);
	width: 270px;
	height: 175px;
	margin: 0 auto;
	position: relative;
}

#boiteEsfd {
	background-image: url(../services/img/esfd.png);
	width: 270px;
	height: 175px;
	margin: 0 auto;
	position: relative;
}

#boiteSitesInternet {
	background-image: url(../services/img/sites-internet.png);
	width: 270px;
	height: 175px;
	margin: 0 auto;
	position: relative;
}

#boiteLogiciels {
	background-image: url(../services/img/logiciels.png);
	width: 270px;
	height: 175px;
	margin: 0 auto;
	position: relative;
}

#boitePrint {
	background-image: url(../services/img/print-flyer.png);
	width: 270px;
	height: 175px;
	margin: 0 auto;
	position: relative;
}

#boiteScripts {
	background-image: url(../services/img/scripts-php-mysql.png);
	width: 270px;
	height: 175px;
	margin: 0 auto;
	position: relative;
}

.boiteTexte {
	position: absolute;
	left: 15px;
	top: 40px;
	color: #ffffff;
	text-shadow: 0px 0px 2px #000000;
	line-height: 17px;
	text-align: justify;
	width: 240px;
	font-weight: bold;
}

.boiteBtnSavoir {
	position: absolute;
	bottom: -15px;
	right: -20px;
}

/* fin */

input, select, textarea {
	font-size: 10px;
	font-family: Verdana;
	padding: 3px;
	border: 1px #cccccc solid;
}

input {
	background-image: url(../images/champBase.gif);
}

input.mobile {
	background-image: url(../images/ico_mobile.gif);
	padding-left: 20px;
}

input.mail {
	background-image: url(../images/ico_mail.gif);
	padding-left: 20px;
}

input.submit {
	background: none;
	font-size: 11px;
	font-family: Verdana;
	border: 0;
	background-color: #278AE5;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}

#loopedSlider {
	margin: 18px auto;
	width: 1022px;
	position: relative;
	clear: both;
}

.container { width:1022px; height:218px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:900px; display:none; }
a.previous { position:absolute; top:90px; left:25px; filter:alpha(opacity=40); opacity:0.40; }
a.next { position:absolute; top:90px; right:25px; filter:alpha(opacity=40); opacity:0.40; }

a.previous:hover { filter:alpha(opacity=100); opacity:1; }
a.next:hover { filter:alpha(opacity=100); opacity:1; }

.msg {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}

.important {
	color: #ff0000;
	font-weight: bold;
}

.titre {
	background-color: #278AE5;
	color: #ffffff;
	font-weight: bold;
}

.fond1 {
	background-color: #F5F8FD;
}

.fond2 {
	background-color: #DEEAFF;
}

img.trans {
	filter:alpha(opacity=50);
	opacity:0.50;
}

img.trans:hover  {
	filter:alpha(opacity=100);
	opacity:1;
}


#header {
	position: relative;
	width: 1000px;
	height: 142px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* debut menu */

#menus {
	position: relative;
	z-index: 999;
}

#menus img {
	vertical-align: middle;
	padding-right: 10px;
}

#menus ul {
	margin: 0;
	padding: 0;
}

#menus ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	position: relative;
}

#menus ul li a {
	color: #000000;
	text-decoration: none;
	font-family: BebasNeueRegular;
	font-size: 22px;
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 25px;
	padding-right: 24px;
}

#menus ul li:hover a {
	color: #2889E7;
}

#menus ul li ul {
	position: absolute;
	top: 45px;
	left: 0px;
	margin: 0;
	padding: 0;
	display: none;
	border-left: 2px #aaaaaa solid;
	border-right: 2px #aaaaaa solid;
	border-bottom: 2px #aaaaaa solid;
}

#menus ul li:hover ul {
	display: block;
}

#menus ul li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ffffff;
}

#menus ul li ul li a {
	background-image: url(../images/fd-sous-menu.png);
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 350px;
	font-size: 20px;
}

#menus ul li:hover ul li a {
	color: #ffffff;
}

#menus ul li:hover ul li a:hover {
	color: #2889E7;
}

#menus ul li a.sel {
	color: #2889E7;
}

/* lo */

#logo {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
}

/* slogan */

#slogan {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 50;
}

/* fin menu */

#content {
	width: 1020px;
	margin: 0 auto;
	z-index: -5;
}

#cadreGris {
	background-image: url(../images/fd-cadre-gris.jpg);
	width: 980px;
	height: 190px;
	padding-top: 6px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 50;
}

#cadreGris a {
	color: #288AE6;
	font-weight: bold;
	text-decoration: none;
}

#colOne {
	width: 685px;
	float: left;
}

#colOne ul {
	margin: 0;
	padding: 0;
	padding-left: 35px;
	margin-left: 40px;
}

#colOne .cadre {
	border: 1px #aaaaaa solid;
	padding: 5px;
	background-color: #eeeeee;
}

#colOne li {
	margin: 0;
	padding: 0;
}

#colOne a {
	color: #2889E7;
	text-decoration: none;
}

#colOneTop {
	width: 685px;
	background-image: url(../images/colOne-top.jpg);
	background-position: bottom top;
	height: 10px;
}

#colOneContent {
	width: 645px;
	background-image: url(../images/colOne-content.jpg);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

#colOneBottom {
	width: 685px;
	background-image: url(../images/colOne-bottom.jpg);
	background-position: bottom left;
	height: 10px;
}

.colOneTop {
	width: 685px;
	background-image: url(../images/colOne-top.jpg);
	background-position: bottom top;
	height: 10px;
}

.colOneContent {
	width: 645px;
	background-image: url(../images/colOne-content.jpg);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

#AudienceGoogle {
	position: absolute;
	right: -20px;
	top: 10px;
}

.colOneBottom {
	width: 685px;
	background-image: url(../images/colOne-bottom.jpg);
	background-position: bottom left;
	height: 10px;
}

#colTwo {
	width: 312px;
	float: right;
}

#colTwo a {
	color: #000000;
}

#colTwo img {
	vertical-align: middle;
}

.colTwoTop {
	width: 312px;
	background-image: url(../images/colTwo-top.jpg);
	background-position: bottom top;
	height: 10px;
}

.colTwoContent {
	width: 272px;
	background-image: url(../images/colTwo-content.jpg);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.colTwoContent h4 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px #666666 dotted;
	color: #000000;
	font-size: 12px;
	margin-bottom: 5px;
}

.colTwoContent h4.actu {
	padding-left: 35px;
	padding-top: 3px;
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	padding-bottom: 7px;
}

.casque {
	position: absolute;
	right: -15px;
	top: -15px;
}

.colTwoContent ul {
	margin: 0;
	padding: 0;
}

.colTwoContent li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px;
}

.colTwoContent ul.actu li {
	background-image: url(../images/ico-bullet.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 20px;
	margin-top: 10px;
}

.actuTitre a {
	font-weight: bold;
	text-decoration: none;
}

.colTwoBottom {
	width: 312px;
	background-image: url(../images/colTwo-bottom.jpg);
	background-position: bottom left;
	height: 10px;
}

#colTwoContent p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	line-height: 25px;
}

#filAriane {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#filAriane a {
	color: #2889E7;
}

#colOne h1 {
	background-image: url(../images/fd-h3.jpg);
	width: 485px;
	height: 24px;
	color: #ffffff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 16px;
	font-family: PetitaBoldRegular;
	margin-bottom: 20px;
}

#colOne h1:first-letter {
	color: #2889e7;
}

#colOne h3 {
	background-image: url(../images/fd-h3.jpg);
	width: 485px;
	height: 24px;
	color: #ffffff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 16px;
	font-family: PetitaBoldRegular;
	margin-bottom: 20px;
}

#colOne h3:first-letter {
	color: #2889e7;
}

#colOne p {
	padding: 0;
	margin: 0;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left : 25px;
	padding-right : 25px;
}

#colOne ul {
	padding: 0;
	margin: 0;
	margin-left: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#colOne li {
	padding: 0;
	margin: 0;
	line-height: 18px;
	list-style: circle;
}

#footer {
	margin-top: 20px;
	background-image: url(../images/fd-footer.jpg);
	background-repeat: repeat-x;
	background-color: #0C0C0C;
	padding-top: 30px;
}

#partnersFooter {
	color: #ffffff;
	margin-top: 20px;
}

#partnersFooter a {
	color: #ffffff;
}

#footerContent {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

.borderGris img {
	border: 1px #cccccc solid;
}

.cadreFooter {
	background-image: url(../images/footer-cadre.jpg);
	width: 441px;
	height: 107px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.cadreFooter p {
	padding: 0;
	margin: 0;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cadreFooter p a {
	color: #2889E7;
	text-decoration: none;
}


#copyright {
	color: #ffffff;
	font-size: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}

#copyright a {
	color: #2889E7;
	text-decoration: none;
}

.pagerank ul {
	margin: 0;
	padding: 0;
}

.pagerank li {
	margin: 0;
	padding: 0;
}

.pagerank li a {
	width: 200px;
	display: inline-block;
}
