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

html{
	overflow: -moz-scrollbars-vertical;
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

h4{
	font-weight:bold;
	font-size:14px;
	color:#AC0634;
}

img{
	border:none;
}

a{
	cursor:pointer;
	text-decoration:none;
	color:#AB0533;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

a:hover{
	text-decoration:underline;
}

:focus{
  outline: none;
}


#main{
	width:785px;
	height:100%;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main #pattern {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 785px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: left;
}

#logo{
	width:300px;
	margin-left:71px;
	float:left;
	margin-top: 35px;
}

#nouvelle{
	width:320px;
	float:right;
	font-size:10px;
	margin-top: 35px;
	margin-right: 84px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#accordion{
	clear:both;
	width:620px;
	margin-top: 150px;
	margin-right: 94px;
	margin-bottom: 0px;
	margin-left: 71px;
}
#grass {
	background-image: url(../images/rien.gif);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
	background-position: -25px 0px;
	background-attachment: scroll;
	position: relative;
	bottom: 0px;
	padding: 0px;
}
#ballon {
	margin: 50px;
	float: left;
	background-image: url(../images/ballonrouge.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 80px;
	position: fixed;
}
td {
	/*height: 1000px;*/
	width: 100%;
}
#green {
	background-color: #ABD84D;
}

#accordion h3{
	height:30px;
	margin:0px;
}

#accordion .collapse{
	border:3px solid #f9f8f5;
	width:600px;
	margin-bottom:10px;
	padding:0px 10px 0px 10px;
	visibility:hidden;
}

#logoContact{
	float:left;
	width:57px;
	height:143px;
	background-image:url(../images/logoContact.jpg);
}

#texteContact{
	margin-left:25px;
	float:left;
	width:200px;
	height:143px;
	vertical-align:bottom;
	color:#ac0634;
}

.portfolioClient{
	width:530px;
	height:500px;
}

.services{
	width:600px;
	height:500px;
}

#prevPort #nextPort #prevServ #nextServ{
	width:14px;
	height:14px;
}
#spacer {
	height: 100px;
	width: 800px;
	float: none;
}

.disabled{
	visibility:hidden;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	padding-left: 20px;
	padding-right: 150px;
	text-align: justify;
	font-size: 11px;
}

#nouvelle p{
	padding-left: 10px;
	padding-right: 0px;
} 

h2 {
	color: #00FFFF;
}

#main #logo2 {
	background-image: url(../images/logo2.jpg);
	float: left;
	height: 300px;
	width: 785px;
	padding-top: 0px;
	background-position: 0px 0px;
}