
/*#content table{
  margin:0;
  padding:0;
  border-collapse:collapse;
  
}

.inner-content {
padding:10px;
}

.texte{
    font-size:11px;
    padding-left: 5px;
}

.textetitre{
  color: #5367a1;
  text-decoration:underline;
}

.textebleu{
  color: #5367a1;
  font-weight:bold;
}

h3 {
font-size: 20px;
font-weight: normal;
padding:10px 0;
}

h4 {
font-weight: bold;
text-transform: upper;
}

h2 {
font-size: 20px;
font-weight: bold;
padding:16px 0;
}*/


/* new MEP */
#content {
    position: relative;
}

.left-col {
    float: left;
    /*border-right: 1px solid #EFF4F9;*/
    width: 333px;
}


.right-col {
    float: right;
    width: 440px;
    margin: 30px 0 0 0;
    padding-right: 20px;
}

.right-col h3 {
    font-size: 10px;
}

.right-col h2 {
    font-size: 20px;
}

.right-col a{
	text-decoration:underline;
}

.right-col .csc-textpic-intext-right-nowrap .csc-textpic-text{
	width:200px;
	margin-top:10px;
	padding-top:35px;
	margin-bottom:25px;
}

.right-col .csc-textpic-text h3{
	font-size:14px;
}


/* glossary */
.alphabet{
	margin-top:40px;
	border-top:1px solid #d9dce7;
	border-bottom:1px solid #d9dce7;
	height:15px;
	padding:13px 7px;
}

.alphabet span{
	float:left;
	/*width:12px;*/
	height:14px;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-right:7px;
}

.alphabet a{
	text-decoration:none;
}

.alphabet a:hover{
	text-decoration:underline;
}

.alphabet .normal{
	color:#58585a;
}

.alphabet .actif{
	color:#FFFFFF;
	background-color:#434e85;
	padding:0px 1px;
	/*background: url(../images/skin/lettre_active.gif) no-repeat top left;*/
}

.alphabet .inactif{
	color:#bcbcc0;
}

.lexique{
	margin-top:20px;
}

.lexique .definition{
	margin-bottom:10px;
}

.lexique a{
	font-weight:bold;
	color:#434e85;
	font-size:12px;
	text-decoration:none;
}

.lexique .paraph{
	margin-top:4px;
}
