﻿/**********************************************/
/**** feuille de style site propre au Site ****/
/**********************************************/

/**** mes styles ****/
#data td {
    padding: 5px;
}
.borders td {
	/*border: 1px #ccc solid;*/
}

h3{
	margin:0px;
}

.half{
	float:left;
	width:47%;
}
.one-third{
	float:left;
	width:33.5%;
}
.two-third{
	float:left;
	width:65%;
}
.box{
	border: 1px #ccc solid;
	clear:both;
}
.box-title{
	font: italic 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
	color:#617387; /*666*/
	font-weight:bold;
	border-left: 4px solid #8394A6; /*#DCDDDC;*/
	margin: 1em 0;
	padding-bottom: 0.4em;
	padding-left: 1em;
	padding-top: 0.4em;
}

#application-submission div{
	text-align:center;
	padding:5px 0;
	border: 1px #024181 solid;
}

#rbMenu div{
	display: none;
	border: 1px solid #ccc;
	padding:5px;
	margin-bottom:5px;
}

#rightBanner h3 {
	border: 1px solid #8394A6;
	padding:7px;
	background-color: #8394A6;
	color:#fff;
}

#rightBanner #rbMenu h3 {
	margin: 1px 0 0 0;
}

#rightBanner h3 a:link, #rightBanner h3 a:visited, #rightBanner h3 a:hover, #rightBanner h3 a:active{
	color:#fff;
}

#buttons a:link, #buttons a:visited, #buttons a:hover, #buttons a:active{
	color:#fff;
}

.button{
	float:left; 
	border:1px solid #8394A6; 
	text-align:center; 
	padding:5px 0;
	background-color: #8394A6; 
	font-weight:bold;
}

.buttonHover{
	background-color: #c3c3c3; 
}

td{
	 border: 1px solid #ccc;
}

/************************************/
/*** styles de rattrapage Liferay ***/
/************************************/
#page .title-coe h2, #page .title-orga h2, #page .title-orga p {
    font-family: Lucida Sans Unicode;
}
/* debut si taille supérieur nécessaire
#header, ul#mainmenu{
	width:1020px;
	left:0;
}
#wrapper{
    width: 1000px;
}
/* fin si taille supérieur nécessaire */
#wrapper{
    background-color:#fff;
}
a, a:link, a:active, a:hover, a:visited {
	color: #06C;
	text-decoration: none;
}

/************************************/
/*** styles de rattrapage Liferay ***/
/************************************/
H1
{
    FONT-SIZE: 160%;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 35px;
}
H2
{
    FONT-SIZE: 135%;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 18px;
}
H3
{
    FONT-SIZE: 120%;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 12px;
}
H4
{
    FONT-SIZE: 120%;
    FONT-WEIGHT: bold;
}
H5
{
    FONT-SIZE: 120%;
    FONT-WEIGHT: normal;
}
H6
{
    FONT-SIZE: 1px;
    FONT-WEIGHT: lighter;
}

.portletInner ul{
	margin-top: 0;
	margin-bottom: 0;
}
/****************************************/
/**** Styles de mise en page globale ****/
/****************************************/
#siteTitle{
	color:#617387;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active, #header h1 a:hover {
     background-image: none;
     padding:0;
     width:350px;
}

#header .title-coe 
{
    position:absolute;
    height: 65px;
    float: left;
    margin-top: 15px;
    margin-left: 125px;
    text-align:left;
    letter-spacing: -1.4px;
}

#header .title-eu { /* for joint programme */
    background-image: url("eu-flag.png");
    background-position: left 1px;
    background-repeat:no-repeat;
    /*width: 365px;*/

    height: 65px;
    float: left;
    margin-top: 35px;
    margin-left: 135px;

	font-family:"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    text-align: right;
    color: #e6e6e6; 
    line-height: 1.2em;
    font-size: 2.3em;
    font-weight:normal;
    letter-spacing:1px;
}

#header .title-orga h2
{
	letter-spacing: -1.4px;
	/*if joint programme*/
	font-family:"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight:normal;
    padding-top:15px;
	/* --- */
}
ul.breadcrumbs{
	margin-left:0px;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:hover, .breadcrumbs a:visited  {
	text-decoration:underline;
}
.breadcrumbs-horizontal li {
	display:inline;
}
#breadcrumb{
    height:auto;
    line-height:inherit;
    margin-bottom: 10px;
	margin-left:0px;
}
#data {
	width: 685px;
	float: left;	
    margin-top: 0px;
    background-color:#fff;

}
#leftBanner {
	width: 170px;
	float: left;
	margin-right:10px;
}
#rightBanner {
	width: 260px;
	float: right;
}

#idBox {
    width: 254px; 
    text-align:center; 
    margin-left: 4px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    background-color:#fff;
}

