/*===========================================================
/*  CSS DOCUMENT built for the SGIR website by
/*  Sachin Brojmohun [http://www.sachin-db.com]
/*  COPYRIGHT applies to all part of the code as
/*  sole property of the SGIR.
/*=========================================================*/


/*===========================================================
/*  LAYOUT
/*=========================================================*/
#document {
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	width: 100%;
	height: 40px;
}
#innerBody {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}
#banner {
	width: 100%;
	overflow: hidden;
}
#leftBanner {
	width: 430px;
	overflow: hidden;
	padding-right: 10px;
	float: left;
}
#rightBanner {
	width: 470px;
	overflow: hidden;
	float: left;
}
#corps {
	overflow: hidden;
}
#leftCol {
	width: 430px;
	overflow: hidden;
	padding-right: 10px;
	float: left;
}
#sidebar {
	width: 456px;
	overflow: hidden;
	float: left;
	padding-left: 14px;
}
#footer {
	margin-top: 15px;
	clear: both;
}
/*===========================================================
/*  GENERAL 
/*=========================================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #323232;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	background: #FFF url(images/body_background.gif) repeat-x top;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: "Arial Narrow", Arial, Helvetica, Sans-Serif;
}
h1 {
	width: 100%;
}
h1 a {
	text-indent: -9999px;
	background: url(images/sgir-logo.gif) no-repeat top right;
	padding-top: 85px;
	display: block;
}
h2 {
	font-size: 92%;
	font-weight: normal;
}
h3 {
	font-size: 150%;
	color: #5c98b4;
}
h4 {
	font-size: 100%;
	color: #c8c8c8;
}

strong {
	color: #c8c8c8;
}
a:link, a:visited {
	color: #5c98b4;
	text-decoration: underline;
}
a:hover {
	color: #ff145e;
	text-decoration: none;
}
/*===========================================================
/*  GENERAL - CLASSES -
/*=========================================================*/
a.more, .recommended li a {
	font-weight: bold;
	text-decoration: none;
	background: url(images/body_more.gif) no-repeat 0 1.3px;
	padding-left: 15px;
}
.ecpr {
	text-indent: -9999px;
	background: #359e9a url(images/header_h_ecpr.gif) no-repeat top right;
	padding: 8px 0;
	width: 100%;
}
.ecpr a {
	display: block;
	height: 1%;
}
.description {
	letter-spacing: 0.01em;
	text-align: justify;
	font-size: 92%;
}
.description p {
	margin: 10px 0;
}
.number {
	font-size: 83%;
	color: #dee8ed;
	margin-right: 10px
}
.highlightContent {
	width: 410px;
}
.border {
	border-top: 1px solid #eee7de;
}
.pagetitle {
	font-size: 100%;
	font-weight: bold;
}
.pagetitle span {
	color: #EF3B75;
}
a.design {
	text-decoration: none;
}
.member {
	border: 1px solid #D7D7D7;
	float: left;
	margin-bottom: 10px;
	margin-right: 1%;
	margin-top: 10px;
	overflow: hidden;
	padding-right: 10px;
	width: 420px;
}
.member img {
	text-align: left;
	float: left;
}
.member h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
}
.title {
	float: left;
	margin-bottom: 10px;
	margin-right: 1%;
	margin-top: 10px;
	overflow: hidden;
	padding-right: 10px;
	width: 420px;
}
.title h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
}

#leftCol div.member p {
    margin: 0;
}
#leftCol div.member p.detail {
    margin: 10px 0;
}
.pageContent .member h5 {
	color: #FF145E;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0;
}
.pageContent .title h5 {
	color: #FF145E;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0;
}
#leftCol .member div .title div {
	padding-left: 120px;
	margin: 0;
	background: url(images/fond_profil.gif) no-repeat 15px top;
}
#leftCol .member div img{
    margin: 0;
}
.alignleft {
	margin-right: 5px;
}
a img {
	border: 0;
	text-decoration: none;
}
/*===========================================================
/*  GENERAL - CONTENT - 
/*=========================================================*/
.menu {
	text-align: center;
	width: 100%;
	background: #eee7de url(images/menu-fond.gif) repeat-x bottom;
	overflow: hidden;
	padding: 15px 0;
	margin: 10px 0;
	border-top: 1px solid #EF3B75;
	border-bottom: 1px solid #EF3B75;
}
.menu li {
	display: inline;
	padding: 0 7px;
}
.menu li a:link, .menu li a:active, .menu li a:visited {
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
}
.menu li a:hover {
	background: url(images/menu-hover.gif) repeat-x center;
}
#leftCol .news ul li {
	border-left: 5px solid #FF145E;
	padding-left: 12px;
	margin: 15px 0;
}
#leftCol .news ul li h5 {
	color: #c8c8c8;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0;
}
#leftCol .news ul li p {
	margin: 0;
}
#leftCol div {
	margin: 15px 0;
}
#leftCol div p {
	margin: 10px 0;
	text-align: justify;
}
#leftCol .news, .recommended {
	overflow: hidden;
}
.recommended li {
	margin: 10px 0;
}
/*===========================================================
/*  GENERAL - SIDEBAR - 
/*=========================================================*/
#sidebar {
	background: url(images/sidebar_background.gif) repeat-y left;
}
#sidebar h3 {
	color: #ff145e;
}
#sidebar h4 {
	color: #807156;
	font-weight: bold;
}
/*===========================================================
/*  HIGHLIGHTS - SIDEBAR - 
/*=========================================================*/
#highlights {
	background: url(images/sidebar_highlights.gif) no-repeat bottom left;
	padding: 10px 0 15px 0;
}
#highlights h3 {
	color: #c6d4db;
	padding-left: 8px;
}
#highlights h4 {
	color: #9dacb3;
	padding-left: 8px;
}
#highlights h5 {
	color: #dee8ed;
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
}
#highlights p {
	color: #dee8ed;
	padding: 0 2px;
	font-size: 92%;
	text-align: justify;
}
#highlights .more {
	color: #aaa7a8;
	background-image: url(images/sidebar_puce.gif); 
}
#highlights ul {
	overflow: hidden;
}
#highlights ul li {
	padding-left: 8px;
	list-style: none;
	overflow: hidden;
	background: url(images/sidebar_highlight_bg.gif) repeat-y left;
	width: 100%;
	margin: 10px 0;
}
#highlights ul li div {
	float: left;
}
#highlights ul li div img {
	padding: 0 2px;
}
/*===========================================================
/*  GENERIC BOX - SIDEBAR - 
/*=========================================================*/
.box {
	background: url(images/sidebar_box.gif) no-repeat bottom left;
	padding: 10px 8px 15px 8px;
	margin-bottom: 20px;
}
.box .more {
	background-image: url(images/box_more.gif);
	text-decoration: none;
}
#emailInput {
	border: 1px solid #807156;
	padding: 4.5px;
	margin-top: 1px;
}
#emailSubmit {
	border: 1px solid #FFF;
	background: #807156;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 92%;
	padding: 4.5px;
	margin-left: 10px;
}
/*===========================================================
/*  FOOTER 
/*=========================================================*/
#footer {
	width: 100%;
	border-top: 1px solid #eee7de;
	font-weight: bold;
	text-align: right;
	font-size: 89%;
	padding-bottom: 20px;
	overflow: hidden;
}
.footerMenu {
	text-align: right;
	padding: 5px 0;
}
.footerMenu li {
	display: inline;
	border-right: 1px solid #FF145E;
	padding: 0 10px;
}
.footerMenu li a:link, .footerMenu li a:visited {
	color: #FF145E;
	text-decoration: none;
}
.footerMenu li a:hover {
	color: #5C98B4;
}
.footerMenu li.last {
	border: none;
	padding-right: 0;
}
.mail {
	text-indent: -9999px;
	text-align: left;
	background: url(images/bulle.gif) no-repeat top left;
	float: left;
	width: 150px;
}
.mail a {
	display: block;
	padding: 22px 0;
	zoom:1;
}
.contenuFoot {
	float: right;
}
/*GENERAL FORMATTING ELEMENTS*/
/*==========================================================
/* TOOLS
/*========================================================*/
#leftCol .pageContent .alignleft {
	text-align: left;
}
#leftCol .pageContent .aligncenter {
	text-align: center;
}
#leftCol .pageContent .alignright {
	text-align: right;
}
#leftCol .pageContent .pad {
	margin: 10px 0;
}
#leftCol .pageContent #application p.pad {
	margin: 10px 0;
}
/*==========================================================
/* GENERAL STYLES
/*========================================================*/
.pageContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-right: 15px;
	color: #333;
}
.pageContent h1, .pageContent h2, .pageContent h3, .pageContent h4, .pageContent h5, .pageContent h6 {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.pageContent h1 {
	color: #166b92;
}
.pageContent h3.red {
	font-style: italic;
	color: #F00;
}
.pageContent h3 {
	text-decoration: none;
	font-size: 150%;
}
.pageContent h4 {
	color: #166b92;
	text-decoration: none;
	font-size: 133%;
}
.pageContent h5 {
	font-size: 115%;
	margin-bottom: 5px;
	margin-top: 8px;
}
.pageContent h6 {
	font-size: 105%;
	text-transform: none;
	margin-bottom: 5px;
}
.pageContent ul {
	border-left: 5px solid #ff145e;
	margin: 20px 0;
	padding: 0;
}
.pageContent ul li {
	list-style: square;
	margin-left: 30px;
}
.pageContent p {
	text-align: justify;
}

.pageContent strong {
	color: #807156;
}
.pageContent a img{
	border: none;
}
/*==========================================================
/* MODULES
/*========================================================*/
.modules p, .directors p, #application p {
	margin: 0;
}
span.date {
	display: block;
	color: #ff145e;
	font-weight: bold;
}
address {
	margin: 30px 50px;
	color: #166b92;
	font-size: 120%;
	font-weight: bold;
}
em {
	color: #ff145e;
}
#intro, #modules, #application, #requirements, #venue {
	border-bottom: 1px solid #cccac4;
}
.further {
	margin: 50px;
	text-align: center;
	font-size: 150%;
}
