/* Texte
========================================================= */

a {
	text-decoration: none;
	color: #2c4b84;
}

a:hover {
	text-decoration: underline;
}

#adresse a {
	color: #FFF;
}

#footer p {
	font-size: 10px;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #FFF;
}

/* General layout
========================================================= */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#arriere {
	width : 100%;
	height: 100%;
	position: fixed;
}

#fond {
	position: absolute;
	top: 0;
	z-index: 1;
	width : 100%;
	height: 100%;
}

#main {
	background: url("../images/layout/background_main_2.png") repeat-y;
	z-index: 2;
	position: relative;
}

#header {
	height: 80px;
	margin-bottom: 30px;
}

#footer {
	height: 70px;
	margin-top: 30px;
	padding: 10px;
	color: #FFF;
	background: url("../images/layout/footer_background.png") no-repeat;
	margin-bottom: -20px;
}

#col_droite {
	padding-top: 23px;
	background: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	height: 407px;
}

#bloc_arrondi {
	padding:20px;
	margin-top:25px;
	width:900px;
	background-color:#FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
}

#col_droite > p {
	padding-right: 20px;
}

#top_menu {
	margin-top: 50px;
	height: 30px;
	padding-top: 11px;
	text-align: right;
	background: url("../images/layout/bandeau.png") no-repeat right;
}

/*Images Titres
========================================================= */

#titre_agence {
	height: 430px;
	background: url("../images/layout/images_titres/agence.jpg") no-repeat;
}

#titre_agence p {
	padding: 23px;
	color: #FFF;
	font-size: 18px;
	font-weight: lighter;
}

#titre_analyse {
	height: 430px;
	background: url("../images/layout/images_titres/analyse.jpg") no-repeat;
}

#titre_conseil {
	height: 430px;
	background: url("../images/layout/images_titres/conseil.jpg") no-repeat;
}

#titre_creation {
	height: 430px;
	background: url("../images/layout/images_titres/creation.jpg") no-repeat;
}

#titre_clients {
	height: 430px;
	background: url("../images/layout/images_titres/clients.jpg") no-repeat;
}

/* Creations mois
========================================================= */

div#creation {
	background: url("../images/layout/bandeau_mois.png");
	background-repeat: no-repeat;
	background-position: 10px 30px;
	height: 258px;
}

/* Creations mois
========================================================= */

div#crea_mois {
	margin-top: 20px;
	padding: 10px 0 0;
}

div#crea_mois img {
	padding: 0 0 0 12px;
}

ul#crea_mois {
	padding-left: 15px;
	list-style: none;
}

#crea_mois li {
	background-position: 0 0;
	height: 95px;
	margin: 0;
}

#crea_mois li a
{
	background-image:url("../images/creations/mois/mois_thumb.jpg");
	background-repeat:no-repeat;
	_background-image: url(../images/creations/mois/mois_thumb.jpg);
	height:0;
	overflow:hidden;
	float:left;
	padding:95px 0 0 0;
	width:260px;
}

#crea_mois li a:hover {
	background-position: 0 -95px;
	cursor:pointer !important; cursor:hand ;
	cursor:-moz-zoom-in !important;cursor:-webkit-zoom-in !important;
}


/* Slider Creations
========================================================= */

#jFlowSlide{ background:#FFF;}
#myController { padding:4px 0 0 0; height:22px; width:640px; background: url("../images/layout/noir.png"); margin:0;}
#myController span.jFlowSelected { background:#3AB7FF;margin-right:0px; }

.slide-wrapper { width: 640px}
.slide-thumbnail { max-width:300px; float:left; }
.slide-thumbnail img {max-height: 200px;}
.slide-details { width:300px; float:right; margin:10px 20px 0 10px;}
.slide-details h2 { font-size:1.5em; font-style: italic; font-weight:normal; line-height: 1; margin:0; }
.slide-details .description { margin-top:10px; }

.jFlowControl, .jFlowPrev, .jFlowNext { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #3AB7FF; }



/*Formulaire contact
========================================================= */

#note {background:#eee; color:#000;width:400px;padding:5px;margin-bottom:10px;}
.contact ul {list-style-type:none;width:390px;text-align:right;}
.contact li {list-style-type:none;margin-top:2px;}
.contact li label {margin-right:5px;}
.contact li.special {display:none;}
.contact input {width:260px;}
.contact textarea {width:260px;}
label {vertical-align: top;}

input, textarea {
	border:1px solid #ddd;
	background:#fafafa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 15px;
}

input:hover, textarea:hover {
	border-color:#c5c5c5;
	background:#f6f6f6;
}

input:focus, textarea:focus {
	background-color:#e7f3ff;
}

input.send {
	cursor:pointer !important; cursor:hand;
	width:130px;
	text-align: center;
	line-height:13px;
	color: #FFF;
	background: #445E77;
	border: 1px solid #445E77;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px 5px 3px 5px;
	float: right;
	margin: 5px 0 0 0;
}

input.send:hover {
	color: #445E77;
	background: #FFF;
	border: 1px solid #445E77;
}

/*Contact
========================================================= */

#adresse {
	margin-top: 30px;
}

#adresse p {
	font-size: 14px;
	color: #FFF;
	padding-left: 15px;
}


/*Menu
========================================================= */
ul#menu {
	list-style: none;
	margin-bottom: 10px;
}

ul.menu_index {
	margin-top: 25px;
}

ul#menu li {
	display: inline;
	margin: 0 11px 0 0;
	padding: 0px;
}

ul.menu_index li {
	height: 55px;
}

/*Menu Creation
========================================================= */

ul#menu_creation
{
	margin:0;
	margin-top: 25px;
	padding:0;
	list-style-type: none;
}


#menu_creation li
{
	margin: 5px 0 0 0;
	padding: 0;
	height: 25px;
}

#menu_creation li a
{
	height:0;
	overflow:hidden;
	float:left;
	padding-top:25px;
	background-image:url("../images/layout/menu_creation.jpg");
	background-repeat:no-repeat;
	_background-image: url(../images/layout/menu_main.jpg);
}

/* boutons */
#menu_creation li#print a
{
	background-position: 0 0;
	width:70px;
}

#menu_creation li#web a
{
	background-position: -70px 0;
	width:75px;
}

#menu_creation li#idgr a
{
	background-position: -145px 0;
	width:195px;
}

#menu_creation li#divers a
{
	background-position: -340px 0;
	width:80px;
}

/* boutons survolés */
#menu_creation li#print a:hover
{
	background-position: 0 -25px;
}

#menu_creation li#web a:hover
{
	background-position: -70px -25px;
}

#menu_creation li#idgr a:hover
{
	background-position: -145px -25px;
}

#menu_creation li#divers a:hover
{
	background-position: -340px -25px;
}

/* boutons pressés */
#menu_creation li#print a:active
{
	background-position: 0 -50px;
}

#menu_creation li#web a:active
{
	background-position: -70px -50px;
}

#menu_creation li#idgr a:active
{
	background-position: -145px -50px;
}

#menu_creation li#divers a:active
{
	background-position: -340px -50px;
}


/*Menu Accueil
========================================================= */
.boxgrid{ 
	width: 100px; 
	height: 100px; 
	margin-right: 11px;
	margin-bottom: 20px;
	float:left; 
	overflow: hidden; 
	position: relative; 
}
	
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .5; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

h3{
	margin: 10px 10px 0 10px;
	color:#FFF;
	font:16pt;
	font-weight: lighter;
	text-align: center;
	opacity: 1.0; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a > h3 {
	text-decoration: none;
	display: block;
	line-height: 85px;
}

.captionfull .boxcaption {
	top: 100px;
	left: 0;
}

.caption .boxcaption {
	top: 0;
	left: 0;
}
