/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; overflow: auto; }
body { font-size: 62.5%; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 2px 3px; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
#page .cols .last { margin-right: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:link:hover, a:visited:hover {
}


body {
	text-align: center;
	background-color: #CCCCCC;
	font-family: Arial, sans-serif;
	color: #000000;
	position: relative;
	height: 100%;
}
#page {
	font-size: 1.09em;
	margin: 0 auto;
	padding: 5px 0 0;
	text-align: left;
	width: 780px;
	position: relative;
	z-index: 50;
}


#top {
	position: relative;
	padding: 0;
	height: 167px;
	background: url(../../images/header.jpg) no-repeat 0 0;
     }

	#menu {
		position: relative;
		width: 760px;
	}
        #annonce {
                font-size: 2em;
                text-align: center;
           }
        #redirection{
                font-size: 1.09em;
                text-align: center:
           }
	#menubot {
		position: relative;
		width: 300px;
	}

		#menu ul, #menubot ul {
			height: 33px;
			line-height: 33px;
			padding: 10px 0px 0px 40px;
			overflow: visible;
			margin:0;
			list-style-type:none; 
		}
			#menu li, #menubot li {
				float: left;
				background:url(../../images/puce.gif) left center no-repeat;
				padding:0px 0px 0px 20px; 
			}
				#menu li a:link, #menu li a:visited, #menubot li a:link, #menubot li a:visited {
					float: left;
					display: block;
					color: #000000;
					text-decoration: none;
					
				}
				#menu li a:link:hover, #menu li a:visited:hover,
				#menu li.active a:link, #menu li.active a:visited,
				#menubot li a:link:hover, #menubot li a:visited:hover,
				#menubot li.active a:link, #menubot li.active a:visited {
					font-weight: bold;
				}
				#menu li.i1 a:link, #menu li.i1 a:visited,
				#menubot li.i1 a:link, #menubot li.i1 a:visited { width: 80px; }

       

#wrap {
	width: 780px;
	height: 367px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}
	#content {
		width: 250px;
		height: 300px;
		padding: 20px 30px 0px 30px;
		margin: 0px 0px 0px 0px;
		position: absolute;
		left: 450px;
		top: 0px;
		background: transparent url(../../images/accueil-text.jpg) no-repeat scroll 0px 0px
	}
		#content h1 {
			font-size: 100%;
			font-weight: bold;
			line-height: 1.2;
			margin: 0 0 12px;
			color: #000000;
	}
		#content h2 {
			font-size: 100%;
			font-weight: bold;
			color: #000000;
		}
		#content h3 {
			font-size: 100%;
			color: #000000;
			font-weight: bold;
		}

		#content p {
			margin-bottom: 1.25em;
		}

#bot {
	position: relative;
	height: 51px;
	background: url(../../images/footer.jpg) no-repeat 0 0;
}

#logo {
	float: right;
	margin: 12px 15px 0px 0px;
	z-index: 10;
}
	#logo a:link, #logo a:visited {
		display: block;
		width: 126px;
		height: 30px;
	}
		#logo a:link span, #logo a:visited span {
			background: url(../../images/logo-alliance-imprimerie.png) no-repeat 0 0;
		}

form {
	clear: left;
}
fieldset {
	border: none;
	clear: left;
}
	fieldset ul {
		width: 100%;
		overflow: hidden;
	}
	#page fieldset li {
		padding: 5px 0;
		width: 100%;
		overflow: hidden;
	}
		fieldset label {
			display: block;
			float: left;
			width: 90px;
		}
		fieldset input.text, fieldset textarea {
			border: inset 1px ButtonFace;
			width: 240px;
			padding: 2px 5px;
			float: left;
		}
		fieldset textarea {
			padding: 3px 5px;
		}
	#page fieldset li.but {
		text-align: right;
		position: relative;
	}
		fieldset li.but input.submit {
			float: right;
			background: #FFFFFF;
			border: none;
			color: #000000;
			width: 117px;
			height: 27px;
			font-size: 91.67%;
			text-transform: uppercase;
		}
		#page fieldset li.but span {
			position: absolute;
			left: 0px;
			top: 5px;
			text-align: left;			
		}


.ulcontent{
	list-style-type: disc;
	list-style-position: inside;
}

.ulcontent li{
	margin-bottom: 10px;
}

.ulcontent .lishort {
	margin-bottom: 0px;
}

		
/*-------
// accueil
//-----*/
.page1 #wrap {
	background: #FFFFFF url(../../images/accueil-background.jpg) no-repeat 0 0;
}

/*-------
// conseil
//-----*/
.page2 #wrap {
	background: #FFFFFF url(../../images/conseil-background.jpg) no-repeat 0 0;
}

/*-------
// creation
//-----*/
.page3 #wrap {
	background: #FFFFFF url(../../images/creation-background.jpg) no-repeat 0 0;
}

/*-------
// impression
//-----*/
.page4 #wrap {
	background: #FFFFFF url(../../images/impression-background.jpg) no-repeat 0 0;
}

/*-------
// marketing
//-----*/
.page5 #wrap {
	background: #FFFFFF url(../../images/marketing-background.jpg) no-repeat 0 0;
}

/*-------
// plan
//-----*/
.page6 {
	background-color: #FFFFFF;
}
.page6 h1 {
	font-size: 140%;
	font-weight: bold;
	color: #000000;
}
.page6 h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

/*-------
// contact
//-----*/
.page7 #wrap {
	background: #FFFFFF url(../../images/marketing-background.jpg) no-repeat 0 0;
}
.page7 #page fieldset li{
	padding: 2px 0pt;
}
.page7 .ul {
	margin: 0px;
}