/*
 * 2007-2014 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  @author PrestaShop SA <contact@prestashop.com>
 *  @copyright  2007-2014 PrestaShop SA
 *  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *  International Registered Trademark & Property of PrestaShop SA
*/

#fianetsceau_general_content{
	border: 1px solid #d6d4d4;
	width: 99%;
	overflow: hidden;
	background-color: #ffffff;
}

#fianetsceau_comments{
	/*border: 1px solid #000;*/
	width: 100%;
	overflow: hidden;
	/*margin-bottom: 10px;*/
}

.fianetsceau_content{
	/*border: 1px solid #000;*/
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fianetsceau_left_content{
	border-right: 1px solid #d6d4d4;
	width: 25%;
	overflow: hidden;
	float: left;
	text-align: center;
}

.fianetsceau_right_content{
	/*border: 1px solid #000;*/
	width: 73%;
	/*height: 50px;
	background-color: #000;*/
	overflow: hidden;
	float: left;
	text-align: justify;
	margin-left: 5px;
}

#fianetsceau_global_note{
	border-bottom: 1px solid #d6d4d4;
	width: 100%;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	/*margin-top: 5px;*/
	/*margin-bottom: 5px;*/
	background-color: #ffffff;
	/*font-weight: bold;*/
	font-size: 14px;
}

.fianetsceau_left_content_global_note{
	/*border: 1px solid #000;*/
	width: 30%;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-top: 5px;
	
}

.fianetsceau_center_content_global_note1{
	/*border: 1px solid #000;*/
	width: 35%;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-top: 5px;
}

.fianetsceau_center_content_global_note2{
	/*border: 1px solid #000;*/
	width: 20%;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-top: 5px;
	
}

.fianetsceau_right_content_global_note{
	/*border: 1px solid #000;*/
	width: 15%;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-top: 5px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	/*font-weight: bold;*/
	letter-spacing:-1px;
	font-family: Arial;
}

.fianetsceau_global_note_text{
	font-size: 14px;
	font-weight: bold;
}

.fianetsceau_positive_note{
	/*font-weight: bold;*/
	font-size: 40px;
	color: #dc0032;
}

.fianetsceau_positive_demie_note{
	/*font-weight: bold;*/
	color: #dc0032;
}

.fianetsceau_hr{
	border: 1px solid #d6d4d4;
	width: 100%;
	float: right;
	border-width: thin; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.fianetsceau_separator{
	/*border: 1px solid #000;*/
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

#fianetsceau_general_pagination{
	/*border: 1px solid #d6d4d4;*/
	width: 99%;
	overflow: hidden;
	/*background-color: #ccc;*/
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	/*font-weight: bold;*/
	/*color: #CD0A0A;*/
}

#fianetsceau_loader{
	/*border: 1px solid #000;*/
	width: 20px;
	height: 20px;
	text-align: center;
	float: right;
}

.fianetsceau_pagination_prev{
	/*border: 1px solid #000;*/
	width: 20px;
	height: 20px;
	text-align: center;
	float: right;
	/*background-image: url('../img/prev.png');*/
	cursor: pointer;
}

#fianetsceau_pagination_page{
	/*border: 1px solid #000;*/
	width: 70px;
	height: 20px;
	float: right;
	/*line-height:18px;*/
}

.fianetsceau_pagination_next{
/*	border: 1px solid #000;*/
	width: 20px;
	height: 20px;
	float: right;
	/*background-image: url('http://www.mademoisellegrenade.fr/modules/fianetsceau/img/next.png');*/
	cursor: pointer;
}

.fianetsceau_space{
	margin-top: 2px;
}

.fianetsceau_capitalize{
	text-transform: capitalize;
}