/* @override http://localhost/yminds.com/concrete5/themes/Yminds/styles/style.css */

body {
	background: #e4e5e4 url(../images/background.png) repeat-x fixed 0 0;
	-webkit-user-select: none;
	padding: 0;
	margin: 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* #page {
	width:800px;
	margin: auto;
	background: #e4e5e4 url(../images/background.png) repeat-x fixed 0 0;
	height: auto !important;
	height:100%;
	min-height:100%;
	position:relative;
}

*/


#content {
	width:800px;
	margin: auto;
	height: auto !important;
	height:100%;
	min-height:100%;
	position:relative;
  padding-left: 30px;
	padding-right: 30px;
	color: #494949;
	font-size: 14px;
	margin-bottom: 35px;
}

#header
{
		background: url(../images/logo.png) no-repeat scroll 25px 0;

	padding-left: 25px;
	padding-right: 25px;
	height: 87px;
}

#header img {
	
	float: left;
	display: none;
}

#navBar
{
	display: inline;
	position: relative;
	top: 32px;
	float: right;
}


#navBar li
{
	
display: inline;
list-style-type: none;
padding-right: 5px;
padding-left: 5px;

font-weight: bold;
	border-left: 1px solid silver;
}



#footer
{
	width: 100%;
	height: 35px;
	position: fixed;
	bottom: 0;
	background-color: #bdbdb7;
}


#footer p {
	padding: 0;
	margin: 0;
}

#langage
{
	float: left;
	margin-left: 25px;
	margin-top: 5px;
}

#links
{
	margin-top: 11px;
	margin-right: 25px;
	float: right;
}

a img
{
	border-style: none;
}


a {
	
	text-decoration: none;
	cursor: pointer;
	color: #555;
	font-weight: bold;
	font-size: 11px;
}

#links p span a {
	margin-left: 15px;
}

#navBar  a {
	color: #000;
}


#navBar a.nav-selected {
		color: #5274b4;
}




.liste li {
	height: 75px;
	list-style-type: none;
	padding: 14px;
	 -webkit-border-top-left-radius: 1px;

	background: url(../images/background.png) repeat-x;
	position: relative;
	top: 0;
	left: 0;
	color: #5b5b5b;
	border-bottom: 1px solid silver;
}

.liste h1 a{
	float: left;
	position: absolute;
	top: 19px;
	left: 120px;
	margin: 0;
	color: #000;
	font: 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.liste p {
	margin: 0;
	position: absolute;
	left: 120px;
	float: left;
	top: 46px;
}

.liste p a {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
}



.liste img {
	top: 0;
	left: 0;
	float: left;
	height: 80px;
	padding-right: 13px;
	border-right: 1px solid #e0e2e2;
	width: 80px;
}

.liste .itunes {
	width: auto;
	top: 69px;
	position: absolute;
	left: 413px;
	border-right-style: none;
	float: left;
	height: auto;
}


.liste
{
	margin: 0 auto;
	border: 0px none #000;
	padding: 0;

	
  -webkit-box-shadow: rgba(0, 0, 0, 0.494118) 0px 3px 10px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  /*for fireFox browser*/
  -moz-border-radius-topright :25px;
  -moz-border-radius-bottomleft :25px;
	position: static;
	width: 512px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.reviewHeader
{
	display: inline;
	height: 146px;
	float: left;
	width: 100%;

}
.reviewHeader h1
{
	position: relative;
	float: left;
	left: 20px;
	top: 72px;
}

.reviewHeader img
{
	border-right: 1px solid silver;
	padding-right: 20px;
	float: left;
	
}



.reviewScreenshots img
{
	
  -webkit-box-shadow: rgba(0, 0, 0, 0.494118) 0px 3px 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;

  /*for fireFox browser*/
  -moz-border-radius-topright :10px;
  -moz-border-radius-bottomleft :10px;
   -moz-border-radius-topleft :10px;
  -moz-border-radius-bottomright :10px;

}

div .reviewScreenshots
{
	background: #e4e5e4 url(../images/background.png) repeat-x 0 0;
	padding: 16px;
	
	  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;

  /*for fireFox browser*/
  -moz-border-radius-topright :10px;
  -moz-border-radius-bottomleft :10px;
    -moz-border-radius-topleft :10px;
  -moz-border-radius-bottomright :10px;

}


