@charset "utf-8";
/* CSS Document */

/*
  Bleu clair => 29abe2
  Bleu Foncé => 05517f
  Bleu très Foncé => 014169
*/

body {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	background-color:#014169;
	color:#003322;
}

.wrapper {
	width:980px;
	margin:auto;
}

/*TEMPLATES*/
#bkg {
	background:url(../img/bkg-body.png) no-repeat top center #FFFFFF;
}

#body {
	padding:10px 0 20px 0;
	font-size:13px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	/*padding:10px 0;*/
	background:url(../img/bkg-body.png) no-repeat top center #145781;
}

#footer {
	background:url(../img/bkg-body.png) no-repeat bottom center #05517f;
	padding-top:25px;
}

#footer h3#mention {
	padding:20px 0 5px;
}

#footer h3 #copy {
	width:600px;
	text-align:left;
	font-size:12px;
	color:#fff;
	float:left;
}

#footer h3 #agence {
	float:right;
	width:300px;
	text-align:right;
}

#footer h3 #agence a {
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

#footer #left, #footer #middleLeft, #footer #middleRight, #footer #right {
	width: 234px;
	height: 165px;
	float: left;
	border-right: solid 1px #014169;
	padding-right: 6px;
	margin-left: 7px;
}

#footer #right {
	float:right;
	border:none;
	padding:0;
}

#footer .footerTitle h1 {
	background-color:#29abe2;
	padding:5px 5px 5px 5px;
	height:15px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	width:194px;
	line-height: 15px;
	text-indent: 4px;
}

#footer #left p, #footer #middleLeft ul, #footer #middleRight p, #footer #right p {
	padding:5px;
	padding-top:15px;
	color:#fff;
	font-size:14px;
}

#footer #middleLeft ul, #body ul {
	list-style-position:inside;
	list-style-image:url(/img/icons/list-style-footer.png);
}

#footer #middleRight p a.social {
	margin:3px;
	position: relative;
	display: inline-block;
	width: 29px;
}

#footer #middleRight p a.social img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
}

#footer #middleRight p a.social:hover img.gray {
	opacity:0;
}

#footer #right p {
	text-align:right;
}

#tofu li {
	margin-bottom: 4px;
}

#footer #right img.whiteImg {
	padding:5px;
	border:solid 1px #29abe2;
	background-color:#fff;
	margin-bottom: 5px;
}
	

#maintain h1 {
	background-color:#0a527f;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	border:solid 1px #29abe2;
}
#maintain img {
	border:solid 1px #29abe2;
}

#maintain #resum {
	padding:20px;
	width:472px;
	height:583px;
	background-color:#0a527f;
	border:solid 1px #29abe2;
}

#maintain #resum h1 {
	text-align:left;
	color:#29abe2;
	font-size:24px;
	font-weight:normal;
	border:none;
	border-bottom:solid 1px #014067;
}

#maintain #resum p {
	color:#fff;
	font-size:14px;
	text-align:justify;
}

#body h1.contactTitle {
	background:url(../../img/bkg-footer-title.png) 10px 10px no-repeat;
	padding-left:35px;
	padding:15px 10px 10px 45px;
	font-size:24px;
	color:#0a527f;
	border-bottom:solid 1px #dfdfdf;
}

#body h2.skyBlueTitle {
	color:#29abe2;
	font-size:14px;
}

#right {
	/*background:red;*/
}

#body #right #tel {
	width:260px;
	/*background:url(../../img/bkg-h40-gradient-grey.png) repeat-x top left #fff;*/
	border:solid 1px #ccc;
	border-left:none;
	height:38px;
	padding:5px 0;
	border-radius:0 3px 3px 0;
	margin-top:0px;
}

#body #right #tel p {
	font-size:12px;
	font-weight:bold;
	color:#444;
	text-align:center;
}

#body #right #tel p span {
	color:#29abe2;
}

#body #right #tel p.bottom {
	font-size:11px;
	font-weight:normal;
	color:#555;
}

#body #right h3 {
	font-size:16px;
	font-weight:bold;
	color:#29abe2;
}

#body #right p.text {
	font-size:12px;
	color:#555;
}

#body #resumContact {
	font-size:12px;
	color:#2d2d2d;
}

#body #resumContact strong {
	font-weight:bold;
}




/*BLOCS*/
.greyItem {
	background-color:#f1f1f1;
	border:solid 1px #ddd;
}




/*TITLES*/
#body .title h1 {
	background-color:#29abe2;
	padding:5px 5px 5px 5px;
	height:15px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

h2.title {
	font-size:16px;
	color:#29abe2;
	border-bottom:solid 1px #dfdfdf;
}




/*SEMANTIQUE*/
h1.header {
	color:#fff;
	font-size:18px;
	font-weight:normal;
	display:inline;
}




/*MENUS AND BUTTONS*/
ul#genMenu {
	background:url(../img/bkg-genmenu.jpg) repeat-x top left #0a527f;
	list-style:none;
	padding:9px 0;
}

ul#genMenu li {
	float:left;
	font-size:13px;
	line-height:13px;
	width:133px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

ul#genMenu li a.first {
	padding:4px 8px;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	color:#fff;
}

ul#genMenu li a.active, ul#genMenu li a:hover {
	background:url(../img/bkg-btn-genMenu-hover.jpg) repeat-x top left #29abe2;
}

#genMenu ul {
	display:none;
	position:absolute;
	/*left: 0;*/
	margin-top:14px;
	margin-left:47px;
	padding:0;
	border:solid 1px #29abe2;
	list-style:none;
	box-shadow:1px 1px 1px #777;
}

* html #genMenu ul {
	line-height: 0;
}
/* IE6 "fix" */
#genMenu ul a {
	zoom: 1;
}

/* IE6/7 fix */
#genMenu ul li {
	float: none;
	text-align:left;
}

#genMenu ul li {
	background:#05517f;
	width:155px;
	border-bottom:solid 1px #014169;
}

#genMenu li ul li a.second {
	display:block;
	width:135px;
	margin:0;
	padding:10px;
	background-image:none;
	background-color:#05517f;
	font-weight:normal;
	color:#fff;
	border:none;
}

#genMenu li ul li a.second:hover {
	background:#29abe2;
	border:none;
}

#toTop {
	border-top:1px solid #05517f;
	border-left:1px solid #05517f;
	border-bottom:1px solid #05517f;
	background-color:#014169;
	text-align:center;
	padding:15px 5px;
	position:fixed; /* this is the magic */
	bottom:25px; /* together with this to put the div at the bottom*/
	right:0;
	cursor:pointer;
	display:none;
	color:#f1f1f1;
	font-size:16px;
	font-weight:bold;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	box-shadow:-1px 1px 1px #333;
	-moz-box-shadow:-1px 1px 1px #333;
	-webkit-box-shadow:-1px 1px 1px #333;
	-ms-box-shadow:-1px 1px 1px #333;
	-khtml-box-shadow:-1px 1px 1px #333;
	opacity: 0.9;
}

#toTop:hover {
	color:#29abe2;
}

.blueLink {
	color:#29abe2;
	font-size:14px;
	text-decoration:none;
}

.blueLink:hover {
	color:#2ebffc;
	text-decoration:underline;
}

.smallWhiteLink, .whiteLink {
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

.smallWhiteLink, .whiteLink:hover {
	color:#2ebffc;
	text-decoration:underline;
}

.smallWhiteLink {
	font-size:12px;
}

a.moreBtn {
	width:69px;
	height:39px;
	background-image:url(../img/more-button.png);
	background-position:top center;
	position : relative;
	right : 10px;
	bottom : -265px;
}

a.moreBtn:hover {
	background-image:url(../img/more-button-hover.png);;
}

.gradientGreyBtn {
	background:url(../img/bkg-button-gradient-white-grey.png) repeat-x top left #fff;
	border:solid 1px #ccc;
	display:inline-block;
	padding:0 10px;
	height:27px;
	color:#444;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
	font-size: 11px;
	font-weight: bold;
	line-height: 27px;
	cursor:pointer;
}

.gradientGreyBtn:hover {
	border:solid 1px #bbb;
	box-shadow:0 1px 1px #ccc;
	-o-box-shadow:0 1px 1px #ccc;
	-ms-box-shadow:0 1px 1px #ccc;
	-moz-box-shadow:0 1px 1px #ccc;
	-webkit-box-shadow:0 1px 1px #ccc;
	-khtml-box-shadow:0 1px 1px #ccc;
}

/*CLEARS*/
.cLeft {
	clear:left;
	float:none;
}

.cRight {
	clear:right;
	float:none;
}

.cBoth {
	clear:both;
	float:none;
}




/*FLOATS*/
.fLeft {
	float:left;
}

.fRight {
	float:right;
	height: 320px;
}

.fNone {
	float:none;
}


#tarifs li {
	background: #fbfbfb;
	color: black;
	padding: 12px
}
#tarifs li:nth-child(even) {
	background: white;
}
.titeuf {
	font-size:10px
}
.pizza {
	background: white url(http://www.recrut.com/files/img/LOGOS/cesu.jpg) no-repeat 0 0;
    background-size: 106px;
    height: 55px;
    padding: 24px 115px 0;
}

/*MARGINS*/
.mauto { margin:auto; }

/*TOPS*/
.mtop-25 { margin-top:-25px; }
.mtop0   { margin-top:0 !important; }
.mtop3   { margin-top:3px; }
.mtop5   { margin-top:5px; }
.mtop10  { margin-top:10px; }
.mtop20  { margin-top:20px; }
.mtop25  { margin-top:25px; }
.mtop30  { margin-top:30px; }
.mtop135 { margin-top:135px; }
.mtop140 { margin-top:140px; }

.tommy {
	font-size:13px !important;
	margin: 3px 0;
	padding: 0 !important;
}

/*BOTTOMS*/
.mbottom0  { margin-bottom:0px; }
.mbottom5  { margin-bottom:5px; }
.mbottom10 { margin-bottom:10px; }
.mbottom20 { margin-bottom:20px; }

/*RIGHTS*/
.mright2  { margin-right:2px; }
.mright3  { margin-right:3px; }
.mright5  { margin-right:5px; }
.mright9  { margin-right:9px; }
.mright10 { margin-right:10px; }
.mright11 { margin-right:11px; }
.mright20 { margin-right:20px; }

/*LEFTS*/
.mleft2  { margin-left:2px; }
.mleft3  { margin-left:3px; }
.mleft5  { margin-left:5px; }
.mleft9  { margin-left:9px; }
.mleft10 { margin-left:10px; }
.mleft11 { margin-left:11px; }
.mleft20 { margin-left:20px; }



/*PADDING*/
.ptop0 {
	padding-top:0px;
}




/*BORDERS*/
.noBorder {
	border:none;
}




/*TEXT ALIGN*/
.tRight {
	text-align:right;
}

.tJust {
	text-align:justify;
}

.tCenter {
	text-align: center;
}

.tLeft {
	text-align: left !important;
}



/*AUTRES*/
.separate {
	height:15px;
	background-color:#0a527f;
}

strong.visible {
	font-weight:bold;
	color:#29abe2;
}

.bold { font-weight: bold; }

.button1 {
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2), 0 0px 0px 0 rgba(0,0,0,0.19);
    /*background-color: #4CAF50; Green */
    background-color: #008CBA;
    border: none;
    color: white;
    height: 38px;
    width: 200px;
    margin: 1px 2px;
    padding: 10px -32px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button1:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button2 {
    margin: 2px 2px;
    padding: 10px -32px;  
    border-width: 2px;
    border-image: url(button.png) 4 4 4 4 stretch stretch;
    min-width: 200px;
    min-height: 38px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

