/* Déclinaison composante : gestion des éléments spécifiques (bandeau, menu...). */
/* S'ajoute a la feuille de style "styles/defaut/screen.css" */


/* ******************************************************************************************** */
/* Largeur >= 961px */
/* ******************************************************************************************** */
body.accueil #title{
	font-size: 1px;
	position: absolute; 
  	left: -999em;
}
body.rubrique #title{
	font-size: 1em;
	position: static;
}
.ligne.premiere_ligne{
	margin-top:0;
}
#banner-title{
	width: 940px;
	height: 180px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ADADAD;
	background-image: url(img/hachures-blanc-20px.png), url(img/visuel-bandeau.jpg);
	background-position: left top, right top;
	background-repeat: repeat-x, no-repeat;
	color:#FFF;
}
#banner-title h1{
	width: 370px;
	background-color: #ADADAD;
	background-image: url(img/hachures-blanc-20px.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#banner-title a{
	color:#FFF;
	padding-top: 40px;
	display:block;
	height: 140px;
	width: 370px;
	background-image: url(img/bck-apostrophe.svg);
	background-position: 20px 40px;
	background-repeat: no-repeat;
	padding-left: 90px;
	padding-right: 20px;
	text-transform: uppercase;
	font-family: 'OpenSansCondensedLightRegular', 'OpenSansCondensedBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 2.1em;
	line-height: 1.2em;
}
#banner-title a span{
	display:block;
	text-transform: none;
	font-family: 'OpenSansCondensedLightRegular', 'OpenSansCondensedBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1em;
	padding-top: 10px;
}
#banner-title-wrap{
	clear: both;	
	background-color: #e4e3e3;
	background-image: url(img/hachures-blanc-20px.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#breadcrumbs-wrap{		
	border-top-style: none;
}
#content-nav-composante{
	width: 220px;
	float:left;
	border-top-width: 1px;	
	border-top-style: solid;
	border-top-color: #ADADAD;
}
#content-nav-composante h2{
	border-bottom-style: none;
	background-color: #ADADAD;	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFF;	
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'OpenSansCondensedBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;	
}
#content-nav-composante li a{
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADADAD;	
	font-family: 'OpenSansCondensedBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
}
#content-nav-composante li em a{
	font-style: normal;
}
#content-nav-composante ul ul{
	border-top-style: none;	
	border-bottom-style: solid;	
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #ADADAD;
}
#content-nav-composante ul ul li a{
	border-top-style: none;	
	border-bottom-style: none;	
	text-transform: none;
	padding: 0px;
	background-image: none;
	font-family: "OpenSansRegular", Helvetica, Arial, sans-serif; 
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 1.4em;	
}
#content-nav-composante ul ul li a [class^="icon-"]:before, 
#content-nav-composante ul ul li a [class*=" icon-"]:before{
	display:none;	
}
#content-nav-composante .intitule{
	display: inline-block;
	width: 170px;
	float: left;
}
#content-nav-composante [class^="icon-"], 
#content-nav-composante [class*=" icon-"]{	
	display: inline-block;
	padding-left:10px;
	float: right;
}
#content-nav-composante > ul > li > a,
#content-nav-composante > ul > li > em a,
#content-nav-composante > ul > li > ul{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ADADAD;
	border-left-color: #ADADAD;	
}
#content-nav-composante > ul > li > a{	
	color:#929191;
	-webkit-transition: color 0.5s ease;
	-moz-transition:  color 0.5s ease;
	-o-transition:  color 0.5s ease;
	-ms-transition:  color 0.5s ease;
	transition:  color 0.5s ease;
}
#content-nav-composante > ul > li > a:hover,
#content-nav-composante > ul > li > a:focus{	
	color:#c50c29;	
}
#content-nav-composante > ul > li > em a{
	background-color: #ADADAD;
	color:#FFF;	
}
#content-nav-composante > ul > li > ul{
	background-color: #EBEBEB;
	color:#FFF;
	padding:0;
	border-right-color: #ADADAD;
	border-left-color: #ADADAD;
}
#content-nav-composante li a{	
	border-bottom-color: #ADADAD;
	color:#929191;
	-webkit-transition: color 0.5s ease;
	-moz-transition:  color 0.5s ease;
	-o-transition:  color 0.5s ease;
	-ms-transition:  color 0.5s ease;
	transition:  color 0.5s ease;
}
#content-nav-composante li a:focus,
#content-nav-composante li a:hover{	
	color:#c50c29;	
}
#content-nav-composante ul ul{
	border-bottom-color: #ADADAD;
}
#content-nav-composante > ul > li > a,
#content-nav-composante > ul > li > em a{
	border-right-color: #ADADAD;
	border-left-color: #ADADAD;	
}

#content-nav-composante > ul > li > ul > li > a,
#content-nav-composante > ul > li > ul > li > em a{
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ADADAD;
	font-family: 'OpenSansCondensedBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
}
#content-nav-composante > ul > li > ul > li > em a{
	padding-bottom: 10px;
}
#content-nav-composante > ul > li > ul > li:first-child > a,
#content-nav-composante > ul > li > ul > li:first-child > em a{	
	border-top-style: none;
}
#content-nav-composante > ul > li > ul > li > ul{
	border-bottom-style:none;	
	padding-top: 0px;
}
#content-nav-composante > ul > li > ul > li > ul a{
	color:#929191;
}
#contact{
	margin-top: 30px;
	background-image: url(img/hachures-gris-20px.png);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contact h3{
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding-bottom: 0.4em;
	font-family: 'OpenSansCondensedBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.45em;
	line-height: 1em;
}
#contact-text{
	background-color: #FFF;
	padding: 10px;
}
#contact-titre{
	margin-bottom:20px;
}
#footer{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#footer-main-nav{
	width: auto;
	float:none;
	
}
#footer-main-nav > ul > li{
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#footer-main-nav > ul > li.rubrique4,
#footer-main-nav > ul > li.rubrique8,
#footer-main-nav > ul > li.rubrique12{	
	border-right-style: none;
}
#footer-main-nav > ul > li.rubrique3,
#footer-main-nav > ul > li.rubrique4,
#footer-main-nav > ul > li.rubrique5,
#footer-main-nav > ul > li.rubrique6{	
	border-top-style: none;
}
#footer-main-nav > ul > li.rubrique5,
#footer-main-nav > ul > li.rubrique6,
#footer-main-nav > ul > li.rubrique7,
#footer-main-nav > ul > li.rubrique8,
#footer-main-nav > ul > li.rubrique9,
#footer-main-nav > ul > li.rubrique10,
#footer-main-nav > ul > li.rubrique11,
#footer-main-nav > ul > li.rubrique12{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;	
}

#logo{
	width: 480px;
	vertical-align:top;
}

#logo a{
	margin-right:20px;
	vertical-align:top;
}

#logo div{
	float:left;
	vertical-align:top;
}

#logo .modernizr-css-fallback.logo-mini{
	display: block;
	width: 100px;
	height: 61px;
	background-image: url(img/logo-universite-poitiers-mini.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	text-indent: -9999px;
	color: transparent;
}

#logo .modernizr-css-fallback.logo-mini img{
   display: none;
}

.svg #logo .modernizr-css-fallback.logo-mini{
	background-image: none;	
}

.svg #logo .modernizr-css-fallback.logo-mini img{
	display:block;
	float:left;
}
#search-course input{	
	width: 87%;
}
#social-network-footer{
	width:940px;	
	border-right-style: none;
	border-left-style: none;
}
#social-network-header{
	width:460px;
}


/* ******************************************************************************************** */
/* Largeur <= 960px */
/* ******************************************************************************************** */

@media (max-width:960px)  {	

#banner-title{
	width: 94%;
	background-image: url(img/hachures-blanc-20px.png), url(img/visuel-bandeau-tablette.jpg);
	background-position: left top, right top;
	background-repeat: repeat-x, no-repeat;
}
#banner-title a{	
	width: 68%;	
}
#banner-title h1{
	width: 68%;	
}
#content-nav-composante{
	width: 32%;
}
#footer-main-nav > ul > li{	
	border-right-style: none;
}
#footer-main-nav > ul > li.rubrique5,
#footer-main-nav > ul > li.rubrique6,
#footer-main-nav > ul > li.rubrique7,
#footer-main-nav > ul > li.rubrique8,
#footer-main-nav > ul > li.rubrique9,
#footer-main-nav > ul > li.rubrique10,
#footer-main-nav > ul > li.rubrique11,
#footer-main-nav > ul > li.rubrique12{
	border-top-style: none;	
}
#footer-main-nav > ul > li.rubrique4,
#footer-main-nav > ul > li.rubrique5,
#footer-main-nav > ul > li.rubrique6,
#footer-main-nav > ul > li.rubrique7,
#footer-main-nav > ul > li.rubrique8,
#footer-main-nav > ul > li.rubrique9,
#footer-main-nav > ul > li.rubrique10,
#footer-main-nav > ul > li.rubrique11,
#footer-main-nav > ul > li.rubrique12{
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#logo{
	width: 100%;
	text-align: left;
}
#social-network-footer{
	width:100%;
}

}


/* ******************************************************************************************** */
/* Largeur <= 800px */
/* ******************************************************************************************** */

@media (max-width:800px)  {
	
	
	
	}



/* ******************************************************************************************** */
/* Largeur <= 640px */
/* ******************************************************************************************** */

@media (max-width:640px)  {
	
#banner-title{
	width: 100%;
	height: auto;
	background-image: none;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#banner-title a{
	width: 90%;
	height: auto;
	background-image: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
}
#banner-title h1{
	width: 100%;
	height: auto;	
}
#content-nav-composante{
	display:none;
}
#footer{
	border-right-style: none;
	border-left-style: none;
}

#logo{
	text-align: center;
	padding-bottom: 0;
	margin-bottom:30px;
	background-image: none;
	margin-top: 20px;
}

#logo{
	text-align: center;	
}
	
}

/* ******************************************************************************************** */
/* Largeur <= 320px */
/* ******************************************************************************************** */

@media (max-width:320px)  {
	
	}

