/* Text color override. In orange/bootstrap.css:271 get change the color from .body to   color: #432918; */


.t3-wrapper {
background-image: url("/images/Graphics/bg.jpg"); }

.t3-mainbody {
background-color: #F9B233}

h1			{ font-size: 1.7em; 
			margin: 1.3em 0px 1.3em; 
			font-weight: bold; 
			line-height:normal; 
			color: #432918;}
			
	h2			{ font-size: 1.5em; margin: 1.3em 0px 1.3em; font-weight: bold; line-height:normal;}
	h3			{ font-size: 1.3em; margin: 1.3em 0px 1em; font-weight: bold; line-height:normal;}
	h4			{ font-size: 1.2em; margin: 1.3em 0px 1em; font-weight: bold; line-height:normal;}
	h5			{ font-size: 1.1em; margin: 1.3em 0px 1em; font-weight: bold; line-height:normal;}
	h6			{ font-size:   1em; 
				  margin: 1.3em 0px 1em; 
				  font-weight: bold; 
				  line-height:normal;
				  color: #432918;}
	p			{ font-size:   1em;
				color: #FFFFFF; }
	
	a			{color: #432918;}

	
	
	
	
.t3-footer {
    color: #fff;
    background-image: url("/images/Graphics/Icons/sat-footer-fond-footer.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
background-color: #422918;
}

.t3-copyright {
    border-top: none;}



.t3-spotlight {
background-color: #F9B233}

/* 1. Modification t3-sl ne marche pas. Il faut le changer directement dans template css line 2752 & line 2763 
   2. N'oublie pas le header et footer sont changé dans templates>purity>tpls>blocks */

.t3-sl {
  padding-bottom: none;
  padding-top: none;
}

@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: none;
    padding-top: none;
  }
}


.navbar-default {
background: linear-gradient(to bottom, #6C584B 0%, #0e0e0e 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-color: #422918
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
background-color: #F9B233;
padding-left: 10px;
padding-right: 10px;


}



/* 1. Modification t3-mainbody ne marche pas. Il faut le changer directement dans template css line 2771  */
.t3-mainbody {
    padding-top: none;
    padding-bottom: 20px;
}

/* 1. Modification t3-sl-1 ne marche pas. Il faut le changer directement dans template corperate.css line 6  */
.corporate .t3-sl-1 {
    border-bottom: none;
}

/* 1. Modification t3-sl-1 ne marche pas. Il faut le changer directement dans template css line 2775  */
.t3-content {
    padding-top: none;
}



.target-ratio-resize {
	max-width: 960px; /* actual img width */
	max-height: 150px; /* actual img height */
	*height: 150px; /* actual img height - IE7 */
	background-image: url(students.jpg);
	background-size: cover;
	background-position: center;
}
.target-ratio-resize:after {
	content: " ";
	display: block; 
	width: 100%; 
	padding-top: 33.333%; /* 3:1 ratio */
}